Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 813 Bytes

CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 813 Bytes

3.1.0

  • node-stanford-corenlp is now installed only when you really need.
  • Add --silent option to install command.

3.0.0

Breaking Changes

  • Non-space word divider is now properly treated.
    • A generated quiz no longer contains extra spaces for Japanese.

2.0.0

Breaking Changes

  • Changed English parser from TreeTagger to Stanford CoreNLP.
    • You have to install Stanford CoreNLP with word-quiz-generator install coreNLP to deal with English materials/sources.
  • QuizGenerator#quiz and #question now returns tokenized question sentence. See this commit to know details.

1.0.0

  • Initial release.