spaCy/spacy/pipeline
Sofie Van Landeghem 82347110f5
Default empty KB in EL component (#5872)
* EL field documentation

* documentation consistent with docs

* default empty KB, initialize vocab separately

* formatting

* add test for changing the default entity vector length

* update comment
2020-08-04 14:34:09 +02:00
..
_parser_internals The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
__init__.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
dep_parser.pyx Fix default arguments in DependencyParser.score 2020-07-31 10:55:44 +02:00
entity_linker.py Default empty KB in EL component (#5872) 2020-08-04 14:34:09 +02:00
entityruler.py Update docs and consistency 2020-07-29 15:14:07 +02:00
functions.py Option for returning only greedy matches (#5771) 2020-07-29 11:04:43 +02:00
morphologizer.pyx Merge pull request #5834 from explosion/feature/vectors 2020-07-29 18:49:26 +02:00
multitask.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
ner.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
nn_parser.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
pipe.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
pipe.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
sentencizer.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
senter.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
simple_ner.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
tagger.pyx Merge pull request #5834 from explosion/feature/vectors 2020-07-29 18:49:26 +02:00
textcat.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
tok2vec.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
transition_parser.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
transition_parser.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00