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.7k stars 2.7k forks source link

The size of JAR is too big, and I only use one of the tools. Is there any way to simplify the JAR? #645

Closed Keithnier closed 6 years ago

Keithnier commented 6 years ago

The jar packages are too heavy. I only use the lemmatization tools. Is there any way to make the jar smaller if I only need one of the tools?

Thanks.

Keithnier commented 6 years ago

https://stackoverflow.com/questions/33715910/a-smaller-stanford-nlp-models-jar-file I have found a way to get a smaller jar.