Class BreadthFirstSearcher

java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78.BreadthFirstSearcher

public class BreadthFirstSearcher extends Object
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 Details

    • BreadthFirstSearcher

      public BreadthFirstSearcher(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 Details

    • searchAntecedent

      public GraphNode searchAntecedent()