spaCy/package.json

18 lines
328 B
JSON
Raw Normal View History

2015-12-07 05:50:26 +00:00
{
"name": "en_default",
2015-12-18 10:25:21 +00:00
"version": "0.100.0",
2015-12-07 05:50:26 +00:00
"description": "english default model",
"license": "public domain",
2015-12-18 10:25:21 +00:00
"include": [
"deps/*",
"ner/*",
"pos/*",
"tokenizer/*",
"vocab/*",
"wordnet/*"
],
2015-12-07 05:50:26 +00:00
"compatibility": {
2015-12-18 10:25:21 +00:00
"spacy": "==0.100.0"
2015-12-07 05:50:26 +00:00
}
}