* Export set_morph_from_dict function

This commit is contained in:
Matthew Honnibal 2014-12-20 07:28:27 +11:00
parent 4e30195c6d
commit 867a4a000c

View File

@ -16,3 +16,6 @@ cdef class Morphologizer:
cdef PreshMapArray _cache
cdef int lemmatize(self, const univ_tag_t pos, const Lexeme* lex) except -1
cdef int set_morph(self, const int i, TokenC* tokens) except -1
cdef int set_morph_from_dict(Morphology* morph, dict props) except -1