Add itn argument to tagger.update

This commit is contained in:
Matthew Honnibal 2017-03-11 11:12:21 -06:00
parent 931feb3360
commit b438dfd3f3

View File

@ -228,7 +228,7 @@ cdef class Tagger:
self(doc) self(doc)
yield doc yield doc
def update(self, Doc tokens, GoldParse gold): def update(self, Doc tokens, GoldParse gold, itn=0):
"""Update the statistical model, with tags supplied for the given document. """Update the statistical model, with tags supplied for the given document.
Arguments: Arguments: