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
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ cdef class Tagger:
self(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.
Arguments: