Try 3 NER features

This commit is contained in:
Matthw Honnibal 2019-10-07 16:51:03 +02:00
parent 2d55ccdd27
commit e63f28079a

View File

@ -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":