All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atilika.kuromoji.ipadic.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta7
Show newest version
/*-*
 * A Japanese morphological analyzer based on the IPADIC dictionary.
 * 

* This dictionary provides a basic set of features and suits many tasks. * If you are not sure about which dictionary to use, this one is a good starting point. *

* The following token features are supported: *

    *
  • surface form (表層形) *
  • part of speech level 1 (品詞細分類1) *
  • part of speech level 2 (品詞細分類2) *
  • part of speech level 3 (品詞細分類3) *
  • part of speech level 4 (品詞細分類4) *
  • conjugation type (活用型) *
  • conjugation form (活用形) *
  • base form (基本形) *
  • reading (読み) *
  • pronunciation (発音) *
*/ package com.atilika.kuromoji.ipadic;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy