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

tutorial on adding additional language support #9

Closed
jasonswearingen opened this issue Oct 14, 2013 · 3 comments
Closed

tutorial on adding additional language support #9

jasonswearingen opened this issue Oct 14, 2013 · 3 comments

Comments

@jasonswearingen
Copy link

i see there's a couple binary corpus files, but i don't see any info on how these are generated and/or how to add additional language support.

@MojoJolo
Copy link
Owner

The corpus files are used by OpenNLP to split sentences. You can see corpus for other languages here: http://opennlp.sourceforge.net/models-1.5/

And if you want to create a model for yourself, here's the instructions from OpenNLP: http://opennlp.apache.org/documentation/1.5.3/manual/opennlp.html#tools.sentdetect.training

@jasonswearingen
Copy link
Author

thanks for the info, i guess due to no NLP experience I won't be able to contribute though :(

@MojoJolo
Copy link
Owner

@jasons-novaleaf NLP experience is not required. :) You can contribute by gathering articles of the language you choose. Split those articles into sentences via new line. It can then be used as a corpus. The instruction into building a corpus is easy, just follow the link I posted above.

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

No branches or pull requests

2 participants