mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"name": "en_default",
|
|
"version": "0.100.0",
|
|
"description": "english default model",
|
|
"license": "public domain",
|
|
"include": [
|
|
"deps/*",
|
|
"ner/*",
|
|
"pos/*",
|
|
"tokenizer/*",
|
|
"vocab/*",
|
|
"wordnet/*"
|
|
],
|
|
"compatibility": {
|
|
"spacy": "==0.100.0"
|
|
}
|
|
}
|