I am currently utilizing this JAR file for the Stanford NLP models: stanford-corenlp-3.5.2-models.jar
This file is pretty big: its about 340 MB.
I am only using 4 models: tokenize
, ssplit
, parse
, and lemma
. Is there any way that I can use a smaller model JAR file (or is there a JAR file for each individual model) because I absolutely need the size of this file to be as small as possible