mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-12 04:38:28 +03:00
* Work on character tagger
This commit is contained in:
parent
7ae048cf76
commit
92f62bcb84
|
@ -125,7 +125,7 @@ cdef class TaggerNeuralNet(NeuralNet):
|
|||
|
||||
cdef class CharacterTagger(NeuralNet):
|
||||
def __init__(self, n_classes,
|
||||
depth=2, hidden_width=100,
|
||||
depth=4, hidden_width=100,
|
||||
chars_width=5,
|
||||
words_width=20, shape_width=5, suffix_width=5, tags_width=5,
|
||||
learn_rate=0.1):
|
||||
|
|
Loading…
Reference in New Issue
Block a user