Skip to content

konlpy/kkma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages