spaCy/website/docs/api
Sofie Van Landeghem 0b4b4f1819 Documentation for Entity Linking (#4065)
* document token ent_kb_id

* document span kb_id

* update pipeline documentation

* prior and context weights as bool's instead

* entitylinker api documentation

* drop for both models

* finish entitylinker documentation

* small fixes

* documentation for KB

* candidate documentation

* links to api pages in code

* small fix

* frequency examples as counts for consistency

* consistent documentation about tensors returned by predict

* add entity linking to usage 101

* add entity linking infobox and KB section to 101

* entity-linking in linguistic features

* small typo corrections

* training example and docs for entity_linker

* predefined nlp and kb

* revert back to similarity encodings for simplicity (for now)

* set prior probabilities to 0 when excluded

* code clean up

* bugfix: deleting kb ID from tokens when entities were removed

* refactor train el example to use either model or vocab

* pretrain_kb example for example kb generation

* add to training docs for KB + EL example scripts

* small fixes

* error numbering

* ensure the language of vocab and nlp stay consistent across serialization

* equality with =

* avoid conflict in errors file

* add error 151

* final adjustements to the train scripts - consistency

* update of goldparse documentation

* small corrections

* push commit

* typo fix

* add candidate API to kb documentation

* update API sidebar with EntityLinker and KnowledgeBase

* remove EL from 101 docs

* remove entity linker from 101 pipelines / rephrase

* custom el model instead of existing model

* set version to 2.2 for EL functionality

* update documentation for 2 CLI scripts
2019-09-12 11:38:34 +02:00
..
annotation.md Update annotation docs for German 2019-07-22 11:59:03 +02:00
cli.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
cython-classes.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
cython-structs.md Improve Token.prob and Lexeme.prob docs (resolves #3701) 2019-05-11 15:23:41 +02:00
cython.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
dependencyparser.md Fix DependencyParser.predict docs (resolves #3561) 2019-05-11 15:37:54 +02:00
doc.md Update .tensor docs [ci skip] 2019-08-01 18:37:09 +02:00
entitylinker.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
entityrecognizer.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
entityruler.md Fix typo [ci skip] 2019-08-20 13:02:05 +02:00
goldcorpus.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
goldparse.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
index.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
kb.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
language.md 💫 Support simple training format in nlp.evaluate and add tests (#4033) 2019-07-27 17:30:18 +02:00
lemmatizer.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
lexeme.md Fix lex_id docs (closes #3743) 2019-05-16 23:15:58 +02:00
matcher.md Remove n_threads 2019-02-17 22:25:42 +01:00
phrasematcher.md Remove n_threads 2019-02-17 22:25:42 +01:00
pipeline-functions.md DOC Fix pipeline functions examples (#4189) 2019-08-23 19:15:32 +02:00
scorer.md Update Scorer.ents_per_type 2019-07-10 11:19:28 +02:00
sentencizer.md 💫 Add better and serializable sentencizer (#3471) 2019-03-23 15:45:02 +01:00
span.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
stringstore.md 💫 Make serialization methods consistent (#3385) 2019-03-10 19:16:45 +01:00
tagger.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
textcategorizer.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
token.md Documentation for Entity Linking (#4065) 2019-09-12 11:38:34 +02:00
tokenizer.md Add links to tokenizer API docs to refer relevant information. (#4064) 2019-08-01 14:28:38 +02:00
top-level.md Docs: bufsize instead of buffsize (#4247) 2019-09-06 11:11:54 +02:00
vectors.md Fix website docs for Vectors.from_glove (#3565) 2019-04-10 15:23:27 +02:00
vocab.md Document new API [ci skip] 2019-03-11 15:23:53 +01:00