mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-05 20:33:10 +03:00
Try 3 NER features
This commit is contained in:
parent
2d55ccdd27
commit
e63f28079a
|
@ -1099,7 +1099,7 @@ cdef class EntityRecognizer(Parser):
|
||||||
|
|
||||||
name = "ner"
|
name = "ner"
|
||||||
TransitionSystem = BiluoPushDown
|
TransitionSystem = BiluoPushDown
|
||||||
nr_feature = 6
|
nr_feature = 3
|
||||||
|
|
||||||
def add_multitask_objective(self, target):
|
def add_multitask_objective(self, target):
|
||||||
if target == "cloze":
|
if target == "cloze":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user