spaCy/package.json

15 lines
291 B
JSON
Raw Normal View History

2015-12-07 08:50:26 +03:00
{
2016-01-14 17:24:51 +03:00
"name": "en_test",
"version": "1.0.0",
"description": "english test model",
2015-12-07 08:50:26 +03:00
"license": "public domain",
2015-12-18 13:25:21 +03:00
"include": [
2016-01-14 17:24:51 +03:00
["deps", "*"],
["ner", "*"],
["pos", "*"],
["tokenizer", "*"],
["vocab", "*"],
["wordnet", "*"]
]
2015-12-07 08:50:26 +03:00
}