Class IndexFeatures
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.tools.IndexFeatures
Identifies and compares the features of a GraphNode that are
relevant for anaphoric reference, for example person, gender, and number.
* $Id: IndexFeatures.java,v 1.2 2007-10-21 17:47:09 virtualcall Exp $
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanstatic booleanindexFeaturesMatch(GraphNode node1, GraphNode node2) static booleanindexFeaturesMatch(GraphNode node1, GraphNode node2, int verbosity) returns true if the two GraphNodes agree in their index features.booleanbooleanbooleanbooleanisNeuter()booleanisPlural()booleanbooleanboolean
-
Constructor Details
-
IndexFeatures
-
IndexFeatures
-
-
Method Details
-
isFirstPerson
public boolean isFirstPerson() -
isSecondPerson
public boolean isSecondPerson() -
isThirdPerson
public boolean isThirdPerson() -
hasUndefinedPerson
public boolean hasUndefinedPerson() -
isFeminine
public boolean isFeminine() -
isMasculine
public boolean isMasculine() -
isNeuter
public boolean isNeuter() -
hasUndefinedGender
public boolean hasUndefinedGender() -
isSingular
public boolean isSingular() -
isPlural
public boolean isPlural() -
hasUndefinedNumber
public boolean hasUndefinedNumber() -
getGender
-
getNumber
-
getPerson
-
indexFeaturesMatch
-
indexFeaturesMatch
-