Skip to content

george-j-zhu/jpQuestionAnswerGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

An Automatic Question Answer Generator for Japanese Texts

This is a simple approach to automatically generate QA from Japanese texts. No machine learning technique is used here, but for some complicated use cases, statistical methods maybe better choices.

This approach contains the following steps:

  • Dependency Parsing
  • Semantic Analysis (Japanese case grammar analysis) to generate semantic labels for chunks.
  • Generate QA using dependencies and semantic labels

Note that I did not implement all patterns for semantic label generation.

About

A simple automatic QA generator for Japanese texts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages