Nihongodera Limelight Versions Save

A php Japanese language text analyzer and parser.

1.6.8

3 years ago
  • Fix namespace

1.6.7

3 years ago
  • Fix array access on null error in MeishiSetsubi
  • Add Dockerfile
  • Code cleanup

v1.6.6

5 years ago
  • Add support for wapuro romaji (issue #8)
  • Fix bug in mecab install script
  • PHP 7.2 support

v1.6.5

6 years ago
  • Update dependencies
  • Fix mecab install script

v1.6.4

7 years ago
  • Bug fixes
  • Basic package maintenance

v1.6.3

8 years ago
  • Fix bug with katakana converter

v1.6.2

8 years ago
  • Update for php7

v1.6.1

8 years ago
  • Fix bug in LimelightResults plugin() method

v1.6.0

8 years ago

All new API! If you're using an older version, please update your code.

  • LimelightWord Class
    • New methods: convert(), parseLemma(), toArray(), toJson()
    • toFurigana() and toRomaji() changed to furigana() and romaji() and now only output whatever plugin data is stored on the object
    • toHiragana() and toKatakana() now only convert kana
  • LimelightResults Class
    • New method: string()
    • LimelightResults now extends Collection and has access to all its methods.
    • All property accessors now return an instance of LimelightResults with an array of property values stored on it. Use string() to get string of all properties.
    • toFurigana() and toRomaji() changed to furigana() and romaji() and now only output whatever plugin data is stored on the LimelightWord objects. Use plugin('furigana')/plugin('romaji') to get plugin data stored on LimelightResults object.
    • toHiragana() and toKatakana() now only convert kana
  • Improvements, bug fixes, and better testing for eventing system.

v1.5.2

8 years ago
  • Bug fixes
    • #2: Unparsed words fire ParseWasSuccessful event on word creation