louismullie / stanford-core-nlp

Ruby bindings to the Stanford Core NLP tools (English, French, German).
Other
432 stars 70 forks source link

Adding support for new languages #40

Open tusharsircar95 opened 9 years ago

tusharsircar95 commented 9 years ago

Hey, nice job with adding support for french and german. I actually wanted to add support for chinese and thai (in java). Could give me an idea how to make it work for new languages like these? Or how to train it to support a new language? Any help would be greatly appreciated.

Thanks

arbox commented 7 years ago

Please be patient, we are working on this issue!

arbox commented 7 years ago

@tusharsircar95 if you are still interested in Chinese we can think about that since Stanford Core supports this language. Supporting other languages not included in Stanford Core is beyond the project scope of this gem. It's only a bridge library which implements only an interface to Stanford Core.

So if you need Chinese please start with a spec for this language, examples could be other language spec/*spec.rb files.