|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ExtractionPart in edu.washington.cs.knowitall |
|---|
| Methods in edu.washington.cs.knowitall that return ExtractionPart | |
|---|---|
static ExtractionPart |
ExtractionPart.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExtractionPart[] |
ExtractionPart.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ExtractionPart in edu.washington.cs.knowitall.extraction |
|---|
| Methods in edu.washington.cs.knowitall.extraction with parameters of type ExtractionPart | |
|---|---|
TokenSequence |
RelationExtraction.getPart(ExtractionPart part)
Retrieve a TokenSequence that corresponds to the specified part. |
| Uses of ExtractionPart in edu.washington.cs.knowitall.rule |
|---|
| Methods in edu.washington.cs.knowitall.rule with parameters of type ExtractionPart | |
|---|---|
Iterable<Constraint> |
Rule.constraints(ExtractionPart part)
Retrieve the constraints on the specified relation part. |
| Uses of ExtractionPart in edu.washington.cs.knowitall.rule.base |
|---|
| Methods in edu.washington.cs.knowitall.rule.base with parameters of type ExtractionPart | |
|---|---|
protected CaptureConstraint |
BaseRuleFactory.baseRuleArgumentConstraint(Extraction extraction,
ExtractionPart part,
String value)
Used in base rule creation. |
protected void |
BaseRuleFactory.createConstraints(Annotation annotation,
Extraction extraction,
ExtractionPart part,
List<Constraint> constraints)
Used in base rule creation. |
protected void |
IARPABaseRuleFactory.createConstraints(Annotation annotation,
Extraction extraction,
ExtractionPart part,
List<Constraint> constraints)
|
protected void |
BaseRuleFactory.createOntologicalFormArgumentConstraints(OntologicalRelationArgument argument,
ExtractionPart part,
Extraction extraction,
List<CaptureConstraint> constraints)
Used in base rule creation. |
protected void |
IARPABaseRuleFactory.createOntologicalFormArgumentConstraints(OntologicalRelationArgument argument,
ExtractionPart part,
Extraction extraction,
List<CaptureConstraint> constraints)
|
| Uses of ExtractionPart in edu.washington.cs.knowitall.rule.constraint |
|---|
| Fields in edu.washington.cs.knowitall.rule.constraint declared as ExtractionPart | |
|---|---|
ExtractionPart |
Constraint.part
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||