spaCy/website/docs/usage
Adriane Boyd f42c9026f5
Update v2.3.x branch (#5636)
* Fix typos and auto-format [ci skip]

* Add pkuseg warnings and auto-format [ci skip]

* Update Binder URL [ci skip]

* Update Binder version [ci skip]

* Update alignment example for new gold.align

* Update POS in tagging example

* Fix numpy.zeros() dtype for Doc.from_array

* Change example title to Dr.

Change example title to Dr. so the current model does exclude the title
in the initial example.

* Fix spacy convert argument

* Warning for sudachipy 0.4.5 (#5611)

* Create myavrum.md (#5612)

* Update lex_attrs.py (#5608)

* Create mahnerak.md (#5615)

* Some changes for Armenian (#5616)

* Fixing numericals

* We need a Armenian question sign to make the sentence a question

* Add Nepali Language  (#5622)

* added support for nepali lang

* added examples and test files

* added spacy contributor agreement

* Japanese model: add user_dict entries and small refactor (#5573)

* user_dict fields: adding inflections, reading_forms, sub_tokens
deleting: unidic_tags
improve code readability around the token alignment procedure

* add test cases, replace fugashi with sudachipy in conftest

* move bunsetu.py to spaCy Universe as a pipeline component BunsetuRecognizer

* tag is space -> both surface and tag are spaces

* consider len(text)==0

* Add warnings example in v2.3 migration guide (#5627)

* contribute (#5632)

* Fix polarity of Token.is_oov and Lexeme.is_oov (#5634)

Fix `Token.is_oov` and `Lexeme.is_oov` so they return `True` when the
lexeme does **not** have a vector.

* Extend what's new in v2.3 with vocab / is_oov (#5635)

* Skip vocab in component config overrides (#5624)

* Fix backslashes in warnings config diff (#5640)

Fix backslashes in warnings config diff in v2.3 migration section.

* Disregard special tag  _SP in check for new tag map (#5641)

* Skip special tag  _SP in check for new tag map

In `Tagger.begin_training()` check for new tags aside from `_SP` in the
new tag map initialized from the provided gold tuples when determining
whether to reinitialize the morphology with the new tag map.

* Simplify _SP check

Co-authored-by: Ines Montani <ines@ines.io>
Co-authored-by: Marat M. Yavrumyan <myavrum@ysu.am>
Co-authored-by: Karen Hambardzumyan <mahnerak@gmail.com>
Co-authored-by: Rameshh <30867740+rameshhpathak@users.noreply.github.com>
Co-authored-by: Hiroshi Matsuda <40782025+hiroshi-matsuda-rit@users.noreply.github.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-29 14:13:12 +02:00
..
101 Update v2.3.x branch (#5636) 2020-06-29 14:13:12 +02:00
_benchmarks-choi.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
adding-languages.md Update v2.3.x branch (#5636) 2020-06-29 14:13:12 +02:00
examples.md Update NEL examples and documentation (#5370) 2020-04-29 12:53:53 +02:00
facts-figures.md Remove old sections [ci skip] (closes #4961) 2020-02-03 13:10:46 +01:00
index.md Add cuda101 and cuda102 options to setup (#5377) 2020-04-29 12:51:12 +02:00
linguistic-features.md Update v2.3.x branch (#5636) 2020-06-29 14:13:12 +02:00
models.md Update v2.3.x branch (#5636) 2020-06-29 14:13:12 +02:00
processing-pipelines.md Use consistent spelling 2019-10-02 10:37:39 +02:00
rule-based-matching.md Update v2.3.x branch (#5636) 2020-06-29 14:13:12 +02:00
saving-loading.md Fix passing of component configuration (#5374) 2020-04-29 12:56:17 +02:00
spacy-101.md Divide models into core and starters [ci skip] 2019-12-21 14:10:22 +01:00
training.md Few more updates to the EL documentation 2020-04-30 10:17:06 +02:00
v2-1.md Remove u-strings and fix formatting [ci skip] 2019-09-12 16:11:15 +02:00
v2-2.md Update v2-2.md [ci skip] 2019-10-02 16:58:21 +02:00
v2-3.md Update v2.3.x branch (#5636) 2020-06-29 14:13:12 +02:00
v2.md Merge branch 'master' into develop 2019-09-14 16:42:01 +02:00
vectors-similarity.md Remove Vectors.from_glove (#5209) 2020-03-26 10:45:47 +01:00
visualizers.md Remove u-strings and fix formatting [ci skip] 2019-09-12 16:11:15 +02:00