spaCy/spacy/tests/lang
Adriane Boyd 7e4cd7575c
Refactor Docs.is_ flags (#6044)
* Refactor Docs.is_ flags

* Add derived `Doc.has_annotation` method

  * `Doc.has_annotation(attr)` returns `True` for partial annotation

  * `Doc.has_annotation(attr, require_complete=True)` returns `True` for
    complete annotation

* Add deprecation warnings to `is_tagged`, `is_parsed`, `is_sentenced`
and `is_nered`

* Add `Doc._get_array_attrs()`, which returns a full list of `Doc` attrs
for use with `Doc.to_array`, `Doc.to_bytes` and `Doc.from_docs`. The
list is the `DocBin` attributes list plus `SPACY` and `LENGTH`.

Notes on `Doc.has_annotation`:

* `HEAD` is converted to `DEP` because heads don't have an unset state

* Accept `IS_SENT_START` as a synonym of `SENT_START`

Additional changes:

* Add `NORM`, `ENT_ID` and `SENT_START` to default attributes for
`DocBin`

* In `Doc.from_array()` the presence of `DEP` causes `HEAD` to override
`SENT_START`

* In `Doc.from_array()` using `attrs` other than
`Doc._get_array_attrs()` (i.e., a user's custom list rather than our
default internal list) with both `HEAD` and `SENT_START` shows a warning
that `HEAD` will override `SENT_START`

* `set_children_from_heads` does not require dependency labels to set
sentence boundaries and sets `sent_start` for all non-sentence starts to
`-1`

* Fix call to set_children_form_heads

Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
2020-09-17 00:14:01 +02:00
..
ar Remove POS, TAG and LEMMA from tokenizer exceptions 2020-07-22 23:09:01 +02:00
bn Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
ca Remove POS, TAG and LEMMA from tokenizer exceptions 2020-07-22 23:09:01 +02:00
cs Remove unicode declarations and update language data 2020-09-04 13:19:16 +02:00
da Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
de Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
el Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
en Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
es Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
eu Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
fa Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
fi Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
fr Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
ga Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
gu Remove unicode declarations and tidy up 2020-06-21 22:34:10 +02:00
he Merge branch 'develop' into master-tmp 2020-09-04 13:15:36 +02:00
hu Tidy up and auto-format 2020-03-25 12:28:12 +01:00
hy Remove unicode declarations and tidy up 2020-06-21 22:34:10 +02:00
id Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
it Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
ja Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
ko Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
lb Remove POS, TAG and LEMMA from tokenizer exceptions 2020-07-22 23:09:01 +02:00
lt Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
ml Remove unicode declarations and tidy up 2020-06-21 22:34:10 +02:00
nb Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
ne Remove unicode declarations and update language data 2020-09-04 13:19:16 +02:00
nl Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
pl Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
pt Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
ro Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
ru Add Lemmatizer and simplify related components (#5848) 2020-08-07 15:27:13 +02:00
sa Remove unicode declarations and update language data 2020-09-04 13:19:16 +02:00
sr Un-xfail passing tests 2019-12-25 18:02:20 +01:00
sv Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
th Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
tr Move lookup tables out of the core library (#4346) 2019-10-01 00:01:27 +02:00
tt Merge branch 'master' into develop 2020-02-18 14:47:23 +01:00
uk Test suite clean up (#5781) 2020-07-20 14:49:54 +02:00
ur Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
yo Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
zh Tidy up and auto-format 2020-08-05 16:00:59 +02:00
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_attrs.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_initialize.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_lemmatizers.py Set rule-based lemmatizers as default (#6076) 2020-09-16 17:37:29 +02:00