Rename "nn_tagger" to "tagger"

This commit is contained in:
ines 2017-06-01 17:37:53 +02:00
parent e5ae6ccf4e
commit 7a2380f617

View File

@ -194,7 +194,7 @@ class TokenVectorEncoder(object):
class NeuralTagger(object):
name = 'nn_tagger'
name = 'tagger'
def __init__(self, vocab, model=True):
self.vocab = vocab
self.model = model