Class BreadthFirstSearcher
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78.BreadthFirstSearcher
Helper class for Hobbs78 pronoun resolution algorithm.
Searches breadth-first, subject-first, then left-to-right.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
ConstructorsConstructorDescriptionBreadthFirstSearcher(T my_pronoun, NT my_mother, List<GraphNode> nodes, boolean my_np_or_s_between, boolean my_go_below) Creates a new BreadthFirstSearcher object. -
Method Summary
-
Constructor Details
-
BreadthFirstSearcher
-
-
Method Details
-
searchAntecedent
-