open-korean-text / open-korean-text-web-test

API and UI Interface for Twitter Korean tokenizer https://github.com/twitter/twitter-korean-text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-korean-tokenizer-api

API and UI Interface for Twitter's Korean tokenizer https://github.com/twitter/twitter-korean-text

Note:

  • This was created as a quick demo and is not intended for production use (misses thread safety, edge case handling, throttling, etc.)
  • Please mature it or contact me if you need help in getting it production ready, and I will be happy to suggest changes required.

Installation:

  • Run (where you see pom.xml): mvn clean package
  • It will generate target/korean-jar-with-dependencies.jar
  • Run it using: java -jar target/korean-jar-with-dependencies.jar
  • (Currently UIServer is hardcoded to use src/main/webapp as the webapp that needs to be made relative / or app converted to a war from jar)

About

API and UI Interface for Twitter Korean tokenizer https://github.com/twitter/twitter-korean-text

License:Apache License 2.0


Languages

Language:CSS 56.1%Language:Java 43.9%