mirror of https://github.com/explosion/spaCy.git
fix whitespace
This commit is contained in:
parent
5bf2fd1f78
commit
e4ea2bea01
|
@ -45,4 +45,5 @@ def german_noun_chunks(doc):
|
|||
rbracket = rdep.i+1
|
||||
yield word.left_edge.i, rbracket, np_label
|
||||
|
||||
|
||||
CHUNKERS = {'en': english_noun_chunks, 'de': german_noun_chunks}
|
||||
|
|
Loading…
Reference in New Issue