spaCy/spacy
Ines Montani e89708c3eb 💫 Allow matching non-ORTH attributes in PhraseMatcher (#2925)
* Allow matching non-orth attributes in PhraseMatcher (see #1971)

Usage: PhraseMatcher(nlp.vocab, attr='POS')

* Allow attr argument to be int

* Fix formatting

* Fix typo
2018-11-15 03:00:58 +01:00
..
cli Fix usage of PyTorch BiLSTM in ud_train 2018-09-13 22:54:59 +00:00
data
displacy
lang 💫 Make like_num work for prefixed numbers (#2808) 2018-10-01 10:49:14 +02:00
syntax Fix out-of-bounds access in NER training 2018-10-27 01:12:50 +02:00
tests 💫 Allow matching non-ORTH attributes in PhraseMatcher (#2925) 2018-11-15 03:00:58 +01:00
tokens Fix copy_reg compatibility on _serialize module 2018-09-28 15:23:14 +02:00
__init__.pxd
__init__.py
__main__.py
_align.pyx
_ml.py Fix tensorizer 2018-11-02 23:29:54 +00:00
about.py Set version to 2.1.0a2 2018-11-08 09:56:56 +01:00
attrs.pxd
attrs.pyx
compat.py
errors.py Add deprecation warning for PhraseMatcher max_length 2018-11-14 19:10:46 +01:00
glossary.py
gold.pxd
gold.pyx
language.py Small hack in Language.update to make torch work 2018-09-13 22:51:52 +00:00
lemmatizer.py
lexeme.pxd
lexeme.pyx
matcher.pyx 💫 Allow matching non-ORTH attributes in PhraseMatcher (#2925) 2018-11-15 03:00:58 +01:00
morphology.pxd
morphology.pyx
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Fix dropout in tensorizer, update comment 2018-11-03 12:46:58 +00:00
scorer.py
strings.pxd
strings.pyx
structs.pxd
symbols.pxd
symbols.pyx
tokenizer.pxd
tokenizer.pyx
typedefs.pxd
typedefs.pyx
util.py Add a stepping function, for changing batch sizes or learning rates 2018-09-14 18:37:16 +02:00
vectors.pyx
vocab.pxd
vocab.pyx