mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-06 18:24:13 +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"
|
||||
TransitionSystem = BiluoPushDown
|
||||
nr_feature = 6
|
||||
nr_feature = 3
|
||||
|
||||
def add_multitask_objective(self, target):
|
||||
if target == "cloze":
|
||||
|
|
Loading…
Reference in New Issue
Block a user