Skip to content

Design Doc

Will Hohyon Ryu edited this page Mar 18, 2017 · 3 revisions

What

Web front-end for https://github.com/open-korean-text/open-korean-text-api. API call example: https://open-korean-text.herokuapp.com/tokenize?text=%EC%98%A4%ED%94%88%EC%BD%94%EB%A6%AC%EC%95%88%ED%85%8D%EC%8A%A4%ED%8A%B8

Requirements

Textbox + button: provide all the following processes.

  • Process: normalize -> tokenize -> stem

  • Normalize and tokenize: normalize -> tokenize

  • Normalize: normalize

  • Tokenize: tokenize

  • Extract phrases: normalize -> tokenize -> extract phrases

  • Split Sentences: splitSentences

  • Detokenize: detokenize (Pseudo 띄어쓰기 교정)

Server/Deploy

  • Heroku
Clone this wiki locally