spaCy/website/docs/api
adrianeboyd 784a5f4284 Update GoldParse attributes in API docs (#4023)
* add `words`
* update name of entity list to `ner`

I think it might be a bit more consistent to have `ner` named `entities`
or `ents` (and `ents` is actually set somewhere to `None`, which is a
bit confusing), but it looks like renaming it would be a non-trivial
decision.
2019-07-25 12:14:02 +02:00
..
annotation.md Update annotation docs for German 2019-07-22 11:59:03 +02:00
cli.md Add '--silent' argument to bash example of CLI Info 2019-07-19 10:00:45 +02:00
cython-classes.md
cython-structs.md Improve Token.prob and Lexeme.prob docs (resolves #3701) 2019-05-11 15:23:41 +02:00
cython.md
dependencyparser.md Fix DependencyParser.predict docs (resolves #3561) 2019-05-11 15:37:54 +02:00
doc.md Update tokenizer and doc init example (#3939) 2019-07-10 10:16:48 +02:00
entityrecognizer.md
entityruler.md Fix initial example in EntityRuler API docs (#3999) 2019-07-22 11:18:55 +02:00
goldcorpus.md
goldparse.md Update GoldParse attributes in API docs (#4023) 2019-07-25 12:14:02 +02:00
index.md
language.md Document Language.evaluate 2019-05-24 14:06:36 +02:00
lemmatizer.md
lexeme.md Fix lex_id docs (closes #3743) 2019-05-16 23:15:58 +02:00
matcher.md
phrasematcher.md
pipeline-functions.md
scorer.md Update Scorer.ents_per_type 2019-07-10 11:19:28 +02:00
sentencizer.md
span.md Typo (#3865) 2019-06-20 10:31:19 +02:00
stringstore.md
tagger.md
textcategorizer.md
token.md Incorrect Token attribute ent_iob_ description (#3800) 2019-05-31 16:50:45 +02:00
tokenizer.md Update tokenizer and doc init example (#3939) 2019-07-10 10:16:48 +02:00
top-level.md Merge branch 'spacy.io' [ci skip] 2019-05-11 23:03:56 +02:00
vectors.md
vocab.md