Open Korean Text Versions Save

Open Korean Text Processor - An Open-source Korean Text Processor

open-korean-text-2.3.1

5 years ago

open-korean-text-2.3.0

5 years ago

open-korean-text-2.2.0

6 years ago
  • Updated CharArraySet and Map to support remove and be compliant with contemporary Java style.
  • Added removeWordsFromDictionary to allow removing words from the dictionary.

PR: https://github.com/open-korean-text/open-korean-text/pull/61 Issue: https://github.com/open-korean-text/open-korean-text/issues/60

open-korean-text-2.1.2

6 years ago
  • Removed 외로워 from nouns
  • Added fashion-related nouns

open-korean-text-2.1.0

6 years ago
  • Improved josa matching
  • Improved stem extraction.

open-korean-text-2.0.5

6 years ago

Thanks @ksseono!

open-korean-text-2.0.4

6 years ago

Fixes issue #26

open-korean-text-2.0.3

6 years ago

Added stem information to Java token.

open-korean-text-2.0.2

6 years ago

open-korean-text-2.0.1

7 years ago
  • Removed deprecated JavaConversions
  • Removed stemmer. Now it is included in KoreanToken.
  • Updated phrase extractor to yield simpler yet consistent output
  • Disabled verb and adjective tokenization.