mirror of https://github.com/explosion/spaCy.git
Whitespace
This commit is contained in:
parent
32b36c3882
commit
e6fc4afb04
|
@ -140,6 +140,7 @@ cdef class Morphology:
|
|||
lemma = self.strings[lemma_string]
|
||||
return lemma
|
||||
|
||||
|
||||
IDS = {
|
||||
"Animacy_anim": Animacy_anim,
|
||||
"Animacy_inam": Animacy_inam,
|
||||
|
|
Loading…
Reference in New Issue