Model Zoo
A variety of third-party groups have created extensions for Stanford CoreNLP.
In the table below we provide access to their work. By simply adding the jar for an entry to your classpath, you can begin using the extension.
For example, if you download corenlp-swedish-1.0.0.jar
and place it in your CLASSPATH, you can then run a POS tagger on Swedish.
# set up CLASSPATH to include model zoo jars
export CLASSPATH=$CLASSPATH:/path/to/model_zoo/*
# go to model zoo directory
cd /path/to/model_zoo
# download file
wget https://nlp.stanford.edu/software/model_zoo/corenlp-swedish-1.0.0.jar
# run swedish pos tagger
java edu.stanford.nlp.pipeline.StanfordCoreNLP -annotators tokenize,pos -pos.model edu/stanford/nlp/models/zoo/corenlp-swedish/swedish.tagger -file example-swedish-sentence.txt -outputFormat text
If you would like to contribute to the Model Zoo, contact us or issue a pull request on our GitHub!
Name | Language | Description | Group | Version | Requires | Download |
---|---|---|---|---|---|---|
Tint | Italian | A complete processing pipeline for Italian, including components not available in CoreNLP | FBK | 0.3 | Standalone | - |
Russian CoreNLP | Russian | POS and Parsing for Russian. More info here | ITMO University | 1.0.0 | latest code on GitHub | stanford-russian-corenlp-models.jar |
Swedish CoreNLP | Swedish | A POS model for Swedish. More info here | Andreas Klintberg | 1.0.0 | Stanford CoreNLP 3.9.2 | corenlp-swedish-1.0.0.jar |
Danish CoreNLP | Danish | An NER model for Danish. More info here | ITU Copenhagen | 1.0.0 | Stanford CoreNLP 3.9.2 | da01.model.gz |