mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Rename "nn_tagger" to "tagger"
This commit is contained in:
parent
e5ae6ccf4e
commit
7a2380f617
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user