mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-15 02:50:33 +03:00
Merge branch 'develop' into nightly.spacy.io
This commit is contained in:
commit
65d6eb19bf
|
@ -145,7 +145,7 @@
|
||||||
{
|
{
|
||||||
"code": "pt",
|
"code": "pt",
|
||||||
"name": "Portuguese",
|
"name": "Portuguese",
|
||||||
"models": ["pt_core_news_sm", "pt_core_news_md", "pt_core_news_lg"],
|
"models": ["pt_core_news_sm", "pt_core_news_md", "pt_core_news_lg", "pt_dep_news_trf"],
|
||||||
"example": "Esta é uma frase.",
|
"example": "Esta é uma frase.",
|
||||||
"has_examples": true
|
"has_examples": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -44,7 +44,7 @@ const MODEL_META = {
|
||||||
las: 'Labelled dependencies',
|
las: 'Labelled dependencies',
|
||||||
token_acc: 'Tokenization',
|
token_acc: 'Tokenization',
|
||||||
tok: 'Tokenization',
|
tok: 'Tokenization',
|
||||||
lemma: 'Statistical lemmatization',
|
lemma: 'Lemmatization',
|
||||||
morph: 'Morphological analysis',
|
morph: 'Morphological analysis',
|
||||||
tags_acc: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
tags_acc: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
||||||
tag: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
tag: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user