public class EventSyntacticPattern extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
radius
maximum length of path in syntax graph from anchor to an argument which
will be included in syntactic pattern.
|
| Constructor and Description |
|---|
EventSyntacticPattern() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildSyntacticPath(int anchorStart,
int argumentPosn,
SyntacticRelationSet relations)
returns the syntactic path from the anchor to an argument.
|
static String |
buildSyntacticPath(int anchorStart,
int argumentPosn,
SyntacticRelationSet relations,
List<AceEntityMention> localMentions)
returns the syntactic path from the anchor to an argument.
|
static String |
buildSyntacticPathOnSpans(int fromPosn,
int toPosn,
SyntacticRelationSet relations,
List<Span> localSpans)
returns the syntactic path from the anchor to an argument.
|
public static final int radius
public static String buildSyntacticPath(int anchorStart, int argumentPosn, SyntacticRelationSet relations)
public static String buildSyntacticPath(int anchorStart, int argumentPosn, SyntacticRelationSet relations, List<AceEntityMention> localMentions)
public static String buildSyntacticPathOnSpans(int fromPosn, int toPosn, SyntacticRelationSet relations, List<Span> localSpans)
Copyright © 2016 New York University. All rights reserved.