Nihongodera Limelight Versions Save

A php Japanese language text analyzer and parser.

v1.5.1

8 years ago

v1.5.0

8 years ago
  • Updated PhpMecab classes for php-mecab version 0.6.0

v1.4.10

8 years ago
  • Bug fix: exceptions don't print nice in Laravel
  • Added debug mode that prints stack trace when used in terminal

v1.4.9

8 years ago
  • Bug fix: php extension check in script failed

v1.4.8

8 years ago
  • Can use get() on LimelightResults and LimelightWord instead of words()/word()

v1.4.7

8 years ago
  • Improved error handling
  • Thrown exceptions now include stack trace
  • Install script improvements and optimizations

v1.4.6

8 years ago
  • Updated install script
  • Moved MeCab methods to trait

v1.4.5

8 years ago
  • Fixed misspelled 'romanji'. Method names now use correctly spelled 'romaji'.

v1.4.4

8 years ago
  • Reorganized test suite
  • Added parsed boolean to LimelightWord object. False if word failed to parse.
  • Added basic console commands.

v1.4.3

8 years ago
  • Allow non-parsed kana to be converted in LimelightWord