public class EntityExtractor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SemgrexPattern[] |
ATTRIBUTE_PATTERNS |
static SemgrexPattern |
ENTITY_PATTERN |
| Constructor and Description |
|---|
EntityExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<IndexedWord> |
extractAttributes(SemanticGraph sg) |
static java.util.List<IndexedWord> |
extractEntities(SemanticGraph sg) |
public static SemgrexPattern ENTITY_PATTERN
public static SemgrexPattern[] ATTRIBUTE_PATTERNS
public static java.util.List<IndexedWord> extractEntities(SemanticGraph sg)
public static java.util.List<IndexedWord> extractAttributes(SemanticGraph sg)