我正在寻找与TokenRegex
和CoreAnnotations.CoNLLDepAnnotation
注释匹配的CoreAnnotations.GovernorAnnotation
。
答案 0 :(得分:0)
许多CoreAnnotations可以与TokensRegex一起使用,具体取决于注释的类型。 TokensRegex可以与任何字符串或数字类型一起使用。
它应该与CoreAnnotations.GovernorAnnotation
或"管理者"注释(有关注释的相应名称,请参阅AnnotationLookup.java)。如果您使用的是TokensRegex规则,还可以指定一个名称:
gov = { type: "CLASS", value: "edu.stanford.nlp.ling.CoreAnnotations$GovernorAnnotation" }
{ pattern: ( [ { gov:"G" } ] ),
results: ... }