stanford nlp - Multi-language coreNLP -


is possible have more 1 stanford corenlp instance, each of them using different language, in same java project?

in corenlp documentation, seems way change language add different maven dependency: if want use of them together?

if include dependency each language, of model files chinese, german, , spanish. have resources run on chinese, german, , spanish.

within code, determine language .properties file use build stanfordcorenlp pipeline object. free build different pipelines different .properties files.

the appropriate .properties files various languages can found in corresponding model jars.


Comments