All Projects → konlpy → kkma

konlpy / kkma

Licence: other
This is a mirror of SNU KKMA Korean Morpheme Analyzer v2.0.

Programming Languages

java
68154 projects - #9 most used programming language

KKMA Morpheme Analyzer

This is a decompiled version of KKMA v2.0.

Source codes were extracted from org.snu.ids.ha.2.0.jar that were provided under a GPL v2 license.
Please note however, that though this repo may be useful in navigating through source codes, it is not the original source file. To employ KKMA in your code, use org.snu.ids.ha.2.0.jar directly, and link this source to it.

For the source code of KKMA v1.0, see here.

Dictionary files

$ tree ./dic
.
├── ecat                            # Dicts used for Keyword extraction
│   ├── ChemFormula.dic             # Chemical formulas
│   ├── CompNoun.dic
│   ├── JunkWord.dic
│   ├── UOM.dic                     # Unit of Measures
│   ├── VerbJunkWord.dic
│   └── VerbNoun.dic
├── prob
│   ├── lnpr_morp.dic
│   ├── lnpr_pos.dic
│   ├── lnpr_pos_g_exp.dic
│   ├── lnpr_pos_g_morp_inter.dic
│   ├── lnpr_pos_g_morp_intra.dic
│   ├── lnpr_syllable_bi.dic
│   └── lnpr_syllable_uni_noun.dic
├── kcc.dic
├── noun.dic
├── person.dic
├── raw.dic
├── simple.dic
└── verb.dic

License

GNU GPL v2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].