stanfordnlp / CoreNLP

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
http://stanfordnlp.github.io/CoreNLP/
GNU General Public License v3.0
9.68k stars 2.7k forks source link

how to add fine-grained ner feature on the android project? #1377

Open mhyeonsoo opened 1 year ago

mhyeonsoo commented 1 year ago

Hi,

I've read the fine-graining documents at https://stanfordnlp.github.io/CoreNLP/ner.html#customizing-the-fine-grained-ner . I wondered if I can add fine-grained NER on my android projects.

Is there any way or method that I can refer to add customized NERs on the android project?

Thanks,

AngledLuffa commented 1 year ago

I know people have done some work porting CoreNLP to Android, such as (search for Android in the issues)

https://github.com/stanfordnlp/CoreNLP/issues/961

but internally to Stanford that is not something I've ever tried. Maybe @J38 knows more?