mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"name": "en",
|
|
"version": "1.1.0",
|
|
"description": "english test model",
|
|
"license": "public domain",
|
|
"include": [
|
|
["deps", "*"],
|
|
["ner", "*"],
|
|
["pos", "*"],
|
|
["tokenizer", "*"],
|
|
["vocab", "*"],
|
|
["wordnet", "*"]
|
|
]
|
|
}
|