Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Korean Language Support #268

Open
keon opened this issue Nov 5, 2015 · 2 comments
Open

Korean Language Support #268

keon opened this issue Nov 5, 2015 · 2 comments

Comments

@keon
Copy link

keon commented Nov 5, 2015

I am planning to add Korean Language support of this library.
Is there any example or guide besides in the code in the package that might help me to add this functionality?

@kkoch986
Copy link
Member

kkoch986 commented Nov 5, 2015

depends on what algorithms you are extending, you can look around the library youll see alot of things with the suffix _fr.js for french etc... theres no formal documentation and not really a standard way of doing things yet though it has been discussed (see #228 and previously #159)

@keon
Copy link
Author

keon commented Nov 12, 2015

@kkoch986 Ok, I have been studying the code, but Japanese Tokenizer seems to be really apart from others. Which should be true because Asian languages are different from Roman & greek based language system.

I think I am going to imitate whats written on the Japanese tokenizer, since Korean and Japanese are really similar. But I am not sure how this will be organized in the future.

I think one of the urgent thing on the todo list should be organizing the language system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants