Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

AboutWindow - Class in de.up.ling.irtg.gui
 
AboutWindow(Frame, boolean) - Constructor for class de.up.ling.irtg.gui.AboutWindow
Creates new form AboutWindow
absorbTreeAutomaton(TreeAutomaton<State>) - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
Copies all rules from a TreeAutomaton to this automaton.
AbstractCorpusWriter - Class in de.up.ling.irtg.corpus
 
AbstractCorpusWriter(InterpretationPrintingPolicy, boolean) - Constructor for class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
AbstractCorpusWriter.ExBiConsumer<E,F> - Interface in de.up.ling.irtg.corpus
 
AbstractCorpusWriter.ExConsumer<E> - Interface in de.up.ling.irtg.corpus
 
accept(int) - Method in interface de.up.ling.irtg.automata.IntersectionAutomaton.StateDiscoveryListener
 
accept(Rule, CondensedRule, double) - Method in interface de.up.ling.irtg.automata.pruning.RulePairConsumer
 
accept(Instance) - Method in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
accept(E, F) - Method in interface de.up.ling.irtg.corpus.AbstractCorpusWriter.ExBiConsumer
 
accept(E) - Method in interface de.up.ling.irtg.corpus.AbstractCorpusWriter.ExConsumer
 
accept(E) - Method in class de.up.ling.irtg.corpus.CorpusConverter
 
accept(int, E) - Method in interface de.up.ling.irtg.util.FastutilUtils.Int2ObjectEntryConsumer
 
accept(int, int, String) - Method in interface de.up.ling.irtg.util.ProgressListener
 
accept(E, long) - Method in interface de.up.ling.irtg.util.ValueAndTimeConsumer
 
acceptError(Throwable, int, String, boolean, boolean) - Method in class de.up.ling.irtg.laboratory.JsonResultManager
 
acceptError(Throwable, int, String, boolean, boolean) - Method in interface de.up.ling.irtg.laboratory.ResultManager
If an error occurred during the computation of the variable with the given name, this is called.
acceptError(Throwable, int, String, boolean, boolean) - Method in class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
acceptError(Throwable, int, String, boolean, boolean) - Method in class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
acceptResult(Object, int, String, boolean, boolean, boolean) - Method in class de.up.ling.irtg.laboratory.JsonResultManager
 
acceptResult(Object, int, String, boolean, boolean, boolean) - Method in interface de.up.ling.irtg.laboratory.ResultManager
Accpets a result for the variable with the given name, for the given instance.
acceptResult(Object, int, String, boolean, boolean, boolean) - Method in class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
acceptResult(Object, int, String, boolean, boolean, boolean) - Method in class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
accepts(Tree<String>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Determines whether the automaton accepts the given tree.
acceptsRaw(Tree<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Determines whether the automaton accepts the given tree, using symbol IDs.
acceptTime(long, int, String, boolean) - Method in class de.up.ling.irtg.laboratory.JsonResultManager
 
acceptTime(long, int, String, boolean) - Method in interface de.up.ling.irtg.laboratory.ResultManager
Accepts a runtime for the watch with the given name, for the given instance.
acceptTime(long, int, String, boolean) - Method in class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
acceptTime(long, int, String, boolean) - Method in class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
actionPerformed(ActionEvent) - Method in class de.up.ling.irtg.gui.PopupMenu
 
actionPerformed(ActionEvent) - Method in class de.up.ling.irtg.util.JHyperlink
 
activate() - Static method in class de.up.ling.irtg.util.AverageLogger
Activates the logger.
AdaGrad - Class in de.up.ling.irtg.learning_rates
A simple implementation of the widely used AdaGrad learning rate.
AdaGrad(double) - Constructor for class de.up.ling.irtg.learning_rates.AdaGrad
Create a new instance with the given base rate.
AdaGrad() - Constructor for class de.up.ling.irtg.learning_rates.AdaGrad
Creates and instance with a base rate of 0.5.
adapt(TreeSample<Rule>, boolean) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
adapt(TreeSample<Rule>, boolean) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Adapts the proposal distribution with the assumption that treSamp is an importance sample generated from this proposal distribution.
AdaptiveImportanceSampler - Class in de.up.ling.irtg.sampling
This class implements importance sampling from a tree automaton according to a user specified target distribution that does not have to be expressible by a tree automaton.
AdaptiveImportanceSampler(long) - Constructor for class de.up.ling.irtg.sampling.AdaptiveImportanceSampler
Create a new instance that will use the given seed to initialize the random number generation.
AdaptiveImportanceSampler() - Constructor for class de.up.ling.irtg.sampling.AdaptiveImportanceSampler
Create a new instance that will use the current time to initialize the random number generation.
AdaptiveImportanceSampler.Configuration - Class in de.up.ling.irtg.sampling
A configuration that contains all the relevant information needed to generate a number of samples from a group of tree automata.
adaSample(int, int, RuleWeighting, boolean, boolean) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler
Runs the sampler for the given number of rounds with the given population size and adapting the given rule weights.
adaSampleMinimal(int, int, RuleWeighting, boolean, boolean) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler
Runs the sampler for the given number of rounds with the given population size and adapting the given rule weights.
add(Rule) - Method in class de.up.ling.irtg.automata.index.BottomUpRuleIndex
Returns false if adding this rule makes the automaton bottom-up nondeterministic.
add(Rule) - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
add(Rule) - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
Adds a rule to the index.
add(Rule) - Method in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
add(E) - Method in class de.up.ling.irtg.automata.language_iteration.SortedList
 
add(String, Supplier<String>) - Method in class de.up.ling.irtg.gui.PopupMenu.Builder
 
add(String, String) - Method in class de.up.ling.irtg.gui.PopupMenu.Builder
 
add(String, Tree<String>) - Method in class de.up.ling.irtg.hom.Homomorphism
 
add(int, Tree<HomomorphismSymbol>) - Method in class de.up.ling.irtg.hom.Homomorphism
 
add(Boolean, Boolean) - Method in class de.up.ling.irtg.semiring.AndOrSemiring
 
add(Double, Double) - Method in class de.up.ling.irtg.semiring.DoubleArithmeticSemiring
 
add(Long, Long) - Method in class de.up.ling.irtg.semiring.LongArithmeticSemiring
 
add(E, E) - Method in interface de.up.ling.irtg.semiring.Semiring
 
add(Pair<Double, Rule>, Pair<Double, Rule>) - Method in class de.up.ling.irtg.semiring.ViterbiWithBackpointerSemiring
 
add(double, double) - Static method in class de.up.ling.irtg.util.LogSpaceOperations
Adds to numbers that are given via their natural logarithm, the result is the natural logarithm of the addition.
add(double) - Method in class de.up.ling.irtg.util.MutableDouble
 
addAlgebraClass(String, String) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Declares an interpretation.
addAllConstants(Tree<HomomorphismSymbol>) - Method in class de.up.ling.irtg.signature.Signature
Adds all the constants from the tree to the signature.
addAllInterpretations(Map<String, Interpretation>) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Adds all interpretations in the map, with their respective names.
addAllSymbols(Tree<String>) - Method in class de.up.ling.irtg.signature.Signature
Adds all the symbols in the tree to the signature and returns a new tree with all the symbols replaced their ids in the signature.
addAnonymousNode(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Adds an "anonymous" node with the given label to the s-graph.
addArities(Tree<String>) - Static method in class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
Decorates the nodes in a tree with arities.
addArities(Tree<String>) - Static method in class de.up.ling.irtg.algebra.TreeWithAritiesAlgebra
Annotates each label in the given tree with its arity.
addAsMouseListener(JComponent) - Method in class de.up.ling.irtg.gui.PopupMenu
 
addConstructorFeature(String, String, List<String>, Map<String, FeatureFunction>) - Static method in class de.up.ling.irtg.codec.IrtgInputCodec
 
addConstructorFeatureDeclaration(String, String, List<String>) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Adds a declaration of a constructure feature to the template IRTG.
addConsumer(Consumer<E>) - Method in class de.up.ling.irtg.corpus.CorpusConverter
 
addDebuggingFocusListener(Component) - Static method in class de.up.ling.irtg.util.GuiUtils
 
addEdge(GraphNode, GraphNode, String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Adds an edge with the given label between the two nodes to the s-graph.
addElementaryTree(String, ElementaryTree) - Method in class de.up.ling.irtg.codec.tag.TagGrammar
 
addFeature(String, String) - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
addFinalState(int) - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
 
addFinalState(int) - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
 
addInstance(Instance) - Method in class de.up.ling.irtg.corpus.Corpus
Adds a new instance to the corpus.
addInterpretation(String, Interpretation) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Adds an interpretation with a given name.
ADDITIONAL_DATA_SYMBOL - Static variable in class de.up.ling.irtg.laboratory.Program
 
AdditionalDataCache - Class in de.up.ling.irtg.laboratory
 
AdditionalDataCache(Path, URI, AltoLabHttpClient) - Constructor for class de.up.ling.irtg.laboratory.AdditionalDataCache
 
addLabelSetID(IntSet) - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
addLabelSetID(String[], int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
addLabelSetID(IntSet) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
addLexiconEntry(String, LexiconEntry) - Method in class de.up.ling.irtg.codec.tag.TagGrammar
 
addNode(String, String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Adds a node with the given name and label to the s-graph.
addObject(E) - Method in class de.up.ling.irtg.signature.Interner
Add an object to the interner.
addObjectWithIndex(int, E) - Method in class de.up.ling.irtg.signature.Interner
Adds an object to the interner with a specific numeric ID.
addOptions(String) - Method in class de.up.ling.irtg.codec.InputCodec
 
addOptions(String) - Method in class de.up.ling.irtg.codec.OutputCodec
 
addRefinement(RuleRefinementNode) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
addRule(Rule) - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
Adds the rule to the automaton.
addRule(CondensedRule) - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
 
addRuleTemplate(TemplateInterpretedTreeAutomaton.TemplateRule) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Adds a rule template to the template IRTG.
addSample(Tree<Type>) - Method in class de.up.ling.irtg.sampling.TreeSample
Adds a sample with all the weights set to 0.0.
addSource(String, String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Designates the node with the given name as the source for the given source name.
addState(State) - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
 
addState(State) - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
 
addState(State) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
addState(int, int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinder
Adds a state to the indexing structure, making it available for future calls to getPartners.
addStaticFeature(String, String, String, List<String>, Map<String, FeatureFunction>) - Static method in class de.up.ling.irtg.codec.IrtgInputCodec
 
addStaticFeatureDeclaration(String, String, String, List<String>) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Adds a declaration of a static-method feature to the template IRTG.
addSymbol(String, int) - Method in class de.up.ling.irtg.signature.Signature
Adds this symbol to the signature with the given arity.
addTransformation(Function<E, E>) - Method in class de.up.ling.irtg.corpus.CorpusConverter
 
addValueToSetByID(int, int) - Method in class de.up.ling.irtg.signature.IntSetInterner
This method adds the given newValue to the set which is associated with the given index.
adjustColumn(int) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
adjustColumns() - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
Algebra<E> - Class in de.up.ling.irtg.algebra
An algebra over some domain E of values.
Algebra() - Constructor for class de.up.ling.irtg.algebra.Algebra
Constructs a new instance which is based on a newly created Signature.
AlgebraByClassNameComparator() - Constructor for class de.up.ling.irtg.gui.DecompositionDialog.AlgebraByClassNameComparator
 
AlgebraByClassNameComparator() - Constructor for class de.up.ling.irtg.gui.VisualizeDialog.AlgebraByClassNameComparator
 
AlgebraStringRepresentationOutputCodec<E> - Class in de.up.ling.irtg.codec
A codec that uses an algebra's Algebra.representAsString(java.lang.Object) method to encode an object as a string.
AlgebraStringRepresentationOutputCodec(Algebra<E>) - Constructor for class de.up.ling.irtg.codec.AlgebraStringRepresentationOutputCodec
 
allSourcesToString() - Method in class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
Returns all source names in a consecutive string, in order of their index, and thus provides a signature of this BoundaryRepresentation concerning its source names.
ALMOST_ZERO - Static variable in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
The threshold for when we consider a number close enough to 0.0 to pick a choice point.
Alto - Class in de.up.ling.irtg.main
 
Alto() - Constructor for class de.up.ling.irtg.main.Alto
 
Alto.CmdLineParameters - Class in de.up.ling.irtg.main
 
AltoLabHttpClient - Class in de.up.ling.irtg.laboratory
 
AltoLabHttpClient(String, String, String) - Constructor for class de.up.ling.irtg.laboratory.AltoLabHttpClient
 
AmrbankReader - Class in de.up.ling.irtg.script
 
AmrbankReader() - Constructor for class de.up.ling.irtg.script.AmrbankReader
 
AMRTranslator - Class in de.up.ling.irtg.script
Translates the AMR format (as of v1_4) to the Alto corpus format
AMRTranslator() - Constructor for class de.up.ling.irtg.script.AMRTranslator
 
analyze() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Prints some statistics about this automaton.
AND - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
AND - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
AND() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
AND() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.RAWContext
 
AndOrSemiring - Class in de.up.ling.irtg.semiring
 
AndOrSemiring() - Constructor for class de.up.ling.irtg.semiring.AndOrSemiring
 
ANGLE_IDENTIFIER - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
ANGLE_IDENTIFIER - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
ANGLE_IDENTIFIER() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.ANGLEContext
 
ANGLE_IDENTIFIER() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.WeightContext
 
ANGLEContext(BottomUpTreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.ANGLEContext
 
appendLocalToString(TreeAutomaton<String>, String, StringBuilder) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
apply(Rule) - Method in class de.up.ling.irtg.automata.SkipFailRulesFilter
 
apply(Tree<String>) - Method in class de.up.ling.irtg.hom.Homomorphism
 
apply(List<Object>) - Method in interface de.up.ling.irtg.laboratory.Operation
Applies the operation.
apply(List<Object>) - Method in class de.up.ling.irtg.laboratory.Operation.ConstructorOperation
 
apply(List<Object>) - Method in class de.up.ling.irtg.laboratory.Operation.LookupVariableOperation
 
apply(List<Object>) - Method in class de.up.ling.irtg.laboratory.Operation.MethodOperation
 
apply(List<Object>) - Method in class de.up.ling.irtg.laboratory.Operation.NullOperation
 
apply(List<Object>) - Method in class de.up.ling.irtg.laboratory.Operation.PrimitiveTypeOperation
 
apply(List<Object>) - Method in class de.up.ling.irtg.laboratory.Operation.StringOperation
 
applyRaw(Tree<Integer>) - Method in class de.up.ling.irtg.hom.Homomorphism
 
argument() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
argument() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
argument() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
ArgumentContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
arity() - Method in enum de.up.ling.irtg.algebra.TagStringAlgebra.Operation
Returns the number of arguments the operation accepts.
ArrayInt2DoubleMap - Class in de.up.ling.irtg.util
 
ArrayInt2DoubleMap() - Constructor for class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
ArrayInt2IntMap - Class in de.up.ling.irtg.util
 
ArrayInt2IntMap() - Constructor for class de.up.ling.irtg.util.ArrayInt2IntMap
 
ArrayInt2ObjectMap<E> - Class in de.up.ling.irtg.util
 
ArrayInt2ObjectMap() - Constructor for class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
ArrayListRangeIterable<E> - Class in de.up.ling.irtg.util
 
ArrayListRangeIterable(List<E>, int, int) - Constructor for class de.up.ling.irtg.util.ArrayListRangeIterable
 
ArrayMap<E> - Class in de.up.ling.irtg.util
An implementation of an int-to-object map that is backed by an ArrayList.
ArrayMap() - Constructor for class de.up.ling.irtg.util.ArrayMap
 
ArrayTupleIterator<T> - Class in de.up.ling.irtg.util
 
ArrayTupleIterator(T[][]) - Constructor for class de.up.ling.irtg.util.ArrayTupleIterator
 
ArrayTupleIterator(List<T>[]) - Constructor for class de.up.ling.irtg.util.ArrayTupleIterator
 
ARROW - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
ARROW() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
ARROW - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
ARROW() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
ARROW - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
ARROW - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
ARROW() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
ARROW - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
ARROW - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
ARROW - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
ARROW - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
asConcreteTreeAutomaton() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes a concrete representation of this automaton.
asConcreteTreeAutomatonBottomUp() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes a concrete representation of this automaton.
asConcreteTreeAutomatonWithStringStates() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes a concrete representation of this automaton, with string states.
asFirst() - Method in class de.up.ling.irtg.util.Either
 
asSecond() - Method in class de.up.ling.irtg.util.Either
 
assertAlmostEquals(double, double) - Static method in class de.up.ling.irtg.util.TestingTools
 
ASSIGNMENT_PATTERN - Static variable in class de.up.ling.irtg.laboratory.Program
 
asString(E) - Method in class de.up.ling.irtg.codec.OutputCodec
Returns a string representation of the given object.
asStringSupplier(E) - Method in class de.up.ling.irtg.codec.OutputCodec
Returns a function that computes a string representation of the given object.
atomic_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
atomic_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
atomic_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guard_conditionContext
 
Atomic_guard_conditionContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_guard_conditionContext
 
atomic_or_bracketed_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
atomic_or_bracketed_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
Atomic_or_bracketed_guard_conditionContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
AtomicGuard(String, List<String>) - Constructor for class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.AtomicGuard
 
attach(Iterator<Instance>) - Method in interface de.up.ling.irtg.corpus.ChartAttacher
This method must accept an instance iterator and return another instance iterator which only returns instances that are copies of the original with charts attached.
attach(Iterator<Instance>) - Method in class de.up.ling.irtg.corpus.Charts
 
attach(Iterator<Instance>) - Method in class de.up.ling.irtg.corpus.OnTheFlyCharts
 
attachCharts(ChartAttacher) - Method in class de.up.ling.irtg.corpus.Corpus
This attaches parse charts to the instances of the corpus.
attachCharts(String) - Method in class de.up.ling.irtg.corpus.Corpus
Reads charts from a file and attaches them to this corpus.
auto_rule() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
auto_rule() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
auto_rule(int) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
auto_rule() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
auto_rule() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
auto_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
auto_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
auto_rule() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
auto_rule() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
auto_rule(int) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
auto_rule() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
auto_rule() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.FtaContext
 
auto_rule(int) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.FtaContext
 
Auto_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
Auto_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
Auto_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
Auto_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
Auto_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
automaton() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
automatonRule() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
AutomatonWeighted - Class in de.up.ling.irtg.sampling.rule_weighting
This class simply assigns each tree the weight of the multiplication of its rule weights.
AutomatonWeighted(TreeAutomaton, int, double, LearningRate) - Constructor for class de.up.ling.irtg.sampling.rule_weighting.AutomatonWeighted
Creates a new instance that weights trees according to the rule weights from the given automaton and uses the automaton as the basis for sampling.
average(Object[]) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Computes the average value of the doubles.
averageLists(Object[]) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
The input list must be a list of DoubleList entries, each of equal size -- if that is the case, returns a DoubleList with i-th entry the average of the i-th entries of the input lists.
AverageLogger - Class in de.up.ling.irtg.util
A class for storing and computing averages over multiple instances.
AverageLogger() - Constructor for class de.up.ling.irtg.util.AverageLogger
 

B

b() - Static method in class de.up.ling.irtg.gui.PopupMenu
 
BASE_IRTG_SYMBOL - Static variable in class de.up.ling.irtg.laboratory.Program
 
basicNonDelInvHom(TreeAutomaton) - Method in class de.up.ling.irtg.Interpretation
This returns an inverse homomorphism automaton with the added assumption that the underlying homomorphism is non-deleting.
BasicOperations - Class in de.up.ling.irtg.laboratory
This class contains static methods for Alto Lab that don't necessarily fit anywhere else.
BasicOperations() - Constructor for class de.up.ling.irtg.laboratory.BasicOperations
 
BestFirstIntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata
An intersection automaton for viterbi search that constructs transitions bottom up when makeAllRulesExplicit is called, according to a queue and stops construction once a complete tree can be derived.
BestFirstIntersectionAutomaton(TreeAutomaton<LeftState>, TreeAutomaton<RightState>, EdgeEvaluator) - Constructor for class de.up.ling.irtg.automata.BestFirstIntersectionAutomaton
Creates a new instance with the given evaluator.
BinarizationStyleValidator() - Constructor for class de.up.ling.irtg.script.PennTreebankConverter.BinarizationStyleValidator
 
binarize(String) - Method in class de.up.ling.irtg.binarization.BinarizingAlgebraSeed
 
binarize(InterpretedTreeAutomaton, Map<String, Algebra>) - Method in class de.up.ling.irtg.binarization.BkvBinarizer
 
binarize(InterpretedTreeAutomaton, Map<String, Algebra>, ProgressListener) - Method in class de.up.ling.irtg.binarization.BkvBinarizer
 
binarize(String) - Method in class de.up.ling.irtg.binarization.IdentitySeed
 
binarize(String) - Method in class de.up.ling.irtg.binarization.RegularSeed
Computes an automaton for all binarizations of a given symbol.
binarize(Tree<String>) - Method in class de.up.ling.irtg.binarization.RegularSeed
Computes an automaton for all binarizations of a given term.
binarize(String) - Method in class de.up.ling.irtg.binarization.StringAlgebraSeed
 
binarizeTreeAutomaton(TreeAutomaton<? extends Object>) - Method in class de.up.ling.irtg.algebra.BinarizingAlgebra
Returns a tree automaton in which all rules are binarized by introducing intermediate rules with the concatenation symbol of this algebra.
BinarizingAlgebra<E> - Class in de.up.ling.irtg.algebra
An algebra with binarizing terms.
BinarizingAlgebra(Algebra<E>) - Constructor for class de.up.ling.irtg.algebra.BinarizingAlgebra
Create a new instance with _@_ as the concatenation symbol.
BinarizingAlgebra(Algebra<E>, String) - Constructor for class de.up.ling.irtg.algebra.BinarizingAlgebra
Create a new instance with a user specified concatenation symbol.
BinarizingAlgebraSeed - Class in de.up.ling.irtg.binarization
A regular seed that binarizes into a BinarizingAlgebra.
BinarizingAlgebraSeed() - Constructor for class de.up.ling.irtg.binarization.BinarizingAlgebraSeed
This is only for technical reasons; don't use this constructor! Use #StringAlgebraSeed(de.up.ling.irtg.signature.Signature, java.lang.String) instead.
BinarizingAlgebraSeed(Algebra, Algebra) - Constructor for class de.up.ling.irtg.binarization.BinarizingAlgebraSeed
 
BinarizingTagTreeAlgebra - Class in de.up.ling.irtg.algebra
A BinarizingAlgebra whose underlying algebra is a TagTreeAlgebra.
BinarizingTagTreeAlgebra() - Constructor for class de.up.ling.irtg.algebra.BinarizingTagTreeAlgebra
Creates a new instance with a new signature.
BinarizingTagTreeWithAritiesAlgebra - Class in de.up.ling.irtg.algebra
This class behaves like a BinarizingTagTreeAlgebra, but an underlying TagTreeWithAritiesAlgebra.
BinarizingTagTreeWithAritiesAlgebra() - Constructor for class de.up.ling.irtg.algebra.BinarizingTagTreeWithAritiesAlgebra
Creates a new instance with it's own signature.
BinarizingTagTreeWithAritiesAlgebra(String) - Constructor for class de.up.ling.irtg.algebra.BinarizingTagTreeWithAritiesAlgebra
This creates a new instance with its own signature and a user specified concatenation symbol.
BinarizingTreeAlgebra - Class in de.up.ling.irtg.algebra
A BinarizingAlgebra that interprets values over a TreeAlgebra.
BinarizingTreeAlgebra() - Constructor for class de.up.ling.irtg.algebra.BinarizingTreeAlgebra
Creates a new instance with its own signature.
BinarizingTreeAlgebra(String) - Constructor for class de.up.ling.irtg.algebra.BinarizingTreeAlgebra
Creates a new instance with its own signature and a user specified concatenation symbol.
BinarizingTreeWithAritiesAlgebra - Class in de.up.ling.irtg.algebra
A BinarizingAlgebra that interprets its values over a TreeWithAritiesAlgebra.
BinarizingTreeWithAritiesAlgebra() - Constructor for class de.up.ling.irtg.algebra.BinarizingTreeWithAritiesAlgebra
Creates a new instance with the default concatenation symbol _@_ and a new signature.
BinarizingTreeWithAritiesAlgebra(String) - Constructor for class de.up.ling.irtg.algebra.BinarizingTreeWithAritiesAlgebra
Creates a new instance with a use specified concatenation symbol and a new signature.
BinaryBottomUpRuleIndex - Class in de.up.ling.irtg.automata.index
 
BinaryBottomUpRuleIndex(TreeAutomaton) - Constructor for class de.up.ling.irtg.automata.index.BinaryBottomUpRuleIndex
 
BinaryIrtgInputCodec - Class in de.up.ling.irtg.codec
An input codec for IRTGs in a binary file format.
BinaryIrtgInputCodec() - Constructor for class de.up.ling.irtg.codec.BinaryIrtgInputCodec
 
BinaryIrtgOutputCodec - Class in de.up.ling.irtg.codec
An output codec for IRTGs in a binary file format.
BinaryIrtgOutputCodec() - Constructor for class de.up.ling.irtg.codec.BinaryIrtgOutputCodec
 
BinaryRuleFactory - Interface in de.up.ling.irtg.binarization
 
BKCLOSE - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
BKCLOSE - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
BKCLOSE() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
BKCLOSE(int) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
BKCLOSE() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
BKCLOSE - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
BKCLOSE - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
BKCLOSE() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
BKOPEN - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
BKOPEN - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
BKOPEN() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
BKOPEN(int) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
BKOPEN() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
BKOPEN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
BKOPEN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
BKOPEN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
BkvBinarizer - Class in de.up.ling.irtg.binarization
Implements the binarization algorithm of Buechse/Koller/Vogler, ACL 2013.
BkvBinarizer(Map<String, RegularSeed>) - Constructor for class de.up.ling.irtg.binarization.BkvBinarizer
 
BkvBinarizer(Map<String, RegularSeed>, Function<InterpretedTreeAutomaton, BinaryRuleFactory>) - Constructor for class de.up.ling.irtg.binarization.BkvBinarizer
 
BkvBinarizer.TreeWithPathVisitor<E,F> - Interface in de.up.ling.irtg.binarization
 
BolinasGraphOutputCodec - Class in de.up.ling.irtg.codec
An output codec for storing an s-graph in a format that the Bolinas tool can read.
BolinasGraphOutputCodec() - Constructor for class de.up.ling.irtg.codec.BolinasGraphOutputCodec
 
BolinasHrgBaseListener - Class in de.up.ling.irtg.codec.bolinas_hrg
This class provides an empty implementation of BolinasHrgListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
BolinasHrgBaseListener() - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
 
BolinasHrgInputCodec - Class in de.up.ling.irtg.codec
An input codec for reading hyperedge replacement grammars (HRGs) in the input format for the Bolinas parser.
BolinasHrgInputCodec() - Constructor for class de.up.ling.irtg.codec.BolinasHrgInputCodec
 
BolinasHrgLexer - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
BolinasHrgListener - Interface in de.up.ling.irtg.codec.bolinas_hrg
This interface defines a complete listener for a parse tree produced by BolinasHrgParser.
BolinasHrgParser - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
BolinasHrgParser.ChildContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.EdgelabelContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.EdgeWithChildrenContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.ExternalMarkerContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.HrgContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.HrgRuleContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.IdContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.LabelContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.NodeContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.NonterminalContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.TermContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
BolinasHrgParser.WeightContext - Class in de.up.ling.irtg.codec.bolinas_hrg
 
booleanValue() - Method in class de.up.ling.irtg.util.MutableBoolean
 
BottomUpRuleIndex - Class in de.up.ling.irtg.automata.index
 
BottomUpRuleIndex() - Constructor for class de.up.ling.irtg.automata.index.BottomUpRuleIndex
 
BottomUpTreeAutomatonBaseListener - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
This class provides an empty implementation of BottomUpTreeAutomatonListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
BottomUpTreeAutomatonBaseListener() - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
 
BottomUpTreeAutomatonInputCodec - Class in de.up.ling.irtg.codec
A codec for reading tree automata written in Thomas Hanneforth's format for weighted bottom-up tree automata.
BottomUpTreeAutomatonInputCodec() - Constructor for class de.up.ling.irtg.codec.BottomUpTreeAutomatonInputCodec
 
BottomUpTreeAutomatonLexer - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
BottomUpTreeAutomatonListener - Interface in de.up.ling.irtg.codec.bottomup_treeautomaton
This interface defines a complete listener for a parse tree produced by BottomUpTreeAutomatonParser.
BottomUpTreeAutomatonParser - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
BottomUpTreeAutomatonParser.ANGLEContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.Auto_ruleContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.FtaContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.NameContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.QUOTEDContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.RAWContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.State_listContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.StateContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BottomUpTreeAutomatonParser.WeightContext - Class in de.up.ling.irtg.codec.bottomup_treeautomaton
 
BoundaryRepresentation - Class in de.up.ling.irtg.algebra.graph
A boundary representation of a sub-sgraph.
BoundaryRepresentation(SGraph, GraphInfo) - Constructor for class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
creates a new BoundaryRepresentation for a subgraph T of the graph represented by completeGraphInfo.
bringToFront(Frame) - Static method in class de.up.ling.irtg.util.GuiUtils
 
build() - Method in class de.up.ling.irtg.gui.PopupMenu.Builder
 
Builder() - Constructor for class de.up.ling.irtg.gui.PopupMenu.Builder
 
BuildProperties - Class in de.up.ling.irtg.util
 
BuildProperties() - Constructor for class de.up.ling.irtg.util.BuildProperties
 
bulkParse(Corpus, Consumer<Instance>, ProgressListener) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Reads all inputs for this IRTG from a corpus and parses them.
bulkParse(Corpus, Predicate<Instance>, Consumer<Instance>, ProgressListener) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Reads inputs for this IRTG from a corpus and parses them.
ByteArrayInputStreamSupplier - Class in de.up.ling.irtg.corpus
 
ByteArrayInputStreamSupplier(byte[]) - Constructor for class de.up.ling.irtg.corpus.ByteArrayInputStreamSupplier
 

C

C - Static variable in class de.up.ling.irtg.algebra.TagTreeAlgebra
This label indicates replacement operations.
c(String) - Method in class de.up.ling.irtg.hom.Homomorphism
 
c(String, int) - Method in class de.up.ling.irtg.hom.Homomorphism
 
Cache<E> - Class in de.up.ling.irtg.io
 
Cache.ValueReadingException - Exception in de.up.ling.irtg.io
 
characters(char[], int, int) - Method in class de.up.ling.irtg.script.AmrbankReader
 
ChartAttacher - Interface in de.up.ling.irtg.corpus
This interface provides an attach() method that takes an iterator over instances and returns an iterator over copies of these instances that have a chart attached to them.
Charts - Class in de.up.ling.irtg.corpus
A collection of parse charts for the input objects in a corpus.
Charts(Supplier<InputStream>) - Constructor for class de.up.ling.irtg.corpus.Charts
 
ChenTagInputCodec - Class in de.up.ling.irtg.codec.tag
 
ChenTagInputCodec() - Constructor for class de.up.ling.irtg.codec.tag.ChenTagInputCodec
 
ChenTagTreebankConverter - Class in de.up.ling.irtg.script
 
ChenTagTreebankConverter() - Constructor for class de.up.ling.irtg.script.ChenTagTreebankConverter
 
child() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
child() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
child(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
ChildContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ChildContext
 
ChildOfFeature - Class in de.up.ling.irtg.maxent
 
ChildOfFeature(String, String) - Constructor for class de.up.ling.irtg.maxent.ChildOfFeature
 
chooseFileForSaving(FileFilter, Component) - Static method in class de.up.ling.irtg.gui.GuiMain
Allows the user to select a file name for saving a file.
ClassByNameComparator() - Constructor for class de.up.ling.irtg.gui.RegularSeedChooser.ClassByNameComparator
 
CLBK - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
CLBK - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
CLBK() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
CLBK - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
CLBK - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
CLBK - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
CLBK - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
clear() - Method in class de.up.ling.irtg.sampling.TreeSample
Clears out all the values stores in this sample.
clear() - Method in class de.up.ling.irtg.signature.Interner
Removes all mappings from this interner.
clear() - Method in class de.up.ling.irtg.signature.Signature
Removes all symbols from this signature.
clear() - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
clear() - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
clear() - Method in class de.up.ling.irtg.util.ArrayMap
 
clear() - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
clear() - Method in class de.up.ling.irtg.util.IntInt2IntMap
 
clone() - Method in class de.up.ling.irtg.signature.Interner
 
clone() - Method in class de.up.ling.irtg.signature.Signature
 
close() - Method in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
close() - Method in class de.up.ling.irtg.corpus.CorpusWriter
 
CLOSE_BK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
CLOSE_BK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
CLOSE_BK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
CLOSE_BK() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
CLOSE_BK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
CLOSE_BK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
CLOSE_BK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
CLOSE_BRC - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
CLOSE_BRC - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
CLOSE_BRC() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
CLOSE_SQBK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
CLOSE_SQBK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
CLOSE_SQBK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
CLOSE_SQBK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
CLOSE_SQBK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
CLOSE_SQBK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
closeAllWindows() - Static method in class de.up.ling.irtg.gui.GuiMain
 
CmdLineParameters() - Constructor for class de.up.ling.irtg.main.Alto.CmdLineParameters
 
CoarseToFineParser - Class in de.up.ling.irtg.automata.coarse_to_fine
This class implements coarse-to-fine parsing.
CoarseToFineParser(InterpretedTreeAutomaton, String, FineToCoarseMapping, double) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
Creates a new instance from the given FineToCoarseMapping.
CoarseToFineParser.Combination - Class in de.up.ling.irtg.automata.coarse_to_fine
Used to store evaluation Information, not useful for most users.
coarsify(String) - Method in interface de.up.ling.irtg.automata.coarse_to_fine.FineToCoarseMapping
Maps a nonterminal to its coarser version or itself if there is no coarser version.
coarsify(InterpretedTreeAutomaton, String) - Method in class de.up.ling.irtg.automata.coarse_to_fine.GrammarCoarsifier
 
CodecConverter - Class in de.up.ling.irtg.script
Converts a corpus from one codec to another.
CodecConverter() - Constructor for class de.up.ling.irtg.script.CodecConverter
 
CodecMetadata - Annotation Type in de.up.ling.irtg.codec
An annotation type for adding metadata to a codec class.
CodecParseException - Exception in de.up.ling.irtg.codec
An exception that occurred while parsing an input representation.
CodecParseException() - Constructor for exception de.up.ling.irtg.codec.CodecParseException
 
CodecParseException(String) - Constructor for exception de.up.ling.irtg.codec.CodecParseException
 
CodecParseException(String, Throwable) - Constructor for exception de.up.ling.irtg.codec.CodecParseException
 
CodecParseException(Throwable) - Constructor for exception de.up.ling.irtg.codec.CodecParseException
 
CodecParseException(String, Throwable, boolean, boolean) - Constructor for exception de.up.ling.irtg.codec.CodecParseException
 
CodecUtilities - Class in de.up.ling.irtg.codec
Shared methods that are useful in implementing codecs.
CodecUtilities() - Constructor for class de.up.ling.irtg.codec.CodecUtilities
 
collect(int, Rule, CondensedRule) - Method in class de.up.ling.irtg.automata.pruning.HistogramPruningPolicy
 
collect(int, Rule, CondensedRule) - Method in class de.up.ling.irtg.automata.pruning.NoPruningPolicy
 
collect(int, Rule, CondensedRule) - Method in interface de.up.ling.irtg.automata.pruning.PruningPolicy
 
collect(int, Rule, CondensedRule) - Method in class de.up.ling.irtg.automata.pruning.QuotientPruningPolicy
 
collect(int, Rule, CondensedRule) - Method in class de.up.ling.irtg.automata.pruning.StatewiseHistogramPruningPolicy
 
COLON - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
COLON - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
COLON - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
COLON - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
COLON() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
COLON - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
COLON - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
Combination(TreeAutomaton, DoubleList, DoubleList, DoubleList, DoubleList, DoubleList, DoubleList, DoubleList, DoubleList, double, DoubleList, DoubleList) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
combine(Tree<F>, Tree<F>, List<E>, String) - Method in interface de.up.ling.irtg.binarization.BkvBinarizer.TreeWithPathVisitor
 
combine(int, int) - Static method in class de.up.ling.irtg.util.NumbersCombine
combines the two given numbers into a long that is unique for the two numbers and their order
combine(short, short) - Static method in class de.up.ling.irtg.util.NumbersCombine
combines the two given numbers into an int that is unique for the two numbers and their order
combine(Tree<L>, List<V>) - Method in interface de.up.ling.irtg.util.Util.BottomUpTreeVisitor
 
COMMA - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
COMMA - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
COMMA - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
COMMA - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
COMMA - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
COMMA - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
COMMA - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
COMMA - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
COMMA - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
COMMA() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
COMMA - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
CommandLineInterface - Class in de.up.ling.irtg.laboratory
Command line interface for Alto Lab.
CommandLineInterface() - Constructor for class de.up.ling.irtg.laboratory.CommandLineInterface
 
COMMENT - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
COMMENT - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
COMMENT - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
COMMENT - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
COMMENT - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
COMMENT - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
COMMENT - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
COMMENT - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
COMMENT_SYMBOL - Static variable in class de.up.ling.irtg.laboratory.Program
 
compare(EvaluatedItem, EvaluatedItem) - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItemComparator
 
compare(Algebra, Algebra) - Method in class de.up.ling.irtg.gui.DecompositionDialog.AlgebraByClassNameComparator
 
compare(Class, Class) - Method in class de.up.ling.irtg.gui.RegularSeedChooser.ClassByNameComparator
 
compare(Algebra, Algebra) - Method in class de.up.ling.irtg.gui.VisualizeDialog.AlgebraByClassNameComparator
 
compareTo(EvaluatedItem) - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
compareTo(Rule) - Method in class de.up.ling.irtg.automata.Rule
 
compareTo(WeightedTree) - Method in class de.up.ling.irtg.automata.WeightedTree
 
componentWriter - Static variable in class de.up.ling.irtg.script.SGraphParsingEvaluation
 
compute(ProgressListener) - Method in interface de.up.ling.irtg.util.ProgressBarWorker
 
computeCharts(Corpus, InterpretedTreeAutomaton, OutputStream) - Static method in class de.up.ling.irtg.corpus.Charts
 
computeCharts(Corpus, InterpretedTreeAutomaton, OutputStream, ProgressListener) - Static method in class de.up.ling.irtg.corpus.Charts
 
computeInside(Tree<Rule>, RuleWeighting) - Method in class de.up.ling.irtg.sampling.ProposalSumComputer
Computes the proposal probability for the given tree assuming the given rule weights.
computeInside(Tree<Rule>, int, RuleWeighting) - Method in class de.up.ling.irtg.sampling.ProposalSumComputer
Computes the proposal probability for the given tree assuming the given rule weights and assuming that we start at the given state.
computeTargetFunction(TreeAutomaton<Type>, AdaptiveImportanceSampler.Configuration) - Static method in class de.up.ling.irtg.script.EvaluateSamplingFromRules
Computes the expected value for all the different evaluation rounds in a single repetition.
CONCAT - Static variable in class de.up.ling.irtg.algebra.StringAlgebra
The reserved concatenation symbol used by this algebra.
CONCAT(int, int) - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
This method can be used to obtain a concat operation.
CONCAT11() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Returns simple string concatenation.
CONCAT12() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Returns the concat operation for a string and a pair.
CONCAT21() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Return the concat operation for a pair and a string.
ConcatenatedIterable<E> - Class in de.up.ling.irtg.automata.condensed
 
ConcatenatedIterable(Iterable<? extends Iterable<E>>) - Constructor for class de.up.ling.irtg.automata.condensed.ConcatenatedIterable
 
ConcreteCondensedTreeAutomaton<State> - Class in de.up.ling.irtg.automata.condensed
This is an extension of CondensedTreeAutomaton for which all rules can and must be added externally and are then stored explicitly for quick access.
ConcreteCondensedTreeAutomaton(Signature) - Constructor for class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
Constructs a new instance which is backed by the given signature.
ConcreteCondensedTreeAutomaton() - Constructor for class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
Creates a new instance which will have its own signature and contains no rules or final states.
ConcreteTreeAutomaton<State> - Class in de.up.ling.irtg.automata
An automaton which can be constructed by explicitly adding rules, and which stores these rules explicitly in memory.
ConcreteTreeAutomaton() - Constructor for class de.up.ling.irtg.automata.ConcreteTreeAutomaton
Constructs a new instance without any final states of rules.
ConcreteTreeAutomaton(Signature) - Constructor for class de.up.ling.irtg.automata.ConcreteTreeAutomaton
Constructs a new instance without any final states or rules.
ConcreteTreeAutomaton(Signature, Interner<State>) - Constructor for class de.up.ling.irtg.automata.ConcreteTreeAutomaton
Constructs a new instance without any final states or rules, which will use the given state interner to enumerate its states.
CondensedBottomUpIntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata.condensed
This automaton represents the intersection of two tree automaton, at least one of which is a condensed tree automaton.
CondensedBottomUpIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
CondensedCoarsestParser<InvhomState> - Class in de.up.ling.irtg.automata.coarse_to_fine
 
CondensedCoarsestParser(RuleRefinementTree, CondensedTreeAutomaton<InvhomState>) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.CondensedCoarsestParser
 
CondensedIntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata.condensed
Intersecting two automatons using a CKY-algorithm.
CondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedIntersectionAutomaton
Assumes the signatures are identical.
CondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedIntersectionAutomaton
 
CondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper, PruningPolicy) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedIntersectionAutomaton
 
CondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper, boolean) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedIntersectionAutomaton
 
CondensedNondeletingInverseHomAutomaton<State> - Class in de.up.ling.irtg.automata.condensed
A tree automaton that describes the homomorphic pre-image of the language of another tree automaton.
CondensedNondeletingInverseHomAutomaton(TreeAutomaton<State>, Homomorphism) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
CondensedRule - Class in de.up.ling.irtg.automata.condensed
 
CondensedRule(int, int, int[], double) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedRule
 
CondensedRuleTrie - Class in de.up.ling.irtg.automata.condensed
A recursively defined Trie for CondensedRules
CondensedRuleTrie() - Constructor for class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
 
CondensedTreeAutomaton<State> - Class in de.up.ling.irtg.automata.condensed
 
CondensedTreeAutomaton(Signature) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
CondensedTreeAutomatonParser - Class in de.up.ling.irtg.automata.condensed
Parser for bottom-up automata
CondensedTreeAutomatonParser(InputStream) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Constructor with InputStream.
CondensedTreeAutomatonParser(InputStream, String) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Constructor with InputStream and supplied encoding
CondensedTreeAutomatonParser(Reader) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Constructor.
CondensedTreeAutomatonParser(CondensedTreeAutomatonParserTokenManager) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Constructor with generated Token Manager.
CondensedViterbiIntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata.condensed
Intersecting two automatons, but saving only the one best path.
CondensedViterbiIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper) - Constructor for class de.up.ling.irtg.automata.condensed.CondensedViterbiIntersectionAutomaton
 
Configuration(Function<TreeAutomaton, RuleWeighting>) - Constructor for class de.up.ling.irtg.sampling.AdaptiveImportanceSampler.Configuration
Creates a new instance with default parameters and based on the given RuleWeightings
ConjGuard(List<TemplateInterpretedTreeAutomaton.Guard>) - Constructor for class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.ConjGuard
 
ConjGuard(TemplateInterpretedTreeAutomaton.Guard, TemplateInterpretedTreeAutomaton.Guard) - Constructor for class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.ConjGuard
 
conjunctive_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
conjunctive_guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guard_conditionContext
 
Conjunctive_guard_conditionContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
ConsoleProgressBar - Class in de.up.ling.irtg.util
 
ConsoleProgressBar(int, PrintStream) - Constructor for class de.up.ling.irtg.util.ConsoleProgressBar
 
CONSTANT_TERMContext(IrtgParser.TermContext) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTANT_TERMContext
 
CONSTANT_TERMContext(TemplateIrtgParser.TermContext) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTANT_TERMContext
 
CONSTRUCTOR_FEATUREContext(IrtgParser.Feature_declContext) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
CONSTRUCTOR_FEATUREContext(TemplateIrtgParser.Feature_declContext) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
ConstructorOperation(Constructor) - Constructor for class de.up.ling.irtg.laboratory.Operation.ConstructorOperation
Creates a new ConstructorOperation with the given constructor.
contains(String) - Method in class de.up.ling.irtg.signature.Signature
Returns true if the symbol is known to this signature.
containsAsSubgraph(DirectedGraph<GraphNode, GraphEdge>, Map<String, String>) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether the s-graph contains the given graph as a sub-graph.
containsKey(int) - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
containsKey(int) - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
containsKey(int) - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
containsKey(int) - Method in class de.up.ling.irtg.util.ArrayMap
 
containsNode(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks if a node with the given name exists in this s-graph.
convert(Iterator<E>) - Method in class de.up.ling.irtg.corpus.CorpusConverter
 
convert(AbstractCorpusWriter, PennTreebankConverter.CmdLineParameters) - Static method in class de.up.ling.irtg.script.PennTreebankConverter
 
copyFrom(BottomUpTreeAutomatonParser.NameContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.NameContext
 
copyFrom(IrtgParser.Feature_declContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Feature_declContext
 
copyFrom(IrtgParser.NameContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.NameContext
 
copyFrom(IrtgParser.TermContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.TermContext
 
copyFrom(PcfgAsIrtgParser.NameContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.NameContext
 
copyFrom(TemplateIrtgParser.Feature_declContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Feature_declContext
 
copyFrom(TemplateIrtgParser.NameContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.NameContext
 
copyFrom(TemplateIrtgParser.TermContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.TermContext
 
copyFrom(TiburonTreeAutomatonParser.NameContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.NameContext
 
copyFrom(TreeAutomatonParser.NameContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.NameContext
 
copyToClipboard(String) - Static method in class de.up.ling.irtg.util.GuiUtils
Copies the given string to the system clipboard.
corpus() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
Corpus - Class in de.up.ling.irtg.corpus
An (annotated or unannotated) corpus of input objects.
Corpus() - Constructor for class de.up.ling.irtg.corpus.Corpus
This creates a new empty corpus.
CorpusCache - Class in de.up.ling.irtg.laboratory
 
CorpusCache(Path, URI, InterpretedTreeAutomaton, AltoLabHttpClient) - Constructor for class de.up.ling.irtg.laboratory.CorpusCache
 
CorpusContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
CorpusConverter<E> - Class in de.up.ling.irtg.corpus
Reads a corpus from some foreign format and converts it into an Alto corpus.
CorpusConverter(AbstractCorpusWriter, Map<String, Function<E, ? extends Object>>) - Constructor for class de.up.ling.irtg.corpus.CorpusConverter
 
CorpusParser - Class in de.up.ling.irtg.script
This reads an (annotated or unannotated) corpus, parses all inputs, and saves the parse charts into a separate file.
CorpusParser() - Constructor for class de.up.ling.irtg.script.CorpusParser
 
CorpusReadingException - Exception in de.up.ling.irtg.corpus
An exception that indicates that something went wrong when reading a corpus from a reader.
CorpusReadingException(String) - Constructor for exception de.up.ling.irtg.corpus.CorpusReadingException
 
CorpusReadingException(String, Throwable) - Constructor for exception de.up.ling.irtg.corpus.CorpusReadingException
 
CorpusWriter - Class in de.up.ling.irtg.corpus
Comment lines are prepended with the commentPrefix.
CorpusWriter(InterpretedTreeAutomaton, String, String, Writer) - Constructor for class de.up.ling.irtg.corpus.CorpusWriter
 
CorpusWriter(InterpretedTreeAutomaton, String, String, InterpretationPrintingPolicy, Writer) - Constructor for class de.up.ling.irtg.corpus.CorpusWriter
 
CorpusWriter(InterpretedTreeAutomaton, String, Writer) - Constructor for class de.up.ling.irtg.corpus.CorpusWriter
 
countBrackets(Tree<String>) - Static method in class de.up.ling.irtg.algebra.TreeAlgebra
Counts the number of nodes in a tree - minus the number of the leaf nodes.
countTrees() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the number of trees in the language of this automaton.
cputime() - Static method in class de.up.ling.irtg.util.Util
 
CpuTimeStopwatch - Class in de.up.ling.irtg.util
 
CpuTimeStopwatch() - Constructor for class de.up.ling.irtg.util.CpuTimeStopwatch
 
create(Algebra, Object...) - Static method in class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
create(List<String>, Frame, boolean) - Static method in class de.up.ling.irtg.gui.JParsingDialog
 
createConstant(String, Signature, int) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
Creates a constant HomomorphismSymbol for the given symbol.
createConstant(int) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
Creates a constant HomomorphismSymbol for the given symbol ID.
createEdge(GraphNode, GraphNode) - Method in class de.up.ling.irtg.algebra.graph.GraphEdgeFactory
 
createFactoryFactory() - Static method in class de.up.ling.irtg.binarization.GensymBinaryRuleFactory
 
createFactoryFactory() - Static method in class de.up.ling.irtg.binarization.InsideRuleFactory
 
createFactoryFactory() - Static method in class de.up.ling.irtg.binarization.XbarRuleFactory
 
createHistogramPruningPolicy(FOM, int) - Static method in class de.up.ling.irtg.automata.pruning.HistogramPruningPolicy
 
createInsideFom() - Static method in class de.up.ling.irtg.automata.pruning.SemiringFOM
 
createListener() - Method in class de.up.ling.irtg.util.ConsoleProgressBar
 
createMap(int) - Method in interface de.up.ling.irtg.util.MapFactory
 
createNoPruningPolicy() - Static method in class de.up.ling.irtg.automata.pruning.NoPruningPolicy
 
createQuotientPruningPolicy(FOM, double) - Static method in class de.up.ling.irtg.automata.pruning.QuotientPruningPolicy
 
CreateRandomAutomata - Class in de.up.ling.irtg.script
 
CreateRandomAutomata() - Constructor for class de.up.ling.irtg.script.CreateRandomAutomata
 
createRule(State, List<String>, List<State>) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
createRule(State, List<String>, List<State>, double) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
createRule(State, String[], State[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
createRule(State, String[], State[], double) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
createRule(int, int, int[], double) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Creates a new rule.
createRule(int, int, List<Integer>, double) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Creates a new rule.
createRule(State, String, State[], double) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Creates a weighted rule for this automaton.
createRule(State, String, List<State>, double) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Creates a weighted rule for this automaton.
createRule(State, String, State[]) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Creates a rule for this automaton.
createRule(State, String, List<State>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Creates a rule for this automaton.
createRuleRaw(int, int, int[], double) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
Creates a new Condensed Rule with parentState, labels and children already resolved to int values.
createStatewiseHistogramPruningPolicy(FOM, int) - Static method in class de.up.ling.irtg.automata.pruning.StatewiseHistogramPruningPolicy
 
createVariable(String) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
createVariable(int) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
currentToken - Variable in exception de.up.ling.irtg.algebra.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception de.up.ling.irtg.automata.condensed.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception de.up.ling.irtg.codec.isiamr.ParseException
This is the last token that has been consumed successfully.

D

D - Static variable in class de.up.ling.irtg.automata.TreeAutomaton
 
D(int, Supplier<String>) - Method in class de.up.ling.irtg.util.DebuggingWriter
 
de.up.ling.irtg - package de.up.ling.irtg
This package contains the core classes for Alto, which represent Interpreted Regular tree grammars.
de.up.ling.irtg.algebra - package de.up.ling.irtg.algebra
Classes representing a number of useful algebras.
de.up.ling.irtg.algebra.graph - package de.up.ling.irtg.algebra.graph
The algebra of s-graphs, together with supporting classes.
de.up.ling.irtg.automata - package de.up.ling.irtg.automata
Classes for tree automata of various types.
de.up.ling.irtg.automata.coarse_to_fine - package de.up.ling.irtg.automata.coarse_to_fine
Classes used to implement coarse-to-fine parsing.
de.up.ling.irtg.automata.condensed - package de.up.ling.irtg.automata.condensed
Classes for "condensed" tree automata.
de.up.ling.irtg.automata.index - package de.up.ling.irtg.automata.index
Index data structures for tree automata.
de.up.ling.irtg.automata.language_iteration - package de.up.ling.irtg.automata.language_iteration
This package implements Alto's functionality for iterating over the language of a tree automaton in best first order.
de.up.ling.irtg.automata.pruning - package de.up.ling.irtg.automata.pruning
This package implements beam search in the construction of a parse chart.
de.up.ling.irtg.binarization - package de.up.ling.irtg.binarization
Classes for binarizing IRTGs.
de.up.ling.irtg.codec - package de.up.ling.irtg.codec
Classes for reading and writing IRTGs, tree automata, and other objects.
de.up.ling.irtg.codec.bolinas_hrg - package de.up.ling.irtg.codec.bolinas_hrg
Support classes for the BolinasHrgInputCodec.
de.up.ling.irtg.codec.bottomup_treeautomaton - package de.up.ling.irtg.codec.bottomup_treeautomaton
Contains the bottom-up tree automaton input codec, and supporting classes.
de.up.ling.irtg.codec.irtg - package de.up.ling.irtg.codec.irtg
Contains the IRTG input codec, and supporting classes.
de.up.ling.irtg.codec.isiamr - package de.up.ling.irtg.codec.isiamr
Contains the import codec for graphs in the AMR bank format (see amr.isi.edu), as well as supporting classes.
de.up.ling.irtg.codec.pcfg_as_irtg - package de.up.ling.irtg.codec.pcfg_as_irtg
Contains the input codec for PCFG as IRTG, as well as supporting classes.
de.up.ling.irtg.codec.ptb_tree - package de.up.ling.irtg.codec.ptb_tree
Contains the input codec for Penn Treebank trees, and supporting classes.
de.up.ling.irtg.codec.tag - package de.up.ling.irtg.codec.tag
This package contains a codec for reading in the grammar format used by Chen and Rambow.
de.up.ling.irtg.codec.template_irtg - package de.up.ling.irtg.codec.template_irtg
Contains the template IRTG input codec, and supporting classes.
de.up.ling.irtg.codec.tiburon_treeautomaton - package de.up.ling.irtg.codec.tiburon_treeautomaton
Contains the input codec for tiburon style tree automata, as well as supporting classes.
de.up.ling.irtg.codec.treeautomaton - package de.up.ling.irtg.codec.treeautomaton
Contains the tree automaton input codec, and supporting classes.
de.up.ling.irtg.corpus - package de.up.ling.irtg.corpus
Classes for working with corpora.
de.up.ling.irtg.gui - package de.up.ling.irtg.gui
A graphical user interface (GUI) for Alto.
de.up.ling.irtg.hom - package de.up.ling.irtg.hom
Classes for working with tree homomorphisms.
de.up.ling.irtg.io - package de.up.ling.irtg.io
Classes used for Http communication.
de.up.ling.irtg.laboratory - package de.up.ling.irtg.laboratory
This package contains the core classes used to run Alto Lab tasks.
de.up.ling.irtg.learning_rates - package de.up.ling.irtg.learning_rates
This package includes basic learning rates used for SGD algorithms.
de.up.ling.irtg.main - package de.up.ling.irtg.main
This package contains the main class which runs the Alto GUI.
de.up.ling.irtg.maxent - package de.up.ling.irtg.maxent
Classes for working with maximum-entropy IRTGs.
de.up.ling.irtg.random_automata - package de.up.ling.irtg.random_automata
This package contains code to generate random tree automata for evaluation purposes.
de.up.ling.irtg.sampling - package de.up.ling.irtg.sampling
This package contains tools to implement approximate inference via sampling.
de.up.ling.irtg.sampling.rule_weighting - package de.up.ling.irtg.sampling.rule_weighting
This package contains automata with adaptable sampling heuristics.
de.up.ling.irtg.script - package de.up.ling.irtg.script
Various useful scripts.
de.up.ling.irtg.semiring - package de.up.ling.irtg.semiring
A number of semirings used in computation over tree automata.
de.up.ling.irtg.siblingfinder - package de.up.ling.irtg.siblingfinder
This contains class for sibling finder based intersection, which is used to speed up intersection.
de.up.ling.irtg.signature - package de.up.ling.irtg.signature
Signatures and other classes for mapping between human-readable representations of states and symbols and internal numeric representations.
de.up.ling.irtg.util - package de.up.ling.irtg.util
Various utilities.
deactivate() - Static method in class de.up.ling.irtg.util.AverageLogger
Deactivates the logger.
DEBUG - Static variable in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
Set this variable to true in order for debugging information to be printed to System.err.
DEBUG - Static variable in class de.up.ling.irtg.automata.coarse_to_fine.CondensedCoarsestParser
 
DEBUG - Static variable in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
DEBUG - Static variable in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
DEBUG_ITERATION - Static variable in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
DEBUG_STORE - Static variable in class de.up.ling.irtg.automata.TreeAutomaton
 
DebuggingWriter - Class in de.up.ling.irtg.util
 
DebuggingWriter() - Constructor for class de.up.ling.irtg.util.DebuggingWriter
 
decode(String, Map<String, String>) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Decodes a map of input representations to a set of objects of the specified output algebra.
decodeToAutomaton(String, TreeAutomaton) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Decodes a parse chart to a term chart over some output algebra.
decompose(E) - Method in class de.up.ling.irtg.algebra.Algebra
Computes a decomposition automaton for the given value.
decompose(E) - Method in class de.up.ling.irtg.algebra.BinarizingAlgebra
 
decompose(E) - Method in class de.up.ling.irtg.algebra.EvaluatingAlgebra
 
decompose(SGraph) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Returns a bottom-up or a top-down decomposition automaton for the s-graph value (which one can be set via setUseTopDownAutomaton, default is bottom-up).
decompose(SGraph, Class) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Given an SGraph, this returns the corresponding decomposition automaton of class c.
decompose(Set<List<String>>) - Method in class de.up.ling.irtg.algebra.SetAlgebra
 
decompose(List<String>) - Method in class de.up.ling.irtg.algebra.StringAlgebra
 
decompose(Pair<List<String>, List<String>>) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra
 
decompose(Tree<String>) - Method in class de.up.ling.irtg.algebra.TagTreeAlgebra
 
decompose(Tree<String>) - Method in class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
 
decompose(Tree<String>) - Method in class de.up.ling.irtg.algebra.TreeAlgebra
 
decompose(Tree<String>) - Method in class de.up.ling.irtg.algebra.TreeWithAritiesAlgebra
 
decompose(List<String>) - Method in class de.up.ling.irtg.algebra.WideStringAlgebra
 
decomposeTopDown(SGraph) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
DecompositionDialog - Class in de.up.ling.irtg.gui
 
DecompositionDialog(Frame, boolean) - Constructor for class de.up.ling.irtg.gui.DecompositionDialog
Creates new form DecompositionDialog
DecompositionDialog.AlgebraByClassNameComparator - Class in de.up.ling.irtg.gui
 
defaultReturnValue(double) - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
defaultReturnValue(int) - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
DERIVATION_TREE_KEY - Static variable in class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
determinize(List<IntSet>) - Method in class de.up.ling.irtg.automata.Determinizer
Returns a bottom up deterministic tree automaton for the underlying automaton.
determinize(List<IntSet>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
determinize() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
Determinizer<State> - Class in de.up.ling.irtg.automata
This class constructs a bottom-up deterministic automaton from a given tree automaton, each instance is only applicable for a single automaton.
Determinizer(TreeAutomaton<State>) - Constructor for class de.up.ling.irtg.automata.Determinizer
Creates a new instance for the given instance.
dfs(Tree<L>, Util.BottomUpTreeVisitor<L, V>) - Static method in class de.up.ling.irtg.util.Util
 
disable_tracing() - Method in class de.up.ling.irtg.algebra.SetParser
Disable tracing.
disable_tracing() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Disable tracing.
disable_tracing() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Disable tracing.
display(String, String, Frame) - Static method in class de.up.ling.irtg.util.TextInputDialog
 
displayDerivation(Tree<String>) - Method in class de.up.ling.irtg.gui.JDerivationViewer
 
dist(int, int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the distance between nodes VNr1 and vNr2.
div(Object, Object) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Standard division.
DOT - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
DOT - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
DOT() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
DOT - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
DOT - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
DOT() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
DOT() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
dottedCommand() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
dottedCommand() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
DottedCommandBaseListener - Class in de.up.ling.irtg.laboratory
This class provides an empty implementation of DottedCommandListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
DottedCommandBaseListener() - Constructor for class de.up.ling.irtg.laboratory.DottedCommandBaseListener
 
DottedCommandContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
DottedCommandLexer - Class in de.up.ling.irtg.laboratory
 
DottedCommandLexer(CharStream) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandLexer
 
DottedCommandListener - Interface in de.up.ling.irtg.laboratory
This interface defines a complete listener for a parse tree produced by DottedCommandParser.
DottedCommandParser - Class in de.up.ling.irtg.laboratory
 
DottedCommandParser(TokenStream) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandParser
 
DottedCommandParser.ArgumentContext - Class in de.up.ling.irtg.laboratory
 
DottedCommandParser.DottedCommandContext - Class in de.up.ling.irtg.laboratory
 
DottedCommandParser.DottedExprContext - Class in de.up.ling.irtg.laboratory
 
DottedCommandParser.ExprContext - Class in de.up.ling.irtg.laboratory
 
DottedCommandParser.InterpretationContext - Class in de.up.ling.irtg.laboratory
 
dottedExpr() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
dottedExpr() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
dottedExpr() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
dottedExpr() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
DottedExprContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
DOUBLE_QUOTED_NAME() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
DOUBLE_QUOTED_NAME() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.QUOTEDContext
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
DOUBLE_QUOTED_NAME() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.QUOTEDContext
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
DOUBLE_QUOTED_NAME() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.QUOTEDContext
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
DOUBLE_QUOTED_NAME() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.QUOTEDContext
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
DOUBLE_QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
DOUBLE_QUOTED_NAME() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.QUOTEDContext
 
DoubleArithmeticSemiring - Class in de.up.ling.irtg.semiring
 
DoubleArithmeticSemiring() - Constructor for class de.up.ling.irtg.semiring.DoubleArithmeticSemiring
 
draw(SGraph, String) - Static method in class de.up.ling.irtg.algebra.graph.SGraphDrawer
Opens a new Swing window with the given title and draws the s-graph in it.
DummyManager() - Constructor for class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
dumpToFile(String) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 

E

E() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Returns the constant representing an empty string.
edge() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
 
EdgeEvaluator - Interface in de.up.ling.irtg.automata
This class is used to predict the outside score of a state.
EDGELABEL - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
EDGELABEL - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
edgelabel() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
EDGELABEL() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgelabelContext
 
edgelabel() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
EdgelabelContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgelabelContext
 
edgeWithChildren() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
edgeWithChildren() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
edgeWithChildren(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
EdgeWithChildrenContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
EE() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Returns the constant that represents a pair of empty strings.
Either<A,B> - Class in de.up.ling.irtg.util
 
Either() - Constructor for class de.up.ling.irtg.util.Either
 
ElementaryTree - Class in de.up.ling.irtg.codec.tag
 
ElementaryTree(Tree<Pair<String, NodeType>>, ElementaryTreeType) - Constructor for class de.up.ling.irtg.codec.tag.ElementaryTree
 
ElementaryTreeType - Enum in de.up.ling.irtg.codec.tag
 
enable_tracing() - Method in class de.up.ling.irtg.algebra.SetParser
Enable tracing.
enable_tracing() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Enable tracing.
enable_tracing() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Enable tracing.
end - Variable in class de.up.ling.irtg.algebra.StringAlgebra.Span
These two values represent the start and the end of the span.
endElement(String, String, String) - Method in class de.up.ling.irtg.script.AmrbankReader
 
enqueue(int) - Method in class de.up.ling.irtg.util.IntAgenda
 
enqueueAll(IntIterable) - Method in class de.up.ling.irtg.util.IntAgenda
 
ensureBeam(int, double) - Method in class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
Sets the beam size and width per state, and ensures that all beams are filled as far as needed.
enterANGLE(BottomUpTreeAutomatonParser.ANGLEContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by the ANGLE labeled alternative in BottomUpTreeAutomatonParser.name().
enterANGLE(BottomUpTreeAutomatonParser.ANGLEContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by the ANGLE labeled alternative in BottomUpTreeAutomatonParser.name().
enterArgument(DottedCommandParser.ArgumentContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Enter a parse tree produced by DottedCommandParser.argument().
enterArgument(DottedCommandParser.ArgumentContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Enter a parse tree produced by DottedCommandParser.argument().
enterAtomic_guard_condition(TemplateIrtgParser.Atomic_guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.atomic_guard_condition().
enterAtomic_guard_condition(TemplateIrtgParser.Atomic_guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.atomic_guard_condition().
enterAtomic_or_bracketed_guard_condition(TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
enterAtomic_or_bracketed_guard_condition(TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
enterAuto_rule(BottomUpTreeAutomatonParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.auto_rule().
enterAuto_rule(BottomUpTreeAutomatonParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.auto_rule().
enterAuto_rule(IrtgParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.auto_rule().
enterAuto_rule(IrtgParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.auto_rule().
enterAuto_rule(TemplateIrtgParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.auto_rule().
enterAuto_rule(TemplateIrtgParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.auto_rule().
enterAuto_rule(TiburonTreeAutomatonParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by TiburonTreeAutomatonParser.auto_rule().
enterAuto_rule(TiburonTreeAutomatonParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by TiburonTreeAutomatonParser.auto_rule().
enterAuto_rule(TreeAutomatonParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by TreeAutomatonParser.auto_rule().
enterAuto_rule(TreeAutomatonParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by TreeAutomatonParser.auto_rule().
enterChild(BolinasHrgParser.ChildContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.child().
enterChild(BolinasHrgParser.ChildContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.child().
enterConjunctive_guard_condition(TemplateIrtgParser.Conjunctive_guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.conjunctive_guard_condition().
enterConjunctive_guard_condition(TemplateIrtgParser.Conjunctive_guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.conjunctive_guard_condition().
enterCONSTANT_TERM(IrtgParser.CONSTANT_TERMContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by the CONSTANT_TERM labeled alternative in IrtgParser.term().
enterCONSTANT_TERM(IrtgParser.CONSTANT_TERMContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by the CONSTANT_TERM labeled alternative in IrtgParser.term().
enterCONSTANT_TERM(TemplateIrtgParser.CONSTANT_TERMContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by the CONSTANT_TERM labeled alternative in TemplateIrtgParser.term().
enterCONSTANT_TERM(TemplateIrtgParser.CONSTANT_TERMContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by the CONSTANT_TERM labeled alternative in TemplateIrtgParser.term().
enterCONSTRUCTOR_FEATURE(IrtgParser.CONSTRUCTOR_FEATUREContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in IrtgParser.feature_decl().
enterCONSTRUCTOR_FEATURE(IrtgParser.CONSTRUCTOR_FEATUREContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in IrtgParser.feature_decl().
enterCONSTRUCTOR_FEATURE(TemplateIrtgParser.CONSTRUCTOR_FEATUREContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
enterCONSTRUCTOR_FEATURE(TemplateIrtgParser.CONSTRUCTOR_FEATUREContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
enterCorpus(PtbTreeParser.CorpusContext) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
Enter a parse tree produced by PtbTreeParser.corpus().
enterCorpus(PtbTreeParser.CorpusContext) - Method in interface de.up.ling.irtg.codec.ptb_tree.PtbTreeListener
Enter a parse tree produced by PtbTreeParser.corpus().
enterDottedCommand(DottedCommandParser.DottedCommandContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Enter a parse tree produced by DottedCommandParser.dottedCommand().
enterDottedCommand(DottedCommandParser.DottedCommandContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Enter a parse tree produced by DottedCommandParser.dottedCommand().
enterDottedExpr(DottedCommandParser.DottedExprContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Enter a parse tree produced by DottedCommandParser.dottedExpr().
enterDottedExpr(DottedCommandParser.DottedExprContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Enter a parse tree produced by DottedCommandParser.dottedExpr().
enterEdgelabel(BolinasHrgParser.EdgelabelContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.edgelabel().
enterEdgelabel(BolinasHrgParser.EdgelabelContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.edgelabel().
enterEdgeWithChildren(BolinasHrgParser.EdgeWithChildrenContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.edgeWithChildren().
enterEdgeWithChildren(BolinasHrgParser.EdgeWithChildrenContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.edgeWithChildren().
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
enterEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
enterExpr(DottedCommandParser.ExprContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Enter a parse tree produced by DottedCommandParser.expr().
enterExpr(DottedCommandParser.ExprContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Enter a parse tree produced by DottedCommandParser.expr().
enterExternalMarker(BolinasHrgParser.ExternalMarkerContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.externalMarker().
enterExternalMarker(BolinasHrgParser.ExternalMarkerContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.externalMarker().
enterFta(BottomUpTreeAutomatonParser.FtaContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.fta().
enterFta(BottomUpTreeAutomatonParser.FtaContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.fta().
enterFta(TiburonTreeAutomatonParser.FtaContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by TiburonTreeAutomatonParser.fta().
enterFta(TiburonTreeAutomatonParser.FtaContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by TiburonTreeAutomatonParser.fta().
enterFta(TreeAutomatonParser.FtaContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by TreeAutomatonParser.fta().
enterFta(TreeAutomatonParser.FtaContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by TreeAutomatonParser.fta().
enterGuard(TemplateIrtgParser.GuardContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.guard().
enterGuard(TemplateIrtgParser.GuardContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.guard().
enterGuard_condition(TemplateIrtgParser.Guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.guard_condition().
enterGuard_condition(TemplateIrtgParser.Guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.guard_condition().
enterGuarded_irtg_rule(TemplateIrtgParser.Guarded_irtg_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.guarded_irtg_rule().
enterGuarded_irtg_rule(TemplateIrtgParser.Guarded_irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.guarded_irtg_rule().
enterHom_rule(IrtgParser.Hom_ruleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.hom_rule().
enterHom_rule(IrtgParser.Hom_ruleContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.hom_rule().
enterHom_rule(TemplateIrtgParser.Hom_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.hom_rule().
enterHom_rule(TemplateIrtgParser.Hom_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.hom_rule().
enterHrg(BolinasHrgParser.HrgContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.hrg().
enterHrg(BolinasHrgParser.HrgContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.hrg().
enterHrgRule(BolinasHrgParser.HrgRuleContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.hrgRule().
enterHrgRule(BolinasHrgParser.HrgRuleContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.hrgRule().
enterId(BolinasHrgParser.IdContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.id().
enterId(BolinasHrgParser.IdContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.id().
enterInterpretation(DottedCommandParser.InterpretationContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Enter a parse tree produced by DottedCommandParser.interpretation().
enterInterpretation(DottedCommandParser.InterpretationContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Enter a parse tree produced by DottedCommandParser.interpretation().
enterInterpretation_decl(IrtgParser.Interpretation_declContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.interpretation_decl().
enterInterpretation_decl(IrtgParser.Interpretation_declContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.interpretation_decl().
enterInterpretation_decl(TemplateIrtgParser.Interpretation_declContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.interpretation_decl().
enterInterpretation_decl(TemplateIrtgParser.Interpretation_declContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.interpretation_decl().
enterIrtg(IrtgParser.IrtgContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.irtg().
enterIrtg(IrtgParser.IrtgContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.irtg().
enterIrtg_rule(IrtgParser.Irtg_ruleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.irtg_rule().
enterIrtg_rule(IrtgParser.Irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.irtg_rule().
enterIrtg_rule(TemplateIrtgParser.Irtg_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.irtg_rule().
enterIrtg_rule(TemplateIrtgParser.Irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.irtg_rule().
enterLabel(BolinasHrgParser.LabelContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.label().
enterLabel(BolinasHrgParser.LabelContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.label().
enterName_list(TemplateIrtgParser.Name_listContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.name_list().
enterName_list(TemplateIrtgParser.Name_listContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.name_list().
enterNode(BolinasHrgParser.NodeContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.node().
enterNode(BolinasHrgParser.NodeContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.node().
enterNonterminal(BolinasHrgParser.NonterminalContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.nonterminal().
enterNonterminal(BolinasHrgParser.NonterminalContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.nonterminal().
enterPcfg(PcfgAsIrtgParser.PcfgContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Enter a parse tree produced by PcfgAsIrtgParser.pcfg().
enterPcfg(PcfgAsIrtgParser.PcfgContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Enter a parse tree produced by PcfgAsIrtgParser.pcfg().
enterPcfg_rule(PcfgAsIrtgParser.Pcfg_ruleContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Enter a parse tree produced by PcfgAsIrtgParser.pcfg_rule().
enterPcfg_rule(PcfgAsIrtgParser.Pcfg_ruleContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Enter a parse tree produced by PcfgAsIrtgParser.pcfg_rule().
enterQUOTED(BottomUpTreeAutomatonParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by the QUOTED labeled alternative in BottomUpTreeAutomatonParser.name().
enterQUOTED(BottomUpTreeAutomatonParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by the QUOTED labeled alternative in BottomUpTreeAutomatonParser.name().
enterQUOTED(IrtgParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by the QUOTED labeled alternative in IrtgParser.name().
enterQUOTED(IrtgParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by the QUOTED labeled alternative in IrtgParser.name().
enterQUOTED(TemplateIrtgParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by the QUOTED labeled alternative in TemplateIrtgParser.name().
enterQUOTED(TemplateIrtgParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by the QUOTED labeled alternative in TemplateIrtgParser.name().
enterQUOTED(TiburonTreeAutomatonParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by the QUOTED labeled alternative in TiburonTreeAutomatonParser.name().
enterQUOTED(TiburonTreeAutomatonParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by the QUOTED labeled alternative in TiburonTreeAutomatonParser.name().
enterQUOTED(TreeAutomatonParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by the QUOTED labeled alternative in TreeAutomatonParser.name().
enterQUOTED(TreeAutomatonParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by the QUOTED labeled alternative in TreeAutomatonParser.name().
enterRAW(BottomUpTreeAutomatonParser.RAWContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by the RAW labeled alternative in BottomUpTreeAutomatonParser.name().
enterRAW(BottomUpTreeAutomatonParser.RAWContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by the RAW labeled alternative in BottomUpTreeAutomatonParser.name().
enterRAW(IrtgParser.RAWContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by the RAW labeled alternative in IrtgParser.name().
enterRAW(IrtgParser.RAWContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by the RAW labeled alternative in IrtgParser.name().
enterRAW(PcfgAsIrtgParser.RAWContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Enter a parse tree produced by the RAW labeled alternative in PcfgAsIrtgParser.name().
enterRAW(PcfgAsIrtgParser.RAWContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Enter a parse tree produced by the RAW labeled alternative in PcfgAsIrtgParser.name().
enterRAW(TemplateIrtgParser.RAWContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by the RAW labeled alternative in TemplateIrtgParser.name().
enterRAW(TemplateIrtgParser.RAWContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by the RAW labeled alternative in TemplateIrtgParser.name().
enterRAW(TiburonTreeAutomatonParser.RAWContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by the RAW labeled alternative in TiburonTreeAutomatonParser.name().
enterRAW(TiburonTreeAutomatonParser.RAWContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by the RAW labeled alternative in TiburonTreeAutomatonParser.name().
enterRAW(TreeAutomatonParser.RAWContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by the RAW labeled alternative in TreeAutomatonParser.name().
enterRAW(TreeAutomatonParser.RAWContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by the RAW labeled alternative in TreeAutomatonParser.name().
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ChildContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgelabelContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ExternalMarkerContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.IdContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NonterminalContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.WeightContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.ANGLEContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.QUOTEDContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.RAWContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.State_listContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.StateContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.WeightContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTANT_TERMContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Hom_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.QUOTEDContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.RAWContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.State_listContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.StateContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VARIABLE_TERMContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VariableContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.WeightContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.RAWContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.StartsymbolContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_guard_conditionContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTANT_TERMContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guard_conditionContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guarded_irtg_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Hom_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Name_listContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.QUOTEDContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.RAWContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.State_listContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.StateContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtg_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VARIABLE_TERMContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VariableContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.WeightContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.QUOTEDContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.RAWContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.State_listContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.StateContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.WeightContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.FtaContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.QUOTEDContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.RAWContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.State_listContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.StateContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.WeightContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
enterRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
enterStartsymbol(PcfgAsIrtgParser.StartsymbolContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Enter a parse tree produced by PcfgAsIrtgParser.startsymbol().
enterStartsymbol(PcfgAsIrtgParser.StartsymbolContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Enter a parse tree produced by PcfgAsIrtgParser.startsymbol().
enterState(BottomUpTreeAutomatonParser.StateContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.state().
enterState(BottomUpTreeAutomatonParser.StateContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.state().
enterState(IrtgParser.StateContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.state().
enterState(IrtgParser.StateContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.state().
enterState(TemplateIrtgParser.StateContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.state().
enterState(TemplateIrtgParser.StateContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.state().
enterState(TiburonTreeAutomatonParser.StateContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by TiburonTreeAutomatonParser.state().
enterState(TiburonTreeAutomatonParser.StateContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by TiburonTreeAutomatonParser.state().
enterState(TreeAutomatonParser.StateContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by TreeAutomatonParser.state().
enterState(TreeAutomatonParser.StateContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by TreeAutomatonParser.state().
enterState_list(BottomUpTreeAutomatonParser.State_listContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.state_list().
enterState_list(BottomUpTreeAutomatonParser.State_listContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.state_list().
enterState_list(IrtgParser.State_listContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.state_list().
enterState_list(IrtgParser.State_listContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.state_list().
enterState_list(TemplateIrtgParser.State_listContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.state_list().
enterState_list(TemplateIrtgParser.State_listContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.state_list().
enterState_list(TiburonTreeAutomatonParser.State_listContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by TiburonTreeAutomatonParser.state_list().
enterState_list(TiburonTreeAutomatonParser.State_listContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by TiburonTreeAutomatonParser.state_list().
enterState_list(TreeAutomatonParser.State_listContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by TreeAutomatonParser.state_list().
enterState_list(TreeAutomatonParser.State_listContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by TreeAutomatonParser.state_list().
enterSTATIC_FEATURE(IrtgParser.STATIC_FEATUREContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by the STATIC_FEATURE labeled alternative in IrtgParser.feature_decl().
enterSTATIC_FEATURE(IrtgParser.STATIC_FEATUREContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by the STATIC_FEATURE labeled alternative in IrtgParser.feature_decl().
enterSTATIC_FEATURE(TemplateIrtgParser.STATIC_FEATUREContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by the STATIC_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
enterSTATIC_FEATURE(TemplateIrtgParser.STATIC_FEATUREContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by the STATIC_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
enterTemplate_irtg(TemplateIrtgParser.Template_irtgContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.template_irtg().
enterTemplate_irtg(TemplateIrtgParser.Template_irtgContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.template_irtg().
enterTemplate_irtg_rule(TemplateIrtgParser.Template_irtg_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.template_irtg_rule().
enterTemplate_irtg_rule(TemplateIrtgParser.Template_irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.template_irtg_rule().
enterTerm(BolinasHrgParser.TermContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.term().
enterTerm(BolinasHrgParser.TermContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.term().
enterTree(PtbTreeParser.TreeContext) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
Enter a parse tree produced by PtbTreeParser.tree().
enterTree(PtbTreeParser.TreeContext) - Method in interface de.up.ling.irtg.codec.ptb_tree.PtbTreeListener
Enter a parse tree produced by PtbTreeParser.tree().
enterVariable(IrtgParser.VariableContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.variable().
enterVariable(IrtgParser.VariableContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.variable().
enterVariable(TemplateIrtgParser.VariableContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.variable().
enterVariable(TemplateIrtgParser.VariableContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.variable().
enterVARIABLE_TERM(IrtgParser.VARIABLE_TERMContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by the VARIABLE_TERM labeled alternative in IrtgParser.term().
enterVARIABLE_TERM(IrtgParser.VARIABLE_TERMContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by the VARIABLE_TERM labeled alternative in IrtgParser.term().
enterVARIABLE_TERM(TemplateIrtgParser.VARIABLE_TERMContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by the VARIABLE_TERM labeled alternative in TemplateIrtgParser.term().
enterVARIABLE_TERM(TemplateIrtgParser.VARIABLE_TERMContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by the VARIABLE_TERM labeled alternative in TemplateIrtgParser.term().
enterWeight(BolinasHrgParser.WeightContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Enter a parse tree produced by BolinasHrgParser.weight().
enterWeight(BolinasHrgParser.WeightContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Enter a parse tree produced by BolinasHrgParser.weight().
enterWeight(BottomUpTreeAutomatonParser.WeightContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.weight().
enterWeight(BottomUpTreeAutomatonParser.WeightContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Enter a parse tree produced by BottomUpTreeAutomatonParser.weight().
enterWeight(IrtgParser.WeightContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Enter a parse tree produced by IrtgParser.weight().
enterWeight(IrtgParser.WeightContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Enter a parse tree produced by IrtgParser.weight().
enterWeight(TemplateIrtgParser.WeightContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Enter a parse tree produced by TemplateIrtgParser.weight().
enterWeight(TemplateIrtgParser.WeightContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Enter a parse tree produced by TemplateIrtgParser.weight().
enterWeight(TiburonTreeAutomatonParser.WeightContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Enter a parse tree produced by TiburonTreeAutomatonParser.weight().
enterWeight(TiburonTreeAutomatonParser.WeightContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Enter a parse tree produced by TiburonTreeAutomatonParser.weight().
enterWeight(TreeAutomatonParser.WeightContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Enter a parse tree produced by TreeAutomatonParser.weight().
enterWeight(TreeAutomatonParser.WeightContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Enter a parse tree produced by TreeAutomatonParser.weight().
equals(Object) - Method in class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
 
equals(Object) - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
Only checks whether source and target are equal, the label is not checked.
equals(Object) - Method in class de.up.ling.irtg.algebra.graph.GraphNode
Returns true iff both nodes have the same name.
equals(Object) - Method in class de.up.ling.irtg.algebra.graph.SComponent
Returns true iff the set of boundary vertices is identical, and the smallest in-boundary edge is equal (the two imply that the components are identical, if they are on the same graph).
equals(Object) - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Returns true iff the source assignments and the set of components are equal.
equals(Object) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether this graph is equal to another.
equals(Object) - Method in class de.up.ling.irtg.algebra.StringAlgebra.Span
 
equals(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
equals(Object) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
Compares two rules for equality.
equals(Object) - Method in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
equals(Object) - Method in class de.up.ling.irtg.automata.Rule
Compares two rules for equality.
equals(Object) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Compares two automata for equality.
equals(Object) - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
equals(Object) - Method in class de.up.ling.irtg.hom.Homomorphism
 
equals(Object) - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
equals(Object) - Method in class de.up.ling.irtg.Interpretation
Equality holds if obj is also an interpretation, which has the same class of algebra and an homomorphism that is equals to the homomorphism for this interpretation.
equals(Object) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Compares the IRTG to another IRTG for equality.
equals(Object, Object) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Returns 1 if object and other are both null, or both not null and equal.
equals(Object) - Method in class de.up.ling.irtg.util.Either
 
equals(Object) - Method in class de.up.ling.irtg.util.ObjectWithStringCode
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.Algebra
Evaluates a term over the algebra's signature into an algebra object.
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.BinarizingAlgebra
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.EvaluatingAlgebra
 
evaluate(String, List<SGraph>) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.StringAlgebra
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.TagTreeAlgebra
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.TreeAlgebra
 
evaluate(Tree<String>) - Method in class de.up.ling.irtg.algebra.TreeWithAritiesAlgebra
 
evaluate(int, IntersectionAutomaton) - Method in interface de.up.ling.irtg.automata.EdgeEvaluator
This method is called each time the intersection algorithm discovers a new state to put on the agenda.
evaluate(Rule, List<EvaluatedItem<Q>>, UnevaluatedItem) - Method in interface de.up.ling.irtg.automata.language_iteration.ItemEvaluator
 
evaluate(Rule, List<EvaluatedItem<Void>>, UnevaluatedItem) - Method in class de.up.ling.irtg.automata.language_iteration.TreeCombiningItemEvaluator
 
evaluate(Rule, CondensedRule) - Method in interface de.up.ling.irtg.automata.pruning.FOM
 
evaluate(Rule, CondensedRule) - Method in class de.up.ling.irtg.automata.pruning.SemiringFOM
 
evaluate(Rule, TreeAutomaton<String>, MaximumEntropyIrtg, Map<String, Object>) - Method in class de.up.ling.irtg.maxent.ChildOfFeature
 
evaluate(Rule, TreeAutomaton<State>, MaximumEntropyIrtg, Map<String, Object>) - Method in class de.up.ling.irtg.maxent.FeatureFunction
Computes the value of the feature function for a given rule.
evaluate(Rule, TreeAutomaton<String>, MaximumEntropyIrtg, Map<String, Object>) - Method in class de.up.ling.irtg.maxent.RuleNameFeature
 
evaluate(Rule, List<EvaluatedItem<Void>>, UnevaluatedItem) - Method in class de.up.ling.irtg.util.TestingTools.MultiplyMapItemEvaluator
 
EvaluatedItem<Q> - Class in de.up.ling.irtg.automata.language_iteration
An evaluated item, consisting of a weighted tree and the original unevaluated item from which it was created.
EvaluatedItem(UnevaluatedItem, WeightedTree, double, Q) - Constructor for class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
EvaluatedItemComparator - Class in de.up.ling.irtg.automata.language_iteration
 
EvaluatedItemComparator() - Constructor for class de.up.ling.irtg.automata.language_iteration.EvaluatedItemComparator
 
evaluateInSemiring(Semiring<E>, RuleEvaluator<E>, List<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
evaluateInSemiring(Semiring<E>, RuleEvaluator<E>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Evaluates all states of the automaton bottom-up in a semiring.
evaluateInSemiringTopDown(Semiring<E>, RuleEvaluatorTopDown<E>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Evaluates all states of the automaton top-down in a semiring.
evaluateRule(Rule) - Method in interface de.up.ling.irtg.automata.RuleEvaluator
 
evaluateRule(Rule, int) - Method in interface de.up.ling.irtg.automata.RuleEvaluatorTopDown
 
EvaluateSamplingFromRules - Class in de.up.ling.irtg.script
This class can be used to evaluate adaptive importance sampling on a folder of tree automata.
EvaluateSamplingFromRules() - Constructor for class de.up.ling.irtg.script.EvaluateSamplingFromRules
 
evaluateStates(int, int) - Method in interface de.up.ling.irtg.automata.pruning.FOM
 
evaluateStates(int, int) - Method in class de.up.ling.irtg.automata.pruning.SemiringFOM
 
EvaluatingAlgebra<E> - Class in de.up.ling.irtg.algebra
An algebra over a domain E that is defined by specifying the interpretation of the individual symbols.
EvaluatingAlgebra() - Constructor for class de.up.ling.irtg.algebra.EvaluatingAlgebra
Creates a new instance that will have a new signature.
ExceptionErrorStrategy - Class in de.up.ling.irtg.codec
An error strategy for ANTLR parsers that reports errors as exceptions.
ExceptionErrorStrategy() - Constructor for class de.up.ling.irtg.codec.ExceptionErrorStrategy
 
executeTree(Tree<Operation>) - Static method in interface de.up.ling.irtg.laboratory.Operation
Runs a tree of operations.
exitANGLE(BottomUpTreeAutomatonParser.ANGLEContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by the ANGLE labeled alternative in BottomUpTreeAutomatonParser.name().
exitANGLE(BottomUpTreeAutomatonParser.ANGLEContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by the ANGLE labeled alternative in BottomUpTreeAutomatonParser.name().
exitArgument(DottedCommandParser.ArgumentContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Exit a parse tree produced by DottedCommandParser.argument().
exitArgument(DottedCommandParser.ArgumentContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Exit a parse tree produced by DottedCommandParser.argument().
exitAtomic_guard_condition(TemplateIrtgParser.Atomic_guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.atomic_guard_condition().
exitAtomic_guard_condition(TemplateIrtgParser.Atomic_guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.atomic_guard_condition().
exitAtomic_or_bracketed_guard_condition(TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
exitAtomic_or_bracketed_guard_condition(TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
exitAuto_rule(BottomUpTreeAutomatonParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.auto_rule().
exitAuto_rule(BottomUpTreeAutomatonParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.auto_rule().
exitAuto_rule(IrtgParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.auto_rule().
exitAuto_rule(IrtgParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.auto_rule().
exitAuto_rule(TemplateIrtgParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.auto_rule().
exitAuto_rule(TemplateIrtgParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.auto_rule().
exitAuto_rule(TiburonTreeAutomatonParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by TiburonTreeAutomatonParser.auto_rule().
exitAuto_rule(TiburonTreeAutomatonParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by TiburonTreeAutomatonParser.auto_rule().
exitAuto_rule(TreeAutomatonParser.Auto_ruleContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by TreeAutomatonParser.auto_rule().
exitAuto_rule(TreeAutomatonParser.Auto_ruleContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by TreeAutomatonParser.auto_rule().
exitChild(BolinasHrgParser.ChildContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.child().
exitChild(BolinasHrgParser.ChildContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.child().
exitConjunctive_guard_condition(TemplateIrtgParser.Conjunctive_guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
exitConjunctive_guard_condition(TemplateIrtgParser.Conjunctive_guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
exitCONSTANT_TERM(IrtgParser.CONSTANT_TERMContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by the CONSTANT_TERM labeled alternative in IrtgParser.term().
exitCONSTANT_TERM(IrtgParser.CONSTANT_TERMContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by the CONSTANT_TERM labeled alternative in IrtgParser.term().
exitCONSTANT_TERM(TemplateIrtgParser.CONSTANT_TERMContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by the CONSTANT_TERM labeled alternative in TemplateIrtgParser.term().
exitCONSTANT_TERM(TemplateIrtgParser.CONSTANT_TERMContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by the CONSTANT_TERM labeled alternative in TemplateIrtgParser.term().
exitCONSTRUCTOR_FEATURE(IrtgParser.CONSTRUCTOR_FEATUREContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in IrtgParser.feature_decl().
exitCONSTRUCTOR_FEATURE(IrtgParser.CONSTRUCTOR_FEATUREContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in IrtgParser.feature_decl().
exitCONSTRUCTOR_FEATURE(TemplateIrtgParser.CONSTRUCTOR_FEATUREContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
exitCONSTRUCTOR_FEATURE(TemplateIrtgParser.CONSTRUCTOR_FEATUREContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by the CONSTRUCTOR_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
exitCorpus(PtbTreeParser.CorpusContext) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
Exit a parse tree produced by PtbTreeParser.corpus().
exitCorpus(PtbTreeParser.CorpusContext) - Method in interface de.up.ling.irtg.codec.ptb_tree.PtbTreeListener
Exit a parse tree produced by PtbTreeParser.corpus().
exitDottedCommand(DottedCommandParser.DottedCommandContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Exit a parse tree produced by DottedCommandParser.dottedCommand().
exitDottedCommand(DottedCommandParser.DottedCommandContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Exit a parse tree produced by DottedCommandParser.dottedCommand().
exitDottedExpr(DottedCommandParser.DottedExprContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Exit a parse tree produced by DottedCommandParser.dottedExpr().
exitDottedExpr(DottedCommandParser.DottedExprContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Exit a parse tree produced by DottedCommandParser.dottedExpr().
exitEdgelabel(BolinasHrgParser.EdgelabelContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.edgelabel().
exitEdgelabel(BolinasHrgParser.EdgelabelContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.edgelabel().
exitEdgeWithChildren(BolinasHrgParser.EdgeWithChildrenContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.edgeWithChildren().
exitEdgeWithChildren(BolinasHrgParser.EdgeWithChildrenContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.edgeWithChildren().
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
exitEveryRule(ParserRuleContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
exitExpr(DottedCommandParser.ExprContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Exit a parse tree produced by DottedCommandParser.expr().
exitExpr(DottedCommandParser.ExprContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Exit a parse tree produced by DottedCommandParser.expr().
exitExternalMarker(BolinasHrgParser.ExternalMarkerContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.externalMarker().
exitExternalMarker(BolinasHrgParser.ExternalMarkerContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.externalMarker().
exitFta(BottomUpTreeAutomatonParser.FtaContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.fta().
exitFta(BottomUpTreeAutomatonParser.FtaContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.fta().
exitFta(TiburonTreeAutomatonParser.FtaContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by TiburonTreeAutomatonParser.fta().
exitFta(TiburonTreeAutomatonParser.FtaContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by TiburonTreeAutomatonParser.fta().
exitFta(TreeAutomatonParser.FtaContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by TreeAutomatonParser.fta().
exitFta(TreeAutomatonParser.FtaContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by TreeAutomatonParser.fta().
exitGuard(TemplateIrtgParser.GuardContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.guard().
exitGuard(TemplateIrtgParser.GuardContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.guard().
exitGuard_condition(TemplateIrtgParser.Guard_conditionContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.guard_condition().
exitGuard_condition(TemplateIrtgParser.Guard_conditionContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.guard_condition().
exitGuarded_irtg_rule(TemplateIrtgParser.Guarded_irtg_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.guarded_irtg_rule().
exitGuarded_irtg_rule(TemplateIrtgParser.Guarded_irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.guarded_irtg_rule().
exitHom_rule(IrtgParser.Hom_ruleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.hom_rule().
exitHom_rule(IrtgParser.Hom_ruleContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.hom_rule().
exitHom_rule(TemplateIrtgParser.Hom_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.hom_rule().
exitHom_rule(TemplateIrtgParser.Hom_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.hom_rule().
exitHrg(BolinasHrgParser.HrgContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.hrg().
exitHrg(BolinasHrgParser.HrgContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.hrg().
exitHrgRule(BolinasHrgParser.HrgRuleContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.hrgRule().
exitHrgRule(BolinasHrgParser.HrgRuleContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.hrgRule().
exitId(BolinasHrgParser.IdContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.id().
exitId(BolinasHrgParser.IdContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.id().
exitInterpretation(DottedCommandParser.InterpretationContext) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
Exit a parse tree produced by DottedCommandParser.interpretation().
exitInterpretation(DottedCommandParser.InterpretationContext) - Method in interface de.up.ling.irtg.laboratory.DottedCommandListener
Exit a parse tree produced by DottedCommandParser.interpretation().
exitInterpretation_decl(IrtgParser.Interpretation_declContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.interpretation_decl().
exitInterpretation_decl(IrtgParser.Interpretation_declContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.interpretation_decl().
exitInterpretation_decl(TemplateIrtgParser.Interpretation_declContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.interpretation_decl().
exitInterpretation_decl(TemplateIrtgParser.Interpretation_declContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.interpretation_decl().
exitIrtg(IrtgParser.IrtgContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.irtg().
exitIrtg(IrtgParser.IrtgContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.irtg().
exitIrtg_rule(IrtgParser.Irtg_ruleContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.irtg_rule().
exitIrtg_rule(IrtgParser.Irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.irtg_rule().
exitIrtg_rule(TemplateIrtgParser.Irtg_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.irtg_rule().
exitIrtg_rule(TemplateIrtgParser.Irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.irtg_rule().
exitLabel(BolinasHrgParser.LabelContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.label().
exitLabel(BolinasHrgParser.LabelContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.label().
exitName_list(TemplateIrtgParser.Name_listContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.name_list().
exitName_list(TemplateIrtgParser.Name_listContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.name_list().
exitNode(BolinasHrgParser.NodeContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.node().
exitNode(BolinasHrgParser.NodeContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.node().
exitNonterminal(BolinasHrgParser.NonterminalContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.nonterminal().
exitNonterminal(BolinasHrgParser.NonterminalContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.nonterminal().
exitPcfg(PcfgAsIrtgParser.PcfgContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Exit a parse tree produced by PcfgAsIrtgParser.pcfg().
exitPcfg(PcfgAsIrtgParser.PcfgContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Exit a parse tree produced by PcfgAsIrtgParser.pcfg().
exitPcfg_rule(PcfgAsIrtgParser.Pcfg_ruleContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Exit a parse tree produced by PcfgAsIrtgParser.pcfg_rule().
exitPcfg_rule(PcfgAsIrtgParser.Pcfg_ruleContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Exit a parse tree produced by PcfgAsIrtgParser.pcfg_rule().
exitQUOTED(BottomUpTreeAutomatonParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by the QUOTED labeled alternative in BottomUpTreeAutomatonParser.name().
exitQUOTED(BottomUpTreeAutomatonParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by the QUOTED labeled alternative in BottomUpTreeAutomatonParser.name().
exitQUOTED(IrtgParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by the QUOTED labeled alternative in IrtgParser.name().
exitQUOTED(IrtgParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by the QUOTED labeled alternative in IrtgParser.name().
exitQUOTED(TemplateIrtgParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by the QUOTED labeled alternative in TemplateIrtgParser.name().
exitQUOTED(TemplateIrtgParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by the QUOTED labeled alternative in TemplateIrtgParser.name().
exitQUOTED(TiburonTreeAutomatonParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by the QUOTED labeled alternative in TiburonTreeAutomatonParser.name().
exitQUOTED(TiburonTreeAutomatonParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by the QUOTED labeled alternative in TiburonTreeAutomatonParser.name().
exitQUOTED(TreeAutomatonParser.QUOTEDContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by the QUOTED labeled alternative in TreeAutomatonParser.name().
exitQUOTED(TreeAutomatonParser.QUOTEDContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by the QUOTED labeled alternative in TreeAutomatonParser.name().
exitRAW(BottomUpTreeAutomatonParser.RAWContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by the RAW labeled alternative in BottomUpTreeAutomatonParser.name().
exitRAW(BottomUpTreeAutomatonParser.RAWContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by the RAW labeled alternative in BottomUpTreeAutomatonParser.name().
exitRAW(IrtgParser.RAWContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by the RAW labeled alternative in IrtgParser.name().
exitRAW(IrtgParser.RAWContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by the RAW labeled alternative in IrtgParser.name().
exitRAW(PcfgAsIrtgParser.RAWContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Exit a parse tree produced by the RAW labeled alternative in PcfgAsIrtgParser.name().
exitRAW(PcfgAsIrtgParser.RAWContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Exit a parse tree produced by the RAW labeled alternative in PcfgAsIrtgParser.name().
exitRAW(TemplateIrtgParser.RAWContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by the RAW labeled alternative in TemplateIrtgParser.name().
exitRAW(TemplateIrtgParser.RAWContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by the RAW labeled alternative in TemplateIrtgParser.name().
exitRAW(TiburonTreeAutomatonParser.RAWContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by the RAW labeled alternative in TiburonTreeAutomatonParser.name().
exitRAW(TiburonTreeAutomatonParser.RAWContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by the RAW labeled alternative in TiburonTreeAutomatonParser.name().
exitRAW(TreeAutomatonParser.RAWContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by the RAW labeled alternative in TreeAutomatonParser.name().
exitRAW(TreeAutomatonParser.RAWContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by the RAW labeled alternative in TreeAutomatonParser.name().
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ChildContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgelabelContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ExternalMarkerContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.IdContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NonterminalContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.WeightContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.ANGLEContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.QUOTEDContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.RAWContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.State_listContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.StateContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.WeightContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTANT_TERMContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Hom_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.QUOTEDContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.RAWContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.State_listContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.StateContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VARIABLE_TERMContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VariableContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.WeightContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.RAWContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.StartsymbolContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_guard_conditionContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTANT_TERMContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guard_conditionContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guarded_irtg_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Hom_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Name_listContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.QUOTEDContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.RAWContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.State_listContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.StateContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtg_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VARIABLE_TERMContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VariableContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.WeightContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.QUOTEDContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.RAWContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.State_listContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.StateContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.WeightContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.FtaContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.QUOTEDContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.RAWContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.State_listContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.StateContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.WeightContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
exitRule(ParseTreeListener) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
exitStartsymbol(PcfgAsIrtgParser.StartsymbolContext) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
Exit a parse tree produced by PcfgAsIrtgParser.startsymbol().
exitStartsymbol(PcfgAsIrtgParser.StartsymbolContext) - Method in interface de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgListener
Exit a parse tree produced by PcfgAsIrtgParser.startsymbol().
exitState(BottomUpTreeAutomatonParser.StateContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.state().
exitState(BottomUpTreeAutomatonParser.StateContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.state().
exitState(IrtgParser.StateContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.state().
exitState(IrtgParser.StateContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.state().
exitState(TemplateIrtgParser.StateContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.state().
exitState(TemplateIrtgParser.StateContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.state().
exitState(TiburonTreeAutomatonParser.StateContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by TiburonTreeAutomatonParser.state().
exitState(TiburonTreeAutomatonParser.StateContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by TiburonTreeAutomatonParser.state().
exitState(TreeAutomatonParser.StateContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by TreeAutomatonParser.state().
exitState(TreeAutomatonParser.StateContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by TreeAutomatonParser.state().
exitState_list(BottomUpTreeAutomatonParser.State_listContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.state_list().
exitState_list(BottomUpTreeAutomatonParser.State_listContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.state_list().
exitState_list(IrtgParser.State_listContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.state_list().
exitState_list(IrtgParser.State_listContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.state_list().
exitState_list(TemplateIrtgParser.State_listContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.state_list().
exitState_list(TemplateIrtgParser.State_listContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.state_list().
exitState_list(TiburonTreeAutomatonParser.State_listContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by TiburonTreeAutomatonParser.state_list().
exitState_list(TiburonTreeAutomatonParser.State_listContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by TiburonTreeAutomatonParser.state_list().
exitState_list(TreeAutomatonParser.State_listContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by TreeAutomatonParser.state_list().
exitState_list(TreeAutomatonParser.State_listContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by TreeAutomatonParser.state_list().
exitSTATIC_FEATURE(IrtgParser.STATIC_FEATUREContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by the STATIC_FEATURE labeled alternative in IrtgParser.feature_decl().
exitSTATIC_FEATURE(IrtgParser.STATIC_FEATUREContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by the STATIC_FEATURE labeled alternative in IrtgParser.feature_decl().
exitSTATIC_FEATURE(TemplateIrtgParser.STATIC_FEATUREContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by the STATIC_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
exitSTATIC_FEATURE(TemplateIrtgParser.STATIC_FEATUREContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by the STATIC_FEATURE labeled alternative in TemplateIrtgParser.feature_decl().
exitTemplate_irtg(TemplateIrtgParser.Template_irtgContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.template_irtg().
exitTemplate_irtg(TemplateIrtgParser.Template_irtgContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.template_irtg().
exitTemplate_irtg_rule(TemplateIrtgParser.Template_irtg_ruleContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.template_irtg_rule().
exitTemplate_irtg_rule(TemplateIrtgParser.Template_irtg_ruleContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.template_irtg_rule().
exitTerm(BolinasHrgParser.TermContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.term().
exitTerm(BolinasHrgParser.TermContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.term().
exitTree(PtbTreeParser.TreeContext) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
Exit a parse tree produced by PtbTreeParser.tree().
exitTree(PtbTreeParser.TreeContext) - Method in interface de.up.ling.irtg.codec.ptb_tree.PtbTreeListener
Exit a parse tree produced by PtbTreeParser.tree().
exitVariable(IrtgParser.VariableContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.variable().
exitVariable(IrtgParser.VariableContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.variable().
exitVariable(TemplateIrtgParser.VariableContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.variable().
exitVariable(TemplateIrtgParser.VariableContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.variable().
exitVARIABLE_TERM(IrtgParser.VARIABLE_TERMContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by the VARIABLE_TERM labeled alternative in IrtgParser.term().
exitVARIABLE_TERM(IrtgParser.VARIABLE_TERMContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by the VARIABLE_TERM labeled alternative in IrtgParser.term().
exitVARIABLE_TERM(TemplateIrtgParser.VARIABLE_TERMContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by the VARIABLE_TERM labeled alternative in TemplateIrtgParser.term().
exitVARIABLE_TERM(TemplateIrtgParser.VARIABLE_TERMContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by the VARIABLE_TERM labeled alternative in TemplateIrtgParser.term().
exitWeight(BolinasHrgParser.WeightContext) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
Exit a parse tree produced by BolinasHrgParser.weight().
exitWeight(BolinasHrgParser.WeightContext) - Method in interface de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgListener
Exit a parse tree produced by BolinasHrgParser.weight().
exitWeight(BottomUpTreeAutomatonParser.WeightContext) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.weight().
exitWeight(BottomUpTreeAutomatonParser.WeightContext) - Method in interface de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonListener
Exit a parse tree produced by BottomUpTreeAutomatonParser.weight().
exitWeight(IrtgParser.WeightContext) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
Exit a parse tree produced by IrtgParser.weight().
exitWeight(IrtgParser.WeightContext) - Method in interface de.up.ling.irtg.codec.irtg.IrtgListener
Exit a parse tree produced by IrtgParser.weight().
exitWeight(TemplateIrtgParser.WeightContext) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
Exit a parse tree produced by TemplateIrtgParser.weight().
exitWeight(TemplateIrtgParser.WeightContext) - Method in interface de.up.ling.irtg.codec.template_irtg.TemplateIrtgListener
Exit a parse tree produced by TemplateIrtgParser.weight().
exitWeight(TiburonTreeAutomatonParser.WeightContext) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
Exit a parse tree produced by TiburonTreeAutomatonParser.weight().
exitWeight(TiburonTreeAutomatonParser.WeightContext) - Method in interface de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonListener
Exit a parse tree produced by TiburonTreeAutomatonParser.weight().
exitWeight(TreeAutomatonParser.WeightContext) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
Exit a parse tree produced by TreeAutomatonParser.weight().
exitWeight(TreeAutomatonParser.WeightContext) - Method in interface de.up.ling.irtg.codec.treeautomaton.TreeAutomatonListener
Exit a parse tree produced by TreeAutomatonParser.weight().
expectedTokenSequences - Variable in exception de.up.ling.irtg.algebra.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception de.up.ling.irtg.automata.condensed.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception de.up.ling.irtg.codec.isiamr.ParseException
Each entry in this array is an array of integers.
expoNormalize(boolean) - Method in class de.up.ling.irtg.sampling.TreeSample
Sets self normalized weight for each entry to the appropriate self normalized value for each entry.
EXPORT_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
expr() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
expr() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
ExprContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
externalMarker() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
externalMarker() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
ExternalMarkerContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ExternalMarkerContext
 
extractName(RuleContext, boolean) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Extracts a name from a given ANTLR rule context.
extractParentStates(Collection<Rule>) - Static method in class de.up.ling.irtg.automata.Rule
 

F

f1(double, double) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Computes F1-score (standard F-score) from precision and recall.
FAIL_STATE - Static variable in class de.up.ling.irtg.automata.InverseHomAutomaton
 
FastutilUtils - Class in de.up.ling.irtg.util
Utilities for making life with fastutils more convenient.
FastutilUtils() - Constructor for class de.up.ling.irtg.util.FastutilUtils
 
FastutilUtils.Int2ObjectEntryConsumer<E> - Interface in de.up.ling.irtg.util
 
FEATURE - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
FEATURE() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
FEATURE - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
FEATURE() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
FEATURE - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
FEATURE() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
FEATURE - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
FEATURE() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
feature_decl() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
feature_decl() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
feature_decl(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
feature_decl() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
feature_decl() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
feature_decl(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
Feature_declContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.Feature_declContext
 
Feature_declContext() - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.Feature_declContext
 
Feature_declContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Feature_declContext
 
Feature_declContext() - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Feature_declContext
 
FeatureFunction<State,V> - Class in de.up.ling.irtg.maxent
A feature function for a log-linear model that assigns a value to a chart rule.
FeatureFunction() - Constructor for class de.up.ling.irtg.maxent.FeatureFunction
 
FileInputStreamSupplier - Class in de.up.ling.irtg.corpus
 
FileInputStreamSupplier(File) - Constructor for class de.up.ling.irtg.corpus.FileInputStreamSupplier
 
fillInsides(TreeSample<Rule>, RuleWeighting) - Method in class de.up.ling.irtg.sampling.ProposalSumComputer
Computes the proposal probability for each tree in the sample assuming the given rule weightings and sets it as the log sum weight of the sample.
filterBinarizedForAppearingConstants(String, Object) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Creates a new IRTG with many of the rules filtered out.
filterForAppearingConstants(String, Object) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Creates a new IRTG with many of the rules filtered out.
FIN_MARK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
FIN_MARK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
FIN_MARK() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.StateContext
 
FIN_MARK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
FIN_MARK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
FIN_MARK() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.StateContext
 
FIN_MARK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
FIN_MARK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
FIN_MARK() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.StateContext
 
findFeatureConstructor(String, int) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Retrieves a constructor for a FeatureFunction.
findStaticFeatureFactory(String, String, int) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Retrieves a static factory method by name and number of arguments.
FineToCoarseMapping - Interface in de.up.ling.irtg.automata.coarse_to_fine
Represents a mapping from coarse to fine nonterminals.
finish() - Method in class de.up.ling.irtg.laboratory.JsonResultManager
 
finish() - Method in class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
finish() - Method in interface de.up.ling.irtg.laboratory.ResultManager
Marks the experiment as finished.
finish() - Method in class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
finish() - Method in class de.up.ling.irtg.util.ConsoleProgressBar
 
FirstOrderModel - Class in de.up.ling.irtg.util
 
FirstOrderModel() - Constructor for class de.up.ling.irtg.util.FirstOrderModel
 
FixedNumberCodec - Class in de.up.ling.irtg.io
 
FixedNumberCodec(ObjectInputStream) - Constructor for class de.up.ling.irtg.io.FixedNumberCodec
 
FixedNumberCodec(ObjectOutputStream) - Constructor for class de.up.ling.irtg.io.FixedNumberCodec
 
flatten(RandomGenerator, int, boolean) - Method in class de.up.ling.irtg.sampling.TreeSample
Resamples the trees so that they all have uniform weight.
FLOAT_NUMBER - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
FLOAT_NUMBER - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
FLOAT_NUMBER() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.WeightContext
 
flush() - Method in class de.up.ling.irtg.laboratory.JsonResultManager
 
flush() - Method in class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
flush() - Method in interface de.up.ling.irtg.laboratory.ResultManager
Send data to the persistent storage.
flush() - Method in class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
FOM - Interface in de.up.ling.irtg.automata.pruning
 
forAlgebras(Map<String, Algebra>) - Static method in class de.up.ling.irtg.InterpretedTreeAutomaton
Creates an empty IRTG for the given algebras.
foreach(Consumer<E>) - Method in class de.up.ling.irtg.automata.IntTrie
Applies the given consumer to all the values in this map.
FOREACH - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
FOREACH - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
FOREACH() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
FOREACH() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.RAWContext
 
forEach(Consumer<? super E>) - Method in class de.up.ling.irtg.util.ArrayListRangeIterable
 
forEach(IntIterable, IntConsumer) - Static method in class de.up.ling.irtg.util.FastutilUtils
Iterates over the elements of the IntIterable.
forEach(IntList, IntConsumer) - Static method in class de.up.ling.irtg.util.FastutilUtils
forEach(IntForEach, IntConsumer) - Static method in class de.up.ling.irtg.util.FastutilUtils
 
foreach(Consumer<int[]>) - Method in class de.up.ling.irtg.util.IntArrayTupleIterator
Iterates over all tuples.
forEach(IntConsumer) - Method in interface de.up.ling.irtg.util.IntForEach
 
forEachCartesian(List<Iterable<E>>, Consumer<E[]>) - Static method in class de.up.ling.irtg.util.FastutilUtils
Iterates over all tuples of elements in the given iterables.
foreachFastEntry(Int2ObjectMap<E>, FastutilUtils.Int2ObjectEntryConsumer<E>) - Static method in class de.up.ling.irtg.util.FastutilUtils
Iterates over all entries in an Int2ObjectMap using the fast iterator over its key-entry pairs.
forEachInIntersection(IntSet, IntSet, IntConsumer) - Static method in class de.up.ling.irtg.util.FastutilUtils
 
forEachIntCartesian(List<? extends IntIterable>, Consumer<int[]>) - Static method in class de.up.ling.irtg.util.FastutilUtils
Iterates over all tuples of elements in the given int iterables.
foreachMatchingSubgraph(SGraph, Consumer<SGraph>) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Applies the given function "fn" to all sub-s-graphs of this s-graph that match the given "subgraph".
forEachNode(Tree<V>, Consumer<V>) - Static method in class de.up.ling.irtg.util.Util
 
foreachPrunedRulePair(int, RulePairConsumer) - Method in class de.up.ling.irtg.automata.pruning.HistogramPruningPolicy
 
foreachPrunedRulePair(int, RulePairConsumer) - Method in class de.up.ling.irtg.automata.pruning.NoPruningPolicy
 
foreachPrunedRulePair(int, RulePairConsumer) - Method in interface de.up.ling.irtg.automata.pruning.PruningPolicy
 
foreachPrunedRulePair(int, RulePairConsumer) - Method in class de.up.ling.irtg.automata.pruning.QuotientPruningPolicy
 
foreachPrunedRulePair(int, RulePairConsumer) - Method in class de.up.ling.irtg.automata.pruning.StatewiseHistogramPruningPolicy
 
foreachRule(Consumer<Rule>, TreeAutomaton) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
foreachRule(int, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
foreachRule(int, Consumer<Rule>) - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
 
foreachRuleBottomUpForSets(IntSet, List<IntSet>, SignatureMapper, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
 
foreachRuleBottomUpForSets(IntSet, List<IntSet>, SignatureMapper, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
foreachRuleBottomUpForSets(IntSet, List<IntSet>, SignatureMapper, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
foreachRuleForSets(IntSet, List<IntSet>, SignatureMapper, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.index.BinaryBottomUpRuleIndex
 
foreachRuleForSets(IntSet, List<IntSet>, SignatureMapper, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.index.BottomUpRuleIndex
 
foreachRuleForSets(IntSet, List<IntSet>, SignatureMapper, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
foreachRuleTopDown(int, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
foreachRuleTopDown(int, Consumer<Rule>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Iterates over all rules with the given parent.
foreachStateInBottomUpOrder(TreeAutomaton.BottomUpStateVisitor) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
foreachValueForKeySets(List<IntSet>, Consumer<E>) - Method in class de.up.ling.irtg.automata.IntTrie
Applys the consumer to all the non-null value that can be reached with the given keys.
foreachWithKeys(IntTrie.EntryVisitor<E>) - Method in class de.up.ling.irtg.automata.IntTrie
Applies the given visitor to every key value pair stored in the trie.
forgetReverse(int, int, SComponent, Set<SComponent>) - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Returns the unique s-component representation C such that forgetting source name source in C yields this representation, and source is assigned to node vNr in C.
forgetReverse(int, int, SComponent, SComponent) - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Returns the unique s-component representation C such that forgetting source name source in C yields this representation, and source is assigned to node vNr in C.
forgetSourcesExcept(Set<String>) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Forgets all sources except for the specified set.
formatTime(long) - Static method in class de.up.ling.irtg.util.Util
 
formatTimeSince(long) - Static method in class de.up.ling.irtg.util.Util
 
formatWeightedTree(WeightedTree, Signature) - Static method in class de.up.ling.irtg.automata.WeightedTree
 
fromCollections(List<? extends IntCollection>) - Static method in class de.up.ling.irtg.util.IntArrayTupleIterator
 
fromInterp(InterpretedTreeAutomaton, String) - Static method in class de.up.ling.irtg.binarization.IdentitySeed
 
fromIrtg(InterpretedTreeAutomaton) - Static method in class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
fromPath(String) - Static method in class de.up.ling.irtg.InterpretedTreeAutomaton
Helper method that creates a stream from the given path and reads it as with read from an IRTG input codec.
fromString(String) - Static method in class de.up.ling.irtg.InterpretedTreeAutomaton
Helper method that reads an IRTG from a string as with read from an IRTG input codec.
fromTreeAutomaton(TreeAutomaton<E>) - Static method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
Creates a new CondensedTreeAutomaton based on the rules and final states of another TreeAutomaton.
fta() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
fta() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
fta() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
FtaContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
FtaContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
FtaContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.FtaContext
 

G

generateBinarizedRule(Tree<String>, List<String>, String, Rule, Tree<String>, InterpretedTreeAutomaton, InterpretedTreeAutomaton) - Method in interface de.up.ling.irtg.binarization.BinaryRuleFactory
Generates an automaton rule for a single node of the common variable tree.
generateBinarizedRule(Tree<String>, List<String>, String, Rule, Tree<String>, InterpretedTreeAutomaton, InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.binarization.GensymBinaryRuleFactory
 
generateBinarizedRule(Tree<String>, List<String>, String, Rule, Tree<String>, InterpretedTreeAutomaton, InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.binarization.InsideRuleFactory
Generates an automaton rule for a single node of the common variable tree.
generateBinarizedRule(Tree<String>, List<String>, String, Rule, Tree<String>, InterpretedTreeAutomaton, InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.binarization.XbarRuleFactory
 
generateParseException() - Method in class de.up.ling.irtg.algebra.SetParser
Generate ParseException.
generateParseException() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Generate ParseException.
generateParseException() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Generate ParseException.
GenericCondensedIntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata.condensed
Computes an automaton for the intersection of an ordinary TreeAutomaton (left) and a CondensedTreeAutomaton (right).
GenericCondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper) - Constructor for class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
GenericCondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper, PruningPolicy) - Constructor for class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
GenericCondensedIntersectionAutomaton.IntersectionCall - Interface in de.up.ling.irtg.automata.condensed
 
gensym(String) - Method in class de.up.ling.irtg.codec.CodecUtilities
Generate a new string with the given prefix.
gensym(String) - Method in class de.up.ling.irtg.util.MutableInteger
Creates a string by incrementing the value and returning the concatenation of the prefix and the old value.
gensym(String) - Static method in class de.up.ling.irtg.util.Util
 
GensymBinaryRuleFactory - Class in de.up.ling.irtg.binarization
 
GensymBinaryRuleFactory() - Constructor for class de.up.ling.irtg.binarization.GensymBinaryRuleFactory
 
get(int[], int) - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
Returns a set of values, that is mapped to the final state we reach with the sequence of transitions in childstates.
get(int[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
 
get(int, int[]) - Method in class de.up.ling.irtg.automata.index.BinaryBottomUpRuleIndex
 
get(int, int[]) - Method in class de.up.ling.irtg.automata.index.BottomUpRuleIndex
 
get(int, int[]) - Method in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
get(int[]) - Method in class de.up.ling.irtg.automata.IntTrie
Returns the value associate with the key, or null if there is no such value.
get(int) - Method in class de.up.ling.irtg.automata.language_iteration.SortedList
 
get() - Method in class de.up.ling.irtg.corpus.ByteArrayInputStreamSupplier
 
get() - Method in class de.up.ling.irtg.corpus.FileInputStreamSupplier
 
get() - Method in class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
get(int) - Method in class de.up.ling.irtg.hom.Homomorphism
Returns the value h(label), using symbol IDs.
get(String) - Method in class de.up.ling.irtg.hom.Homomorphism
Returns the value h(label).
get(String, boolean) - Method in class de.up.ling.irtg.io.Cache
 
get(String) - Method in class de.up.ling.irtg.io.Cache
 
get(int) - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
get(int) - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
get(int) - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
get(int) - Method in class de.up.ling.irtg.util.ArrayMap
 
get(int, int) - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
get(int) - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
get(int, int) - Method in class de.up.ling.irtg.util.IntInt2IntMap
 
get(int) - Method in class de.up.ling.irtg.util.IntInt2IntMap
 
get() - Static method in class de.up.ling.irtg.util.Logging
 
GET_ALG_METHOD - Static variable in class de.up.ling.irtg.laboratory.Program
 
GET_INTERP_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
getAlgebra() - Method in class de.up.ling.irtg.Interpretation
Obtains the algebra used by the interpretation.
getAlgebraClasses() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Returns a string to string map of algebra classes.
getAlgebraForDerivationTree() - Method in class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
getAllAlgebraClasses() - Static method in class de.up.ling.irtg.algebra.Algebra
Returns an iterator over all subclasses of Algebra.
getAllEdges() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the array containing the IDs of all edges in the represented graph.
getAllIncidentEdges(IntSet) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the IDs of all edges incident to any vertex in the set vertices.
getAllInputCodecs() - Static method in class de.up.ling.irtg.codec.InputCodec
Returns all registered input codecs.
getAllLabels() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns a set of label IDs that contains all the terminal symbols that occur in rules of this automaton.
getAllNodeNames() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the collection of all node names in this s-graph.
getAllNonSourceNodenames() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the set of all node names of this s-graph that are not sources.
getAllNonSplits(Map<SComponent, SComponent>, GraphInfo) - Method in class de.up.ling.irtg.algebra.graph.SComponent
Provides a map that assigns to each non-cut vertex a version of this BRepComponent where that non-cut vertex became a source.
getAllOutputCodecs() - Static method in class de.up.ling.irtg.codec.OutputCodec
Returns all registered output codecs.
getAllRegularSeedClasses() - Static method in class de.up.ling.irtg.binarization.RegularSeed
Returns an iterator over all subclasses of RegularSeed.
getAllRules() - Method in class de.up.ling.irtg.automata.index.BinaryBottomUpRuleIndex
 
getAllRules() - Method in class de.up.ling.irtg.automata.index.BottomUpRuleIndex
 
getAllRules() - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
getAllRules() - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
 
getAllRules() - Method in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
getAllRulesBottomUp() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
getAllRulesTopDown() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
getAllRulesTopDown() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
getAllSourceNodenames() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the set of all node names of this s-graph that are an "a"-source for any source "a".
getAllSources() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the set of all source names in this s-graph (e.g.
getAllSplits(Map<SComponent, SComponent>, GraphInfo) - Method in class de.up.ling.irtg.algebra.graph.SComponent
Provides a map that assigns to each cut vertex the set of components it cuts this component into.
getAllStates() - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
getAllStates() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the IDs of all states in this automaton.
getAnnotation() - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
getAnnotation(Rule, String) - Method in class de.up.ling.irtg.gui.IrtgTreeAutomatonAnnotator
 
getAnnotation(Rule, String) - Method in interface de.up.ling.irtg.gui.TreeAutomatonAnnotator
 
getAnnotationIdentifiers() - Method in class de.up.ling.irtg.gui.IrtgTreeAutomatonAnnotator
 
getAnnotationIdentifiers() - Method in interface de.up.ling.irtg.gui.TreeAutomatonAnnotator
 
getAppendSymbol() - Method in class de.up.ling.irtg.algebra.BinarizingAlgebra
Returns the concatenation symbol used by this algebra.
getApplication() - Static method in class de.up.ling.irtg.gui.GuiMain
 
getArity() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
getArity() - Method in class de.up.ling.irtg.automata.Rule
 
getArity(int) - Method in class de.up.ling.irtg.signature.Signature
Returns the arity of the symbol associated with the given id.
getArityForLabel(String) - Method in class de.up.ling.irtg.signature.Signature
Returns the arity of the given symbol in this signature.
getATN() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
getATN() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
getATN() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
getATN() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
getATN() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
getATN() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
getATN() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
getATN() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
getATN() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
getATN() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
getATN() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
getATN() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
getATN() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
getATN() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
getATN() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
getATN() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
getATN() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
getATN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
getAtomicInterpretations() - Method in class de.up.ling.irtg.algebra.SetAlgebra
 
getAtomicInterpretations() - Method in class de.up.ling.irtg.util.FirstOrderModel
 
getAutomaton() - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Returns the derivation tree automaton.
getAutomaton() - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getAutomaton() - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the underlying tree automaton from which the rules and start states are drawn.
getBinarizedStateSaturation() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getBinaryConcatenation() - Method in class de.up.ling.irtg.algebra.StringAlgebra
Returns the concatenation symbol for this algebra.
getBinaryConcatenation() - Method in class de.up.ling.irtg.algebra.WideStringAlgebra
 
getBranches() - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
Returns an IntSet with the symbols for all outgoing transitions.
getBuild() - Static method in class de.up.ling.irtg.util.BuildProperties
 
getByLabelSetID(int) - Method in class de.up.ling.irtg.hom.Homomorphism
 
getChart() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getChart() - Method in class de.up.ling.irtg.corpus.Instance
 
getChildLabel() - Method in class de.up.ling.irtg.maxent.ChildOfFeature
 
getChildren() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
getChildren() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
getChildren() - Method in class de.up.ling.irtg.automata.Rule
 
getClassOfValues() - Method in class de.up.ling.irtg.algebra.Algebra
Returns the class of the elements of this algebra.
getClassOfValues() - Method in class de.up.ling.irtg.algebra.StringAlgebra
 
getClassOfValues() - Method in class de.up.ling.irtg.algebra.TreeAlgebra
 
getCoarsestNodes() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
getCoarsestTrie() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
getCode() - Method in class de.up.ling.irtg.util.ObjectWithStringCode
 
getComments() - Method in class de.up.ling.irtg.corpus.Instance
 
getComponents() - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
 
getCondensedRulesBottomUp(IntSet, int[]) - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
 
getCondensedRulesBottomUp(IntSet, int[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
getCondensedRulesBottomUp(IntSet, int[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getCondensedRulesBottomUpFromExplicit(int[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getCondensedRulesByParentState(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
This class should be used with this method for greatest efficency (eg in IntersectionAutomaton).
getCondensedRulesByParentState(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
Returns an Iterable over all CondensedRules that have a given parentstate.
getCondensedRuleSet() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
Returns a set of all rules, that are part of this automaton.
getCondensedRulesForRhsState(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getCondensedRulesTopDown(IntSet, int) - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
 
getCondensedRulesTopDown(IntSet, int) - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
getCondensedRulesTopDown(IntSet, int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getConstantBottomUp(int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
 
getCurrentDateAndTimeAsString() - Static method in class de.up.ling.irtg.util.Util
 
getCurrentView() - Method in class de.up.ling.irtg.gui.JDerivationViewer
 
getDecidingEdgePWSP(int[], int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the last edge on the shortest path from node v to a node in vSet.
getDerivationTree() - Method in class de.up.ling.irtg.corpus.Instance
 
getEdge(int, int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the ID of the edge with the given source and target if it exists.
getEdge(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the edge corresponding to edgeID.
getEdgeId(GraphEdge) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the ID for edge.
getEdgeSource(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the source vertex of e.
getEdgeTarget(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the target vertex of e.
getElementaryTreeName() - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
getExperimentID() - Method in class de.up.ling.irtg.laboratory.JsonResultManager
 
getExperimentID() - Method in class de.up.ling.irtg.laboratory.ResultManager.DummyManager
 
getExperimentID() - Method in interface de.up.ling.irtg.laboratory.ResultManager
Returns the experiment ID in this result manager.
getExperimentID() - Method in class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
getExtra() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
Retrieves the auxiliary information from this rule.
getExtra() - Method in class de.up.ling.irtg.automata.Rule
Retrieves the auxiliary information from this rule.
getFeature(String) - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
getFeatureFunction(String) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns the feature function referenced by name
getFeatureFunction(int) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns the feature function referenced by index
getFeatureIds() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Returns a list of ids of the feature declarations this IRTG contains.
getFeatureNames() - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns the list of the feature function names
getFeatures() - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
getFeatures() - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
 
getFeatureWeight(int) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns the weight of a specific feature function referenced by i
getFeatureWeight(int) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Returns an specific entry for the feature weights.
getFeatureWeights() - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns the array of the feature function weights
getFeatureWeights() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Returns a double array which contains the current settings of the feature weights.
getFilenameExtension(String) - Static method in class de.up.ling.irtg.util.Util
 
getFinalStates() - Method in class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
getFinalStates() - Method in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
getFinalStates() - Method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
getFinalStates() - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
 
getFinalStates() - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
getFinalStates() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the IDs of the final states of the automaton.
getFinalStates() - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
 
getFinalStatesAtLevel(int) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
getFinestNodeForRule(Rule) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
getFirst(long) - Static method in class de.up.ling.irtg.util.NumbersCombine
returns the unique int i that has some number j such that code = combine(i,j)
getFirst(int) - Static method in class de.up.ling.irtg.util.NumbersCombine
returns the unique short i that has some number j such that code = combine(i,j)
getFromRemote(String) - Method in class de.up.ling.irtg.io.Cache
 
getGlobalListener() - Static method in class de.up.ling.irtg.util.GuiUtils
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
getGrammarFileName() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
getGrammarFileName() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
getGrammarNodes() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RulePairList
 
getGrammarRulesNumber() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getGrammarServer() - Static method in class de.up.ling.irtg.gui.GuiMain
 
getGraph() - Method in class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
Returns the SGraph corresponding to this BoundaryRepresentation.
getGraph() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the graph underlying this s-graph.
getHomomorphism() - Method in class de.up.ling.irtg.Interpretation
Obtains the homomorphism used by the interpretation.
getHomSymbolToIntFunction() - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
getIdentityMapper() - Method in class de.up.ling.irtg.signature.Signature
Obtains an identity mapper for this signature (every id is mapped to itself).
getIdForState(State) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the numeric ID for the given state.
getIdForSymbol(String) - Method in class de.up.ling.irtg.signature.Signature
Obtains the id for the given symbol.
getIncidentEdges(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the IDs of all edges incident to the node given by nodeID.
getIndex() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
Deprecated.
getInitialTime() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getInputCodecByExtension(String) - Static method in class de.up.ling.irtg.codec.InputCodec
Returns the registered input codec for the given filename extension (as per the codec metadata's extension field).
getInputCodecByName(String) - Static method in class de.up.ling.irtg.codec.InputCodec
Returns the registered input codec with the given name (as per the codec metadata's name field).
getInputCodecByNameOrExtension(String, String) - Static method in class de.up.ling.irtg.codec.InputCodec
Returns the input codec specified by the given codec name and/or filename.
getInputCodecs(Class<T>) - Static method in class de.up.ling.irtg.codec.InputCodec
Returns all registered input codecs that can produce objects of class T (or a subtype).
getInputObjects() - Method in class de.up.ling.irtg.corpus.Instance
 
getInputValues() - Method in class de.up.ling.irtg.gui.JInputForm
 
getInputValues() - Method in class de.up.ling.irtg.gui.JInterpretationsPanel
 
getInputValues() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getInterpretation(String) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Returns the interpretation with the given name.
getInterpretation(String) - Method in class de.up.ling.irtg.util.FirstOrderModel
 
getInterpretations() - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Returns a map from which the interpretations can be retrieved using their names.
getIntForNode(String) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the integer ID for the node with name nodename.
getIntForSource(String) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the integer ID for source.
getInverseRulesNumber() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getInvhomStates() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RulePairList
 
getIrtg() - Static method in class de.up.ling.irtg.script.PennTreebankConverter
 
getItem() - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
getItemWeight() - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
getKnownIds() - Method in class de.up.ling.irtg.signature.Interner
Returns the set of known numeric IDs.
getKnownObjects() - Method in class de.up.ling.irtg.signature.Interner
Returns the set of all known objects.
getLabel() - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
 
getLabel() - Method in class de.up.ling.irtg.algebra.graph.GraphNode
 
getLabel() - Method in class de.up.ling.irtg.automata.Rule
 
getLabel(TreeAutomaton) - Method in class de.up.ling.irtg.automata.Rule
 
getLabels(CondensedTreeAutomaton) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
getLabelSet() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
getLabelSetByLabelSetID(int) - Method in class de.up.ling.irtg.hom.Homomorphism
 
getLabelSetForLabel(int) - Method in class de.up.ling.irtg.hom.Homomorphism
 
getLabelSetID() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
getLabelSetID(int) - Method in class de.up.ling.irtg.hom.Homomorphism
Deprecated. 
getLabelSetIDByLabelSet(IntSet) - Method in class de.up.ling.irtg.hom.Homomorphism
 
getLabelsetIDsForTgtSymbols(IntSet) - Method in class de.up.ling.irtg.hom.Homomorphism
 
getLabelsForID(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
getLabelsForID(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getlabelSources(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the IDs of all sources appearing in the algebra label given by .
getLabelsTopDown(int) - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
getLabelsTopDown(int) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
getLabelsTopDown(int) - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
Retrieves the terminal symbols such that rules for the given parent state exist.
getLabelsTopDown(int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns a set that contains all terminal symbols f such that the automaton has top-down transition rules parentState -> f(...).
getLabelStrings(CondensedTreeAutomaton) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
Returns a Set of Strings for the labels of this rule.
getLearningRate(int, int, double) - Method in class de.up.ling.irtg.learning_rates.AdaGrad
 
getLearningRate(int, int, double) - Method in interface de.up.ling.irtg.learning_rates.LearningRate
Returns the learning rate for the parameter in the given group with the given number.
getLeftState(int) - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
Returns the state in the left automaton for this outputState.
getLogProbability(int, int) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getLogProbability(Rule) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getLogProbability(int, int) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the log of the probability of choosing the rule identified by the number given the state.
getLogProbability(Rule) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the proposal probability of the given rule given its parent.
getLogPropWeight(int) - Method in class de.up.ling.irtg.sampling.TreeSample
Returns the log of the proposal probability for the given entry.
getLogSumWeight(int) - Method in class de.up.ling.irtg.sampling.TreeSample
Returns the value of the log of the sum of the proposal probabilities for the given entry.
getLogTargetProbability(Tree<Rule>) - Method in class de.up.ling.irtg.sampling.rule_weighting.AutomatonWeighted
 
getLogTargetProbability(Tree<Rule>) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the unnormalized probability of the given tree in the target distribution.
getLogTargetWeight(int) - Method in class de.up.ling.irtg.sampling.TreeSample
Returns the log of the target weight for the given entry.
getMapperTo(Interner<E>) - Method in class de.up.ling.irtg.signature.Interner
Creates an object that maps back and forth between the numeric IDs in this interner and those in another interner.
getMapperTo(Signature) - Method in class de.up.ling.irtg.signature.Signature
Obtains a signature mapper between this signature on the given other signature.
getMatchingSubgraphs(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a list of matching subgraphs.
getMaxArity() - Method in class de.up.ling.irtg.signature.Signature
Returns the maximum arity of any symbol in this signature.
getMaxArity() - Method in class de.up.ling.irtg.util.FirstOrderModel
 
getMaxChartSize(int) - Static method in class de.up.ling.irtg.algebra.StringAlgebra
 
getMaxChartSize(Object) - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
 
getMaxDegree() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the maximum degree in the represented SGraphs (loops count once).
getMaxLabelSetID() - Method in class de.up.ling.irtg.hom.Homomorphism
 
getMaxSymbolId() - Method in class de.up.ling.irtg.signature.Signature
Returns the highest symbol ID that has been used in this signature.
getMetadata() - Method in class de.up.ling.irtg.codec.InputCodec
Returns the metadata for this input codec.
getMetadata() - Method in class de.up.ling.irtg.codec.OutputCodec
Returns the metadata associated with this output object.
getMillisecondsBefore(int) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
getModeNames() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
getModeNames() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
getModeNames() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
getName() - Method in class de.up.ling.irtg.algebra.graph.GraphNode
 
getNextIndex() - Method in class de.up.ling.irtg.signature.Interner
Returns the numeric ID that will be assigned to the next object.
getNextToken() - Method in class de.up.ling.irtg.algebra.SetParser
Get the next Token.
getNextToken() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Get the next Token.
getNextToken() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Get the next Token.
getNode(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the node in this s-graph with the given name.
getNodeForInt(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the node name corresponding to nodeID.
getNodeForSource(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns the node for the given source name.
getNrEdges() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the total number of edges in the represented graph.
getNrNodes() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the total number of nodes in the represented graph.
getNrSources() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Gives the total number of sources used in the algebra.
getNumberOfInstances() - Method in class de.up.ling.irtg.corpus.Corpus
Returns the number of instances contained in this corpus.
getNumberOfRules() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the number of rules in this automaton.
getNumberOfSeenRhsStates() - Method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
getNumberOfSeenStates() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
getNumberOfStartStates() - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getNumberOfStartStates() - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the overall number of start states available.
getNumFeatures() - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns the number of features
getNumFeatures() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Returns the number of feature declarations this IRTG contains.
getObjectWithCode(Iterable<T>, String) - Static method in class de.up.ling.irtg.util.ObjectWithStringCode
 
getOption(String) - Method in class de.up.ling.irtg.codec.InputCodec
 
getOption(String) - Method in class de.up.ling.irtg.codec.OutputCodec
 
getOptions() - Method in class de.up.ling.irtg.gui.JInputForm
 
getOtherNode(int, int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
The edge e has a source and a target, if v is one, this returns the other.
getOutputCodecByExtension(String) - Static method in class de.up.ling.irtg.codec.OutputCodec
 
getOutputCodecByName(String) - Static method in class de.up.ling.irtg.codec.OutputCodec
Returns the registered input codec with the given name (as per the codec metadata's name field).
getOutputCodecs(Class<T>) - Static method in class de.up.ling.irtg.codec.OutputCodec
Returns a list of all output codecs that can encode objects of the given class.
getParent() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
getParent() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
getParent() - Method in class de.up.ling.irtg.automata.Rule
 
getParentLabel() - Method in class de.up.ling.irtg.maxent.ChildOfFeature
 
getParents(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
 
getPartners(int, int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinder
Returns the possible stored siblings (ie other children) for a given state.
getPartners(int, int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinder.SetPartnerFinder
 
getPositionInChildList(int) - Method in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
getPossibleViews() - Method in class de.up.ling.irtg.gui.JDerivationViewer
 
getPreferredSize() - Method in class de.up.ling.irtg.gui.JLanguageViewer
 
getPreferredSize() - Method in class de.up.ling.irtg.gui.JVisualizationViewer
 
getPruned() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getPruningFtcMap() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getPruningThreshold() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getRandomAutomaton(int) - Method in class de.up.ling.irtg.random_automata.RandomTreeAutomaton
Returns a new random tree automaton that is based on a decomposition automaton for the sequence '0 1 ...
getRandomRuleTree() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
getRandomRuleTreeFromInside() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
getRandomTree() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Generates a random tree from the language of this tree automaton.
getRandomTreeFromInside() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
getRawTreeSample(RuleWeighting, int) - Method in class de.up.ling.irtg.sampling.Proposal
Get a sample of trees with label IDs for the rules sampled.
getReachableStates() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the set of all reachable states.
getRefinedRulePosition() - Method in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
getRefinements() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
getRemappingSymbolToIntFunction(SignatureMapper) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
This is for running an automaton on the RHS of a homomorphism.
getRepresentativeLabel() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
Returns an arbitrary label from this node's label set.
getRestrictedInputObjects(Iterable<String>) - Method in class de.up.ling.irtg.corpus.Instance
 
getReturnType() - Method in class de.up.ling.irtg.laboratory.Operation.ConstructorOperation
 
getReturnType() - Method in interface de.up.ling.irtg.laboratory.Operation
Returns the Class of the object this operation returns.
getReturnType() - Method in class de.up.ling.irtg.laboratory.Operation.LookupVariableOperation
 
getReturnType() - Method in class de.up.ling.irtg.laboratory.Operation.MethodOperation
 
getReturnType() - Method in class de.up.ling.irtg.laboratory.Operation.NullOperation
 
getReturnType() - Method in class de.up.ling.irtg.laboratory.Operation.PrimitiveTypeOperation
 
getReturnType() - Method in class de.up.ling.irtg.laboratory.Operation.StringOperation
 
getRhsState4IntersectState(int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
getRightState(int) - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
Returns the state in the right automaton for this outputState.
getRootLabel() - Method in class de.up.ling.irtg.codec.tag.ElementaryTree
 
getRuleByNumber(int, int) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getRuleByNumber(int, int) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the rule identified by the given state and number.
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ChildContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgelabelContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ExternalMarkerContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.IdContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NonterminalContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.WeightContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.NameContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.State_listContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.StateContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.WeightContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Feature_declContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Hom_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.NameContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.State_listContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.StateContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.TermContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VariableContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.WeightContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.NameContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.StartsymbolContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_guard_conditionContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Feature_declContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guard_conditionContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guarded_irtg_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Hom_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Name_listContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.NameContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.State_listContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.StateContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtg_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.TermContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VariableContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.WeightContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.NameContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.State_listContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.StateContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.WeightContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.FtaContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.NameContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.State_listContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.StateContext
 
getRuleIndex() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.WeightContext
 
getRuleIndex() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ArgumentContext
 
getRuleIndex() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
getRuleIndex() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
getRuleIndex() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
getRuleIndex() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
getRuleNames() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
getRuleNames() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
getRuleNames() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
getRuleNames() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
getRuleNames() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
getRuleNumber(int, double) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getRuleNumber(int, double) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the number of the first rule such that the cumulative probability of the earlier rules plus this one is larger than choicePoint.
getRules(int) - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
getRules(int, int) - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
getRules(int) - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
Retrieves the rules for a given parent state.
getRules(int, int) - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
Retrieves the rules for a given parent state and terminal symbol.
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.index.RuleStore
Like getRulesBottomUp, but only looks for rules in the cache of previously discovered rules.
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.InverseHomAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.SingletonAutomaton
 
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Finds automaton rules bottom-up for a given list of child states and a given parent label.
getRulesBottomUp(int, List<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Finds automaton rules bottom-up.
getRulesBottomUp(IntSet, List<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Finds automaton rules bottom-up for a given list of child states and a given set of parent labels.
getRulesBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.UniversalAutomaton
 
getRulesBottomUp(int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
getRulesBottomUp(int, int, int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
Returns all rules with label 'label' and child childState at position pos.
getRulesBottomUpFromExplicitWithTermID(int, int[]) - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
getRulesBottomUpRaw(int, int[]) - Method in class de.up.ling.irtg.automata.index.RuleStore
Returns null if such rules were never cached.
getRuleSet() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the set of all rules of this automaton.
getRulesForRhsState(int) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
getRulesForRhsState(int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
getRulesInChart() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getRulesPruned() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
getRulesTopDown(int) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.index.RuleStore
Like getRulesTopDown, but only looks for rules in the cache of previously discovered rules.
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.InverseHomAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.SingletonAutomaton
 
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Finds automaton rules top-down for a given parent state and label.
getRulesTopDown(int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Finds all automaton rules top-down with a given state on the left-hand side.
getRulesTopDown(int, int) - Method in class de.up.ling.irtg.automata.UniversalAutomaton
 
getRuleTree(Tree<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns a tree of automaton rules that generates the given tree.
getSample(int) - Method in class de.up.ling.irtg.sampling.TreeSample
Returns the sample in the given position.
getSaturation() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getSecond(long) - Static method in class de.up.ling.irtg.util.NumbersCombine
returns the unique int i that has some number j such that code = combine(j,i)
getSecond(int) - Static method in class de.up.ling.irtg.util.NumbersCombine
returns the unique short i that has some number j such that code = combine(j,i)
getSecondaryLex() - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
getSeen() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getSelectedAlgebra() - Method in class de.up.ling.irtg.gui.InterpretationSeedPanel
 
getSelectedAlgebras() - Method in class de.up.ling.irtg.gui.RegularSeedChooser
 
getSelectedAlgorithm() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getSelectedFiltering() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getSelectedPruning() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getSelectedRegularSeed() - Method in class de.up.ling.irtg.gui.InterpretationSeedPanel
 
getSelectedSeeds() - Method in class de.up.ling.irtg.gui.RegularSeedChooser
 
getSelfNormalizedWeight(int) - Method in class de.up.ling.irtg.sampling.TreeSample
Returns the weight derived by the different self normalization approaches.
getSentenceLength(List<String>) - Static method in class de.up.ling.irtg.algebra.StringAlgebra
 
getSentenceLength(Pair<List<String>, List<String>>) - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
getSerializedATN() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
getSerializedATN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
getSGraph() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the represented SGraph.
getSignature() - Method in class de.up.ling.irtg.algebra.Algebra
Returns the signature of this algebra.
getSignature() - Method in class de.up.ling.irtg.algebra.EvaluatingAlgebra
 
getSignature() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the signature of the automaton.
getSignatureMapper() - Method in class de.up.ling.irtg.hom.Homomorphism
Returns a mapper that translates symbols of the source signature into symbols of the target signature (and back).
getSort(int) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra
 
getSource() - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
 
getSource() - Method in class de.up.ling.irtg.corpus.Corpus
Returns a string describing the source of the corpus, if this was passed to the corpus at some point.
getSourceForInt(int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns the source name corresponding to sourceID.
getSourceLabel(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a string representation of the source status of the given node.
getSourcesAtNode(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a collection containing all the source names for which the given node is a source.
getSourceSignature() - Method in class de.up.ling.irtg.hom.Homomorphism
 
getStackTrace(Throwable) - Static method in class de.up.ling.irtg.util.Util
 
getStartStateByNumber(int) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getStartStateByNumber(int) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the start state with the given number.
getStartStateNumber(double) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getStartStateNumber(double) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the start first start state such that the cumulative probability of earlier start states plus this one is larger than choicePoint.
getStateForId(int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the state for the given numeric state ID.
getStateForId(int) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
 
getStateInterner() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the state interner for this tree automaton.
getStateSaturation() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getStatesInBottomUpOrder() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns a topological ordering of the states, such that later nodes always occur above earlier nodes in any run of the automaton on a tree.
getStateStartLogProbability(int) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
getStateStartLogProbability(int) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Returns the log of the proposal probability of the given start state.
getStatistics() - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
getStatistics() - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
getStatistics() - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
getStatistics() - Method in class de.up.ling.irtg.util.ArrayMap
 
getStoredConstantsForID(int) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
 
getStoredConstantsForID(int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
If this automaton has stored states for all the constants in its signature, more precisely if hasStoredConstants() returns true, then this returns the states corresponding to the constant described by the label ID in the signature.
getStoredKeys() - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
 
getStringTreeSample(RuleWeighting, int) - Method in class de.up.ling.irtg.sampling.Proposal
Returns a sample of string trees by transforming sampled rule trees.
getSubtrie(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
Returns the subtrie that we reach with a transition with the given symbol.
getSymbols() - Method in class de.up.ling.irtg.signature.Signature
Obtains a collection of all the symbols known to the signature.
getSymbolsWithArities() - Method in class de.up.ling.irtg.signature.Signature
Returns a map which contains the pairs of symbols and arities known to this signature.
getSymbolTable() - Method in class de.up.ling.irtg.signature.Interner
Returns a map from the objects known to the interner to the ids by which the objects are known.
getTarget() - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
 
getTargetSignature() - Method in class de.up.ling.irtg.hom.Homomorphism
 
getTermId() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
getTermID(int) - Method in class de.up.ling.irtg.hom.Homomorphism
 
getText() - Method in class de.up.ling.irtg.util.TextInputDialog
 
getTheOneNonemptyInput() - Method in class de.up.ling.irtg.gui.JParsingDialog
 
getTimeBefore(int) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
getTimeTakenPerLevel() - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser.Combination
 
getToken(int) - Method in class de.up.ling.irtg.algebra.SetParser
Get the specific Token.
getToken(int) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Get the specific Token.
getToken(int) - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Get the specific Token.
getTokenNames() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
Deprecated.
getTokenNames() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
Deprecated.
getTree() - Method in class de.up.ling.irtg.automata.WeightedTree
 
getTree() - Method in class de.up.ling.irtg.codec.tag.ElementaryTree
 
getTreeSample(RuleWeighting, int) - Method in class de.up.ling.irtg.sampling.Proposal
Returns a sample of rule trees.
getTreeSample(BiFunction<Rule, TreeAutomaton, Type>, RuleWeighting, int) - Method in class de.up.ling.irtg.sampling.Proposal
This method samples a number of rule trees and transforms them into the desired type of tree by applying the mapping to the tree and the automaton the guide returns.
getType() - Method in class de.up.ling.irtg.codec.tag.ElementaryTree
 
getType() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
getUniverse() - Method in class de.up.ling.irtg.util.FirstOrderModel
 
getUniverseAsTuples() - Method in class de.up.ling.irtg.util.FirstOrderModel
 
getURI() - Method in class de.up.ling.irtg.util.JHyperlink
 
getValue() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
getValue() - Method in class de.up.ling.irtg.util.Lazy
 
getValue() - Method in class de.up.ling.irtg.util.MutableDouble
 
getValue() - Method in class de.up.ling.irtg.util.MutableInteger
Returns the current value.
getValues() - Method in class de.up.ling.irtg.automata.IntTrie
Returns a collection of all the values stored in the trie.
getValues(List<String>, Frame) - Static method in class de.up.ling.irtg.gui.JInputForm
 
getVariableIndex(String) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
getVersion() - Static method in class de.up.ling.irtg.util.BuildProperties
 
getVocabulary() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
getVocabulary() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
getVocabulary() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
getVocabulary() - Method in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
getVocabulary() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
getWeight() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
getWeight() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
getWeight() - Method in class de.up.ling.irtg.automata.Rule
 
getWeight(Tree<String>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the weight of the tree, given the (weighted) tree automaton.
getWeight() - Method in class de.up.ling.irtg.automata.WeightedTree
 
getWeightedTree() - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
getWeightRaw(Tree<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the weight of the tree, given the (weighted) tree automaton.
getWord() - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
getWords() - Method in class de.up.ling.irtg.codec.tag.TagGrammar
 
getX() - Method in class de.up.ling.irtg.maxent.RuleNameFeature
 
gfun(Function<E, F>) - Static method in class de.up.ling.irtg.util.Util
 
GLOBAL_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
GrammarCache - Class in de.up.ling.irtg.laboratory
 
GrammarCache(Path, URI, AltoLabHttpClient) - Constructor for class de.up.ling.irtg.laboratory.GrammarCache
 
GrammarCoarsifier - Class in de.up.ling.irtg.automata.coarse_to_fine
 
GrammarCoarsifier(FineToCoarseMapping) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.GrammarCoarsifier
 
GrammarConverter - Class in de.up.ling.irtg.script
Converts a grammar from one format to another.
GrammarConverter() - Constructor for class de.up.ling.irtg.script.GrammarConverter
 
graph() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
 
GraphAlgebra - Class in de.up.ling.irtg.algebra.graph
The algebra of s-graphs.
GraphAlgebra() - Constructor for class de.up.ling.irtg.algebra.graph.GraphAlgebra
Creates an empty graph algebra.
GraphAlgebra(Signature) - Constructor for class de.up.ling.irtg.algebra.graph.GraphAlgebra
Creates a graph algebra with the given signature.
GraphEdge - Class in de.up.ling.irtg.algebra.graph
An edge of an s-graph.
GraphEdge(GraphNode, GraphNode) - Constructor for class de.up.ling.irtg.algebra.graph.GraphEdge
 
GraphEdgeFactory - Class in de.up.ling.irtg.algebra.graph
An edge factory.
GraphEdgeFactory() - Constructor for class de.up.ling.irtg.algebra.graph.GraphEdgeFactory
 
GraphInfo - Class in de.up.ling.irtg.algebra.graph
Compactly represents the information of an s-graph in a format suited for the decomposition automata.
GraphInfo(SGraph, GraphAlgebra) - Constructor for class de.up.ling.irtg.algebra.graph.GraphInfo
Creates a GraphInfo object representing completeGraph, with respect to the given algebra.
GraphNode - Class in de.up.ling.irtg.algebra.graph
A node of an s-graph.
GraphNode(String, String) - Constructor for class de.up.ling.irtg.algebra.graph.GraphNode
 
graphToString(DirectedGraph<GraphNode, GraphEdge>) - Static method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a string representation of the graph.
GraphVizDotOutputCodec - Class in de.up.ling.irtg.codec
Output codec for visualizing s-graphs with the GraphViz tool (see graphvix.org).
GraphVizDotOutputCodec() - Constructor for class de.up.ling.irtg.codec.GraphVizDotOutputCodec
 
groupBy(Iterable<F>, Function<F, E>) - Static method in class de.up.ling.irtg.util.Util
 
guard() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
guard() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guarded_irtg_ruleContext
 
guard - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Conjunctive_guard_conditionContext
 
guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
guard_condition() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
Guard_conditionContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guard_conditionContext
 
GuardContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
guarded_irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
guarded_irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtg_ruleContext
 
Guarded_irtg_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guarded_irtg_ruleContext
 
GuiMain - Class in de.up.ling.irtg.gui
 
GuiMain() - Constructor for class de.up.ling.irtg.gui.GuiMain
Creates new form GuiMain
GuiUtils - Class in de.up.ling.irtg.util
 
GuiUtils() - Constructor for class de.up.ling.irtg.util.GuiUtils
 

H

handleAbout(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
** callback methods for macify ***
handleOpenApplication(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
 
handleOpenFile(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
 
handlePreferences(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
 
handlePrintFile(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
 
handleQuit(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
 
handleReOpenApplication(ApplicationEvent) - Method in class de.up.ling.irtg.gui.GuiMain
 
hasCharts() - Method in class de.up.ling.irtg.corpus.Corpus
Returns true if the instances in this corpus are associated with parse charts.
hasCommonSource(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether two s-graphs have a source name in common.
HASH - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
HASH - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
hashCode() - Method in class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
 
hashCode() - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
Based on source and target.
hashCode() - Method in class de.up.ling.irtg.algebra.graph.GraphNode
 
hashCode() - Method in class de.up.ling.irtg.algebra.graph.SComponent
Based on the set of boundary vertices and the smallest in-boundary edge.
hashCode() - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Based on the source assignment and the set of components are equal.
hashCode() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Computes a hash code for the s-graph.
hashCode() - Method in class de.up.ling.irtg.algebra.StringAlgebra.Span
 
hashCode() - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
hashCode() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
hashCode() - Method in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
hashCode() - Method in class de.up.ling.irtg.automata.Rule
 
hashCode() - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
hashCode() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
hashCode() - Method in class de.up.ling.irtg.util.Either
 
hashCode() - Method in class de.up.ling.irtg.util.ObjectWithStringCode
 
hasLabelledNode() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns true iff at least one node in the graph has a label.
hasNext() - Method in class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
 
hasNext() - Method in class de.up.ling.irtg.util.ArrayTupleIterator
 
hasNext() - Method in class de.up.ling.irtg.util.IntArrayTupleIterator
 
hasNext() - Method in class de.up.ling.irtg.util.IntSetTupleIterator
 
hasNext() - Method in class de.up.ling.irtg.util.TupleIterator
 
hasOptions() - Method in class de.up.ling.irtg.algebra.Algebra
Returns true if the algebra implementation has options that would make sense to be set using Algebra.setOptions(java.lang.String).
hasOptions() - Method in class de.up.ling.irtg.algebra.SetAlgebra
 
hasRulesForRhsState(int) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
hasRuleWithPrefix(int, List<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns true whenever the automaton has a bottom-up rule whose first n child states are the n child states that are passed as the prefixOfChildren argument.
hasStoredConstants() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns true if the
hasTrueOption(String) - Method in class de.up.ling.irtg.codec.InputCodec
 
hasTrueOption(String) - Method in class de.up.ling.irtg.codec.OutputCodec
 
HistogramPruningPolicy - Class in de.up.ling.irtg.automata.pruning
 
HistogramPruningPolicy(FOM, int) - Constructor for class de.up.ling.irtg.automata.pruning.HistogramPruningPolicy
 
hom - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
hom(Map<String, String>, Signature) - Static method in class de.up.ling.irtg.util.TestingTools
 
hom(Map<String, String>, Signature, Signature) - Static method in class de.up.ling.irtg.util.TestingTools
 
hom(Map<String, String>) - Static method in class de.up.ling.irtg.util.TestingTools
 
hom_rule() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
hom_rule() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
hom_rule(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
hom_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
hom_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
hom_rule(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
Hom_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.Hom_ruleContext
 
Hom_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Hom_ruleContext
 
homomorphism(Homomorphism) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the image of this automaton under a homomorphism.
Homomorphism - Class in de.up.ling.irtg.hom
 
Homomorphism(Signature, Signature) - Constructor for class de.up.ling.irtg.hom.Homomorphism
 
HomomorphismSymbol - Class in de.up.ling.irtg.hom
 
HomomorphismSymbol.Type - Enum in de.up.ling.irtg.hom
 
hrg() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
HrgContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
hrgRule() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
hrgRule(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
hrgRule() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
HrgRuleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
HttpCache<E> - Class in de.up.ling.irtg.io
 
HttpCache(Path, URI) - Constructor for class de.up.ling.irtg.io.HttpCache
 

I

id() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
id() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
IdContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.IdContext
 
IdentityRuleRefiner - Class in de.up.ling.irtg.automata.language_iteration
 
IdentityRuleRefiner() - Constructor for class de.up.ling.irtg.automata.language_iteration.IdentityRuleRefiner
 
IdentitySeed - Class in de.up.ling.irtg.binarization
A regular seed that implements the identity function.
IdentitySeed() - Constructor for class de.up.ling.irtg.binarization.IdentitySeed
This is only for technical reasons; don't use this constructor! Use IdentitySeed.IdentitySeed(de.up.ling.irtg.algebra.Algebra, de.up.ling.irtg.algebra.Algebra) instead.
IdentitySeed(Algebra, Algebra) - Constructor for class de.up.ling.irtg.binarization.IdentitySeed
 
IdentitySignatureMapper - Class in de.up.ling.irtg.signature
This is a special mapper for a single interner, which always maps a symbol to itself.
IdentitySignatureMapper(Interner) - Constructor for class de.up.ling.irtg.signature.IdentitySignatureMapper
Creates a new instance for the given interner.
increaseCount(String) - Static method in class de.up.ling.irtg.util.AverageLogger
Increases the number of instances (i.e the divisor for the average) of the variable with the given label by 1.
increaseCountBy(String, int) - Static method in class de.up.ling.irtg.util.AverageLogger
Increases the number of instances (i.e the divisor for the average) of the variable with the given label by the given value.
increaseValue(String) - Static method in class de.up.ling.irtg.util.AverageLogger
Increases the value of the variable with the given label by 1.
increaseValueBy(String, int) - Static method in class de.up.ling.irtg.util.AverageLogger
Increases the value of the variable with the given label by the given amount.
incValue() - Method in class de.up.ling.irtg.util.MutableInteger
Increases the value by 1 and returns the old value.
infinity() - Method in class de.up.ling.irtg.semiring.AndOrSemiring
 
infinity() - Method in class de.up.ling.irtg.semiring.DoubleArithmeticSemiring
 
infinity() - Method in class de.up.ling.irtg.semiring.LongArithmeticSemiring
 
INITIALIZATION_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
INITIALIZE_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
initialValue() - Method in interface de.up.ling.irtg.automata.RuleEvaluatorTopDown
 
InputCodec<E> - Class in de.up.ling.irtg.codec
Reconstructs an object from a representation.
InputCodec() - Constructor for class de.up.ling.irtg.codec.InputCodec
 
inputCorpusName - Variable in class de.up.ling.irtg.gui.JTreeAutomaton.InputOutputCorpus
 
InputOutputCorpus() - Constructor for class de.up.ling.irtg.gui.JTreeAutomaton.InputOutputCorpus
 
inside() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns a map representing the inside probability of each reachable state.
InsideRuleFactory - Class in de.up.ling.irtg.binarization
Generates nonterminals in the style of Klein and Manning's (2003) "inside" strategy (see their Fig.
InsideRuleFactory(InterpretedTreeAutomaton) - Constructor for class de.up.ling.irtg.binarization.InsideRuleFactory
 
INSTANCE - Static variable in class de.up.ling.irtg.automata.language_iteration.EvaluatedItemComparator
 
Instance - Class in de.up.ling.irtg.corpus
 
Instance() - Constructor for class de.up.ling.irtg.corpus.Instance
 
instantiate(FirstOrderModel) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Instantiates this template IRTG into a concrete IRTG.
int2DoubleEntrySet() - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
int2IntEntrySet() - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
int2ObjectEntrySet() - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
int2ObjectEntrySet() - Method in class de.up.ling.irtg.util.ArrayMap
 
INT_NUMBER - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
INT_NUMBER() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ExternalMarkerContext
 
INT_NUMBER() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.IdContext
 
INT_NUMBER - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
INT_NUMBER() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
IntAgenda - Class in de.up.ling.irtg.util
An agenda of ints.
IntAgenda() - Constructor for class de.up.ling.irtg.util.IntAgenda
 
IntAgenda(IntIterable) - Constructor for class de.up.ling.irtg.util.IntAgenda
 
IntArrayTupleIterator - Class in de.up.ling.irtg.util
 
IntArrayTupleIterator(int[][]) - Constructor for class de.up.ling.irtg.util.IntArrayTupleIterator
 
Interner<E> - Class in de.up.ling.irtg.signature
A class that maps back and forth between objects and int representations of these objects.
Interner() - Constructor for class de.up.ling.irtg.signature.Interner
Creates an empty interner.
INTERPLEFT - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
INTERPLEFT - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
INTERPLEFT() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
interpret(Tree<String>) - Method in class de.up.ling.irtg.Interpretation
Applies the homomorphism to the derivation tree "t" and evaluates it in the algebra.
interpret(Tree<String>, String) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Interprets the given derivation tree in the interpretation with the given name, and returns an object of the algebra.
interpret(Tree<String>) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Maps a given derivation tree to terms over all interpretations and evaluates them.
INTERPRETATION - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
INTERPRETATION - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
INTERPRETATION() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
INTERPRETATION - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
INTERPRETATION - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
INTERPRETATION() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
Interpretation<E> - Class in de.up.ling.irtg
This class represents an interpretation, a standard component of an IRTG which maps a derivation tree to a value.
Interpretation(Algebra<E>, Homomorphism) - Constructor for class de.up.ling.irtg.Interpretation
Constructs new instance with the given algebra and homomorphism.
interpretation() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
interpretation() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
interpretation_decl() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
interpretation_decl() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
interpretation_decl(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
interpretation_decl() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
interpretation_decl() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
interpretation_decl(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
Interpretation_declContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
Interpretation_declContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
InterpretationContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
InterpretationPrintingPolicy - Class in de.up.ling.irtg.corpus
Printing of derivation trees is controlled by key "derivation tree".
InterpretationPrintingPolicy(List<Pair<String, OutputCodec>>, Algebra) - Constructor for class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
InterpretationSeedPanel - Class in de.up.ling.irtg.gui
 
InterpretationSeedPanel(String, List<Class>, List<Class>) - Constructor for class de.up.ling.irtg.gui.InterpretationSeedPanel
Creates new form InterpretationSeedPanel
InterpretedTreeAutomaton - Class in de.up.ling.irtg
An interpreted regular tree grammar (IRTG).
InterpretedTreeAutomaton(TreeAutomaton<String>) - Constructor for class de.up.ling.irtg.InterpretedTreeAutomaton
Constructs a new IRTG with the given derivation tree automaton.
INTERPRIGHT - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
INTERPRIGHT() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
INTERPRIGHT - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
intersect(TreeAutomaton, CondensedTreeAutomaton) - Method in interface de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton.IntersectionCall
 
intersect(TreeAutomaton, CondensedTreeAutomaton) - Method in interface de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton.IntersectionCall
 
intersect(Intersectable<OtherState>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Intersects this automaton with another one.
intersect(TreeAutomaton<OtherState>, SignatureMapper) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
Intersectable<State> - Interface in de.up.ling.irtg.automata
Dummy interface that both TreeAutomaton and SiblingFinderInvhom implement.
intersectBottomUp(TreeAutomaton<OtherState>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Intersects this automaton with another one, using a bottom-up algorithm.
intersectBottomUpNaive(TreeAutomaton, TreeAutomaton) - Static method in class de.up.ling.irtg.automata.IntersectionAutomaton
Helper method which creates an intersection automaton and makes all rules explicit with the default algorithm.
intersectCondensed(CondensedTreeAutomaton<OtherState>, SignatureMapper) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
intersectCondensed(CondensedTreeAutomaton<OtherState>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
intersectCondensed(CondensedTreeAutomaton<OtherState>, PruningPolicy) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
intersectCondensedBottomUp(CondensedTreeAutomaton<OtherState>, SignatureMapper) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
intersectCondensedBottomUp(CondensedTreeAutomaton<OtherState>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
intersectEarley(TreeAutomaton<OtherState>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Intersects this automaton with another one, using an Earley-style intersection algorithm.
IntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata
This class is used to represent the intersection of two tree automata.
IntersectionAutomaton(TreeAutomaton<LeftState>, TreeAutomaton<RightState>) - Constructor for class de.up.ling.irtg.automata.IntersectionAutomaton
Crates a new instance which represents the intersection of the two given automata.
IntersectionAutomaton.StateDiscoveryListener - Interface in de.up.ling.irtg.automata
Defines an interface which accepts newly discovered states during the intersection construction.
intersectionRules - Static variable in class de.up.ling.irtg.script.SGraphParsingEvaluation
 
intersectTopDownBottomUpCKY(TreeAutomaton, TreeAutomaton) - Static method in class de.up.ling.irtg.automata.IntersectionAutomaton
Helper method which creates an intersection automaton and makes all rules explicit with the CKY algorithm.
intersectTopDownBottomUpNonCondensed(TreeAutomaton, CondensedTreeAutomaton) - Static method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
intersectViterbi(CondensedTreeAutomaton<OtherState>, SignatureMapper) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
intersectViterbi(CondensedTreeAutomaton<OtherState>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
IntForEach - Interface in de.up.ling.irtg.util
 
IntInt2DoubleMap - Class in de.up.ling.irtg.util
 
IntInt2DoubleMap() - Constructor for class de.up.ling.irtg.util.IntInt2DoubleMap
 
IntInt2IntMap - Class in de.up.ling.irtg.util
 
IntInt2IntMap() - Constructor for class de.up.ling.irtg.util.IntInt2IntMap
 
introduceAnonymousStates(ConcreteTreeAutomaton<String>, List<String>, Set<String>) - Method in class de.up.ling.irtg.codec.CodecUtilities
Normalizes a list of strings by introducing new anonymous states where necessary.
IntSetInterner - Class in de.up.ling.irtg.signature
A specialized interner for IntSets used for example to keep track of sets of symbol ids.
IntSetInterner() - Constructor for class de.up.ling.irtg.signature.IntSetInterner
 
IntSetTupleIterator - Class in de.up.ling.irtg.util
 
IntSetTupleIterator(IntSet[]) - Constructor for class de.up.ling.irtg.util.IntSetTupleIterator
 
IntTrie<E> - Class in de.up.ling.irtg.automata
This is a trie data structure used to map sequences of integers to a value.
IntTrie(MapFactory) - Constructor for class de.up.ling.irtg.automata.IntTrie
This creates a new instance which builds the maps it uses by calling the provided factory.
IntTrie() - Constructor for class de.up.ling.irtg.automata.IntTrie
Creates a new instance that always uses HashMaps to connect it's states.
IntTrie.EntryVisitor<E> - Interface in de.up.ling.irtg.automata
This defines an interface for a class which consumes keys stored in the trie together with the value they are associated with.
inverseCondensedHomomorphism(Homomorphism) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
InverseHomAutomaton<State> - Class in de.up.ling.irtg.automata
 
InverseHomAutomaton(TreeAutomaton<State>, Homomorphism) - Constructor for class de.up.ling.irtg.automata.InverseHomAutomaton
 
inverseHomomorphism(Homomorphism) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the pre-image of this automaton under a homomorphism.
invhom(TreeAutomaton<State>) - Method in class de.up.ling.irtg.automata.condensed.PatternMatchingInvhomAutomatonFactory
Computes the image under inverse homomorphism of the decomposition automaton rhs.
invhom(TreeAutomaton) - Method in class de.up.ling.irtg.Interpretation
Returns the image under inverse homomorphism of the given automaton.
invhomRules - Static variable in class de.up.ling.irtg.script.SGraphParsingEvaluation
 
invhomWithNewFactory(TreeAutomaton, Homomorphism) - Static method in class de.up.ling.irtg.automata.condensed.PMFactoryRestrictive
 
irtg() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
irtg - Variable in class de.up.ling.irtg.gui.IrtgTreeAutomatonAnnotator
 
irtg_rule() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
irtg_rule() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
irtg_rule(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Guarded_irtg_ruleContext
 
irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtg_ruleContext
 
Irtg_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.Irtg_ruleContext
 
Irtg_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Irtg_ruleContext
 
IrtgBaseListener - Class in de.up.ling.irtg.codec.irtg
This class provides an empty implementation of IrtgListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
IrtgBaseListener() - Constructor for class de.up.ling.irtg.codec.irtg.IrtgBaseListener
 
IrtgContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.IrtgContext
 
IrtgInputCodec - Class in de.up.ling.irtg.codec
An input codec for IRTGs.
IrtgInputCodec() - Constructor for class de.up.ling.irtg.codec.IrtgInputCodec
 
IrtgLexer - Class in de.up.ling.irtg.codec.irtg
 
IrtgLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgLexer
 
IrtgListener - Interface in de.up.ling.irtg.codec.irtg
This interface defines a complete listener for a parse tree produced by IrtgParser.
IrtgParser - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser
 
IrtgParser.Auto_ruleContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.CONSTANT_TERMContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.CONSTRUCTOR_FEATUREContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.Feature_declContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.Hom_ruleContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.Interpretation_declContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.Irtg_ruleContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.IrtgContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.NameContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.QUOTEDContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.RAWContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.State_listContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.StateContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.STATIC_FEATUREContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.TermContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.VARIABLE_TERMContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.VariableContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgParser.WeightContext - Class in de.up.ling.irtg.codec.irtg
 
IrtgTreeAutomatonAnnotator - Class in de.up.ling.irtg.gui
 
IrtgTreeAutomatonAnnotator(InterpretedTreeAutomaton) - Constructor for class de.up.ling.irtg.gui.IrtgTreeAutomatonAnnotator
 
isAnnotated() - Method in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
isAnnotated() - Method in class de.up.ling.irtg.corpus.Corpus
Returns true if there are gold annotations for each instance.
isBottomUpDeterministic() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.ConcreteTreeAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.InverseHomAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.SingletonAutomaton
 
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Determines whether the automaton is deterministic if read as a bottom-up automaton.
isBottomUpDeterministic() - Method in class de.up.ling.irtg.automata.UniversalAutomaton
 
isConnected() - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Returns true iff the sub-s-graph corresponding to this s-component representation is connected.
isConstant() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
isConvertUnaryEdgesToNodeLabels() - Method in class de.up.ling.irtg.codec.BolinasHrgInputCodec
Returns the current behavior with respect to encoding non-nonterminal unary hyperedges.
isCyclic() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns the set of all rules, indexed by parent label and children states.
isDeriv(Pair<String, Algebra>) - Static method in class de.up.ling.irtg.corpus.InterpretationPrintingPolicy
 
isDisjoint(IntSet, IntSet) - Static method in class de.up.ling.irtg.util.FastutilUtils
 
isEmpty() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Determines whether the language accepted by this automaton is empty.
isEmpty() - Method in class de.up.ling.irtg.util.IntAgenda
 
isEnabled() - Method in class de.up.ling.irtg.util.DebuggingWriter
 
isExplicit() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
isFailedRule(Rule, TreeAutomaton) - Static method in class de.up.ling.irtg.automata.InverseHomAutomaton
 
isFirst() - Method in class de.up.ling.irtg.util.Either
 
IsiAmrInputCodec - Class in de.up.ling.irtg.codec
Reads an AMR in the style of the ISI AMR-banks.
IsiAmrInputCodec() - Constructor for class de.up.ling.irtg.codec.IsiAmrInputCodec
 
IsiAmrParser - Class in de.up.ling.irtg.codec.isiamr
Utility class to parse AMR style graphs.
IsiAmrParser(InputStream) - Constructor for class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Constructor with InputStream.
IsiAmrParser(InputStream, String) - Constructor for class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Constructor with InputStream and supplied encoding
IsiAmrParser(Reader) - Constructor for class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Constructor.
IsiAmrParser(IsiAmrParserTokenManager) - Constructor for class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Constructor with generated Token Manager.
isIdentical(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether this graph is identical to the other graph.
isIdenticalExceptSources(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether this graph is identical to the other graph, ignoring source assignments.
isInCache(String) - Method in class de.up.ling.irtg.io.Cache
 
isIncident(int, int) - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
Returns true iff edge is incident to vertex.
isIsomorphic(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether two s-graphs are isomorphic.
isIsomorphicAlsoEdges(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether two s-graphs are isomorphic.
isKnownObject(E) - Method in class de.up.ling.irtg.signature.Interner
Checks whether the object is known.
isLoop() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
isLoop() - Method in class de.up.ling.irtg.automata.Rule
 
isMac() - Static method in class de.up.ling.irtg.gui.GuiMain
 
isNonDeleting() - Method in class de.up.ling.irtg.hom.Homomorphism
 
isNotNull(Object) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Returns 0 if object is null, and 1 if it is not null.
isNull() - Method in class de.up.ling.irtg.corpus.Instance
 
isPermissive() - Method in class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
Permissiveness controls whether matching between the arity annotation and the actual arities is enforced, this method can be used to check the current setting for this parameter.
isSatisfiedBy(Map<String, String>, FirstOrderModel) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.AtomicGuard
 
isSatisfiedBy(Map<String, String>, FirstOrderModel) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.ConjGuard
 
isSatisfiedBy(Map<String, String>, FirstOrderModel) - Method in interface de.up.ling.irtg.TemplateInterpretedTreeAutomaton.Guard
 
isSatisfiedBy(Map<String, String>, FirstOrderModel) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TopGuard
 
isSourceNode(String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks if the node with the given name is a source.
isStoring() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
isStoring() - Method in class de.up.ling.irtg.automata.TreeAutomaton
returns whether storeRule actually stores the rule or does nothing.
isSubstituted(Label) - Method in class de.up.ling.irtg.automata.LeafToStateSubstitution
 
isTrustingMode() - Method in class de.up.ling.irtg.signature.Interner
Returns whether the interner is currently in trusting mode, meaing it assumes that there will be no attempts to add the same object twice.
isVariable() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
isVariableSymbol(String) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
isWritable() - Method in class de.up.ling.irtg.signature.Signature
Can be used to check whether this signature can be printed.
ItemEvaluator<Q> - Interface in de.up.ling.irtg.automata.language_iteration
 
iterator() - Method in class de.up.ling.irtg.automata.condensed.ConcatenatedIterable
 
iterator() - Method in class de.up.ling.irtg.automata.language_iteration.SortedList
 
iterator() - Method in class de.up.ling.irtg.corpus.Corpus
 
iterator() - Method in class de.up.ling.irtg.util.ArrayListRangeIterable
 

J

JDerivationDisplayable - Class in de.up.ling.irtg.gui
 
JDerivationDisplayable() - Constructor for class de.up.ling.irtg.gui.JDerivationDisplayable
 
JDerivationTree - Class in de.up.ling.irtg.gui
 
JDerivationTree() - Constructor for class de.up.ling.irtg.gui.JDerivationTree
Creates new form JDerivationTre
JDerivationViewer - Class in de.up.ling.irtg.gui
 
JDerivationViewer() - Constructor for class de.up.ling.irtg.gui.JDerivationViewer
Creates new form JDerivationViewer
JGrammarFromWebSelector - Class in de.up.ling.irtg.gui
 
JGrammarFromWebSelector(Frame, boolean) - Constructor for class de.up.ling.irtg.gui.JGrammarFromWebSelector
Creates new form JGrammarFromWebSelector
JHyperlink - Class in de.up.ling.irtg.util
Credit: https://stackoverflow.com/questions/527719/how-to-add-hyperlink-in-jlabel
JHyperlink() - Constructor for class de.up.ling.irtg.util.JHyperlink
 
JHyperlink(String, String) - Constructor for class de.up.ling.irtg.util.JHyperlink
 
JInputForm - Class in de.up.ling.irtg.gui
 
JInterpretation - Class in de.up.ling.irtg.gui
 
JInterpretation(Interpretation) - Constructor for class de.up.ling.irtg.gui.JInterpretation
Creates new form JInterpretation
JInterpretationsPanel - Class in de.up.ling.irtg.gui
 
JInterpretationsPanel(List<String>) - Constructor for class de.up.ling.irtg.gui.JInterpretationsPanel
Creates new form JInterpretationsPanel
jj_nt - Variable in class de.up.ling.irtg.algebra.SetParser
Next token.
jj_nt - Variable in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Next token.
jj_nt - Variable in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Next token.
JLanguageViewer - Class in de.up.ling.irtg.gui
 
JLanguageViewer() - Constructor for class de.up.ling.irtg.gui.JLanguageViewer
Creates new form JLanguageViewer
JOneStringInputForm - Class in de.up.ling.irtg.gui
 
JOneStringInputForm(Frame, boolean) - Constructor for class de.up.ling.irtg.gui.JOneStringInputForm
Creates new form JOneStringInputForm
JoshuaInputCodec - Class in de.up.ling.irtg.codec
 
JoshuaInputCodec() - Constructor for class de.up.ling.irtg.codec.JoshuaInputCodec
 
JParsingDialog - Class in de.up.ling.irtg.gui
 
JParsingDialog(Frame, boolean) - Constructor for class de.up.ling.irtg.gui.JParsingDialog
Creates new form JParsingDialog
JParsingDialog.Algorithm - Enum in de.up.ling.irtg.gui
 
JParsingDialog.Filtering - Enum in de.up.ling.irtg.gui
 
JParsingDialog.Pruning - Enum in de.up.ling.irtg.gui
 
JsonResultManager - Class in de.up.ling.irtg.laboratory
 
JsonResultManager(int, String, AltoLabHttpClient) - Constructor for class de.up.ling.irtg.laboratory.JsonResultManager
 
JsonResultManagerFactory - Class in de.up.ling.irtg.laboratory
 
JsonResultManagerFactory(String, AltoLabHttpClient) - Constructor for class de.up.ling.irtg.laboratory.JsonResultManagerFactory
 
JTableDialog<E> - Class in de.up.ling.irtg.gui
 
JTableDialog(String, List<E>) - Constructor for class de.up.ling.irtg.gui.JTableDialog
Creates new form JTableDialog
JTreeAutomaton - Class in de.up.ling.irtg.gui
 
JTreeAutomaton(TreeAutomaton<?>, TreeAutomatonAnnotator) - Constructor for class de.up.ling.irtg.gui.JTreeAutomaton
Creates new form JInterpretedTreeAutomaton
JTreeAutomaton.InputOutputCorpus - Class in de.up.ling.irtg.gui
 
JVisualizationViewer - Class in de.up.ling.irtg.gui
 
JVisualizationViewer(Algebra, String) - Constructor for class de.up.ling.irtg.gui.JVisualizationViewer
Creates new form JVisualizationViewer, displaying the object as visualized by the algebra.

K

keySet() - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
keySet() - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
keySet() - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
keySet() - Method in class de.up.ling.irtg.util.ArrayMap
 

L

label() - Method in enum de.up.ling.irtg.algebra.TagStringAlgebra.Operation
Returns the string representing the operation in question.
label() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
label() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
label - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
LabelContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
labelF - Static variable in class de.up.ling.irtg.algebra.graph.GraphEdge
 
labels() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
LambdaStopwatch - Class in de.up.ling.irtg.util
 
LambdaStopwatch(PrintStream) - Constructor for class de.up.ling.irtg.util.LambdaStopwatch
 
language() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the tree language accepted by this automaton.
languageIterable() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns an Iterable over the language of this automaton.
languageIterator() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns an iterator over the language of this automaton.
languageIteratorRaw() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns an iterator over the language of this automaton, encoded using symbol IDs.
languageRaw() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the tree language accepted by this automaton.
Lazy<E> - Class in de.up.ling.irtg.util
 
Lazy(Supplier<E>) - Constructor for class de.up.ling.irtg.util.Lazy
 
LeafToStateSubstitution<State,Label> - Class in de.up.ling.irtg.automata
 
LeafToStateSubstitution() - Constructor for class de.up.ling.irtg.automata.LeafToStateSubstitution
 
LearningRate - Interface in de.up.ling.irtg.learning_rates
This interface represents a learning rate for Gradient Descent Methods.
LEFT_INPUT_DELIMITER - Static variable in class de.up.ling.irtg.laboratory.Program
 
LEFT_STRING_DELIMITER - Static variable in class de.up.ling.irtg.laboratory.Program
 
length() - Method in class de.up.ling.irtg.algebra.StringAlgebra.Span
Returns the number of symbols covered by this span.
lexicalize(String, String, String) - Method in class de.up.ling.irtg.codec.tag.ElementaryTree
 
lexicalizeElementaryTrees(String) - Method in class de.up.ling.irtg.codec.tag.TagGrammar
 
lexicalizeFromCorpus(TagGrammar, Reader) - Method in class de.up.ling.irtg.codec.tag.ChenTagInputCodec
 
LexiconEntry - Class in de.up.ling.irtg.codec.tag
 
LexiconEntry(String, String) - Constructor for class de.up.ling.irtg.codec.tag.LexiconEntry
 
lhs - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
lhsIsFinal - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
listInputCodecs() - Static method in class de.up.ling.irtg.script.CodecConverter
 
ListOutputCodec - Class in de.up.ling.irtg.codec
Deprecated.
ListOutputCodec() - Constructor for class de.up.ling.irtg.codec.ListOutputCodec
Deprecated.
 
listOutputCodecs() - Static method in class de.up.ling.irtg.script.CodecConverter
 
loadAnnotatedCorpus(InterpretedTreeAutomaton, Component) - Static method in class de.up.ling.irtg.gui.GuiMain
 
loadAutomaton(Frame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
loadIrtg(Frame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
loadIrtgFromURL(Frame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
loadMaxentWeights(MaximumEntropyIrtg, JFrame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
loadTemplateIrtg(Frame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
localToString(TreeAutomaton<String>) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
log(String) - Static method in class de.up.ling.irtg.gui.GuiMain
 
Logging - Class in de.up.ling.irtg.util
 
Logging() - Constructor for class de.up.ling.irtg.util.Logging
 
LogSpaceOperations - Class in de.up.ling.irtg.util
This implements some additional operations that assume that double values have been projected to their log to combat under- and overflow.
LogSpaceOperations() - Constructor for class de.up.ling.irtg.util.LogSpaceOperations
 
logTitle - Variable in class de.up.ling.irtg.automata.condensed.PatternMatchingInvhomAutomatonFactory
 
logWriter - Variable in class de.up.ling.irtg.automata.condensed.PatternMatchingInvhomAutomatonFactory
 
LongArithmeticSemiring - Class in de.up.ling.irtg.semiring
 
LongArithmeticSemiring() - Constructor for class de.up.ling.irtg.semiring.LongArithmeticSemiring
 
LookupVariableOperation(Object[], Class[], int, String) - Constructor for class de.up.ling.irtg.laboratory.Operation.LookupVariableOperation
 

M

main(String[]) - Static method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
Writes the decomposition automata for a given corpus.
main(String[]) - Static method in class de.up.ling.irtg.automata.coarse_to_fine.SiblingFinderCoarserstParser
 
main(String[]) - Static method in class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
main(String[]) - Static method in class de.up.ling.irtg.automata.condensed.CondensedIntersectionAutomaton
 
main(String[]) - Static method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
main(String[]) - Static method in class de.up.ling.irtg.automata.condensed.CondensedViterbiIntersectionAutomaton
 
main(String[], boolean, GenericCondensedIntersectionAutomaton.IntersectionCall) - Static method in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
Function to test the efficiency of this intersection algorithm by parsing each sentence in a text file with a given IRTG.
main(String[], boolean, NonCondensedIntersectionAutomaton.IntersectionCall) - Static method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
Function to test the efficiency of this intersection algorithm by parsing each sentence in a text file with a given IRTG.
main(String[]) - Static method in class de.up.ling.irtg.codec.BinaryIrtgOutputCodec
Translates the specified .irtg file to a .irtb file at the same location.
main(String[]) - Static method in class de.up.ling.irtg.codec.BolinasGraphOutputCodec
Reads an AMR-Bank from a file and outputs it in Bolinas format.
main(String[]) - Static method in class de.up.ling.irtg.codec.InputCodec
 
main(String[]) - Static method in class de.up.ling.irtg.codec.NoSignatureBinaryIrtgInputCodec
translates first argument IRTG into normal irtb format, using second argument IRTG as reference for signatures
main(String[]) - Static method in class de.up.ling.irtg.codec.PcfgIrtgInputCodec
 
main(String[]) - Static method in class de.up.ling.irtg.codec.tag.ChenTagInputCodec
 
main(String[]) - Static method in class de.up.ling.irtg.gui.DecompositionDialog
 
main(String[]) - Static method in class de.up.ling.irtg.gui.GuiMain
 
main(String[]) - Static method in class de.up.ling.irtg.gui.JInputForm
 
main(String[]) - Static method in class de.up.ling.irtg.gui.JOneStringInputForm
 
main(String[]) - Static method in class de.up.ling.irtg.gui.VisualizeDialog
 
main(String[]) - Static method in class de.up.ling.irtg.laboratory.CommandLineInterface
Runs an experiment with Alto Lab.
main(String[]) - Static method in class de.up.ling.irtg.main.Alto
 
main(String[]) - Static method in class de.up.ling.irtg.script.AmrbankReader
 
main(String[]) - Static method in class de.up.ling.irtg.script.AMRTranslator
 
main(String[]) - Static method in class de.up.ling.irtg.script.ChenTagTreebankConverter
 
main(String[]) - Static method in class de.up.ling.irtg.script.CodecConverter
 
main(String[]) - Static method in class de.up.ling.irtg.script.CorpusParser
 
main(String...) - Static method in class de.up.ling.irtg.script.CreateRandomAutomata
 
main(String...) - Static method in class de.up.ling.irtg.script.EvaluateSamplingFromRules
Load all configuration parameters from a configuration file and evaluates the quality of predicting the uniform weighting on the automata.
main(String[]) - Static method in class de.up.ling.irtg.script.GrammarConverter
 
main(String[]) - Static method in class de.up.ling.irtg.script.ParsingEvaluator
 
main(String[]) - Static method in class de.up.ling.irtg.script.PennTreebankConverter
 
main(String[]) - Static method in class de.up.ling.irtg.script.PtbParsingEvaluator
 
main(String[]) - Static method in class de.up.ling.irtg.script.SGraphParsingEvaluation
Benchmarks the s-graph parsing algorithm.
main(String[]) - Static method in class de.up.ling.irtg.util.TextInputDialog
 
makeAllRulesCondensedExplicit() - Method in class de.up.ling.irtg.automata.condensed.ConcreteCondensedTreeAutomaton
 
makeAllRulesCondensedExplicit() - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
makeAllRulesCondensedExplicit() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
Stores all information about CondensedRules in the ruleTrie and topDownRules structures.
makeAllRulesExplicit() - Method in class de.up.ling.irtg.automata.BestFirstIntersectionAutomaton
Intersects the two automata bottom-up.
makeAllRulesExplicit() - Method in class de.up.ling.irtg.automata.condensed.CondensedBottomUpIntersectionAutomaton
 
makeAllRulesExplicit() - Method in class de.up.ling.irtg.automata.condensed.GenericCondensedIntersectionAutomaton
 
makeAllRulesExplicit() - Method in class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
makeAllRulesExplicit() - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
 
makeAllRulesExplicit() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes all rules in this automaton and stores them in the cache.
makeAllRulesExplicit(Consumer<Rule>) - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
makeAllRulesExplicitCKY() - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
This method constructs all transitions in the automaton in a CKY style algorithm.
makeAllRulesExplicitCKYOld() - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
This method constructs all transitions in the automaton in a CKY style algorithm, there is a newer version that is preferred.
makeAllRulesExplicitEarley() - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
This implements an interesection algorithm in the style of the early algorithm, which predicts possible transition based on the first input automaton and then finds matching rules based on the second input automaton.
makeBinaryTree(String, List<String>) - Static method in class de.up.ling.irtg.util.Util
 
makeCoarsestAutomaton(TreeAutomaton) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
makeCoarseToFineParser(InterpretedTreeAutomaton, String, String, double) - Static method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
This is a convenience method which constructs a coarse to fine parser with the given parameters.
makeCompleteDecompositionAlgebra(SGraph, int) - Static method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Creates a GraphAlgebra based on graph with nrSources many sources (named 1,..,nrSources).
makeComponent(SGraph) - Static method in class de.up.ling.irtg.algebra.graph.SGraphDrawer
Returns a Swing component that displays the given s-graph.
makeFirst(A) - Static method in class de.up.ling.irtg.util.Either
 
makeIncompleteDecompositionAlgebra(SGraph, int) - Static method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Creates a GraphAlgebra based on graph with nrSources many sources (named 1,..,nrSources).
makeInside(TreeAutomaton<Type>, AdaptiveImportanceSampler.Configuration, int, boolean) - Static method in class de.up.ling.irtg.script.EvaluateSamplingFromRules
Computes the expected value average over all repetitions and then a list of expected values per round for each repetition.
makeIntArray(int, IntUnaryOperator) - Static method in class de.up.ling.irtg.util.Util
 
makeIrtgWithCoarsestAutomaton(InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
makeList(int, Supplier<E>) - Static method in class de.up.ling.irtg.util.Util
 
makeList(int, IntFunction<E>) - Static method in class de.up.ling.irtg.util.Util
 
makeMaxBase(boolean, double) - Method in class de.up.ling.irtg.sampling.TreeSample
Computes a 'self normalized' value for adaption.
makeRuleFactoryFactory(String) - Static method in class de.up.ling.irtg.script.PennTreebankConverter
 
makeSecond(B) - Static method in class de.up.ling.irtg.util.Either
 
makeTestFeature(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
makeTreeWithArities(Tree<String>) - Static method in class de.up.ling.irtg.util.Util
 
makeVariations() - Method in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
makeVeryLazyExplicit(SiblingFinderIntersection) - Static method in class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
MapFactory - Interface in de.up.ling.irtg.util
 
mapIntArray(int[], IntUnaryOperator) - Static method in class de.up.ling.irtg.util.Util
 
mapToIntList(Iterable<I>, ToIntFunction<I>) - Static method in class de.up.ling.irtg.util.Util
 
mapToList(Iterable<I>, Function<I, O>) - Static method in class de.up.ling.irtg.util.Util
 
MapTopDownIndex - Class in de.up.ling.irtg.automata.index
A top-down rule index that organizes the rules in a two-level hashmap.
MapTopDownIndex(TreeAutomaton) - Constructor for class de.up.ling.irtg.automata.index.MapTopDownIndex
 
mapToSet(Iterable<I>, Function<I, O>) - Static method in class de.up.ling.irtg.util.Util
 
mapTree(Tree<E>, Function<E, Up>) - Static method in class de.up.ling.irtg.util.Util
 
mark(String) - Method in enum de.up.ling.irtg.codec.tag.NodeType
 
max(int) - Method in class de.up.ling.irtg.util.MutableInteger
Returns the maximum of the current value and the one given.
MaxentWeightsFrame - Class in de.up.ling.irtg.gui
 
MaxentWeightsFrame(String, List<JTreeAutomaton.FtWeight>, MaximumEntropyIrtg) - Constructor for class de.up.ling.irtg.gui.MaxentWeightsFrame
 
MaximumEntropyIrtg - Class in de.up.ling.irtg.maxent
An IRTG with a log-linear probability model.
MaximumEntropyIrtg(TreeAutomaton<String>, Map<String, FeatureFunction>) - Constructor for class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Constructor
merge(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Merges this s-graph with another s-graph.
MethodOperation(Method, boolean) - Constructor for class de.up.ling.irtg.laboratory.Operation.MethodOperation
Creates a new MethodOperation for Method m.
MethodOperation(Method, Class, boolean) - Constructor for class de.up.ling.irtg.laboratory.Operation.MethodOperation
Creates a new MethodOperation for Method m.
mmain(String[]) - Static method in class de.up.ling.irtg.codec.tag.ChenTagInputCodec
 
modeNames - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
modeNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
modeNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
mult(DoubleStream) - Static method in class de.up.ling.irtg.util.Util
 
multiply(Boolean, Boolean) - Method in class de.up.ling.irtg.semiring.AndOrSemiring
 
multiply(Double, Double) - Method in class de.up.ling.irtg.semiring.DoubleArithmeticSemiring
 
multiply(Long, Long) - Method in class de.up.ling.irtg.semiring.LongArithmeticSemiring
 
multiply(E, E) - Method in interface de.up.ling.irtg.semiring.Semiring
 
multiply(Pair<Double, Rule>, Pair<Double, Rule>) - Method in class de.up.ling.irtg.semiring.ViterbiWithBackpointerSemiring
 
multiplyBy(double) - Method in class de.up.ling.irtg.util.MutableDouble
 
MultiplyMapItemEvaluator(Map<String, Double>, Signature) - Constructor for class de.up.ling.irtg.util.TestingTools.MultiplyMapItemEvaluator
 
MutableBoolean - Class in de.up.ling.irtg.util
 
MutableBoolean(boolean) - Constructor for class de.up.ling.irtg.util.MutableBoolean
 
MutableDouble - Class in de.up.ling.irtg.util
 
MutableDouble() - Constructor for class de.up.ling.irtg.util.MutableDouble
 
MutableDouble(double) - Constructor for class de.up.ling.irtg.util.MutableDouble
 
MutableInteger - Class in de.up.ling.irtg.util
This implements a mutable version of an integer.
MutableInteger() - Constructor for class de.up.ling.irtg.util.MutableInteger
Creates a new instance with value equal to 0.
MutableInteger(int) - Constructor for class de.up.ling.irtg.util.MutableInteger
Creates a new instance with value equal to what is given.

N

name() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
NAME - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
NAME() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.IdContext
 
NAME() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
NAME - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
NAME() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NonterminalContext
 
NAME - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
name() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
NAME - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
name() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
NAME() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.RAWContext
 
name() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.StateContext
 
NAME - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTANT_TERMContext
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
name(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Hom_ruleContext
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
name(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Interpretation_declContext
 
NAME - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
NAME() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.RAWContext
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.StateContext
 
name() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
name(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
NAME - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
NAME - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
name() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
name() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
name(int) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
NAME() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.RAWContext
 
name() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.StartsymbolContext
 
NAME - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
NAME - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
NAME() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
NAME - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTANT_TERMContext
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
name(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Hom_ruleContext
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
name(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Interpretation_declContext
 
NAME - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Name_listContext
 
name(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Name_listContext
 
NAME() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.RAWContext
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.StateContext
 
name() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
name(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
NAME - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
name() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
NAME - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
name() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
NAME() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.RAWContext
 
name() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.StateContext
 
name() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.WeightContext
 
NAME - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
name() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
NAME - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
name() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
NAME() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.RAWContext
 
name() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.StateContext
 
name_list() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
name_list() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
Name_listContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Name_listContext
 
NAME_WITH_DOLLAR - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
NAME_WITH_DOLLAR - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
NameContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.NameContext
 
NameContext() - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.NameContext
 
NameContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.NameContext
 
NameContext() - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.NameContext
 
NameContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.NameContext
 
NameContext() - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.NameContext
 
NameContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.NameContext
 
NameContext() - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.NameContext
 
NameContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.NameContext
 
NameContext() - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.NameContext
 
NameContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.NameContext
 
NameContext() - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.NameContext
 
newSiblingFinder(int) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
newSiblingFinder(int) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
 
newSiblingFinder(int) - Method in class de.up.ling.irtg.automata.TreeAutomaton
This returns an object that stores and finds possible partners for a given state given a rule label.
next(ProgressListener) - Method in class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
Returns the next tree from the iterator.
next() - Method in class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
 
next() - Method in class de.up.ling.irtg.util.ArrayTupleIterator
 
next() - Method in class de.up.ling.irtg.util.IntArrayTupleIterator
Returns the same int[] in each call.
next() - Method in class de.up.ling.irtg.util.IntSetTupleIterator
 
next() - Method in class de.up.ling.irtg.util.TupleIterator
Returns the next tuple in the iterator.
node() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ChildContext
 
node() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
node() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
node() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
 
NodeContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NodeContext
 
nodeCount() - Method in class de.up.ling.irtg.algebra.graph.SGraph
 
nodenamesForSourcesAgree(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether two s-graphs have consistent node names for the sources.
NodeType - Enum in de.up.ling.irtg.codec.tag
 
NoModelException() - Constructor for exception de.up.ling.irtg.algebra.SetAlgebra.NoModelException
 
NoModelException(String) - Constructor for exception de.up.ling.irtg.algebra.SetAlgebra.NoModelException
 
NoModelException(String, Throwable) - Constructor for exception de.up.ling.irtg.algebra.SetAlgebra.NoModelException
 
NoModelException(Throwable) - Constructor for exception de.up.ling.irtg.algebra.SetAlgebra.NoModelException
 
NonCondensedIntersectionAutomaton<LeftState,RightState> - Class in de.up.ling.irtg.automata.condensed
A variant of GenericCondensedIntersectionAutomaton that expands each condensed rule into the individual ordinary rules it represents.
NonCondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>) - Constructor for class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
Assumes the signatures are identical.
NonCondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper, boolean) - Constructor for class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
NonCondensedIntersectionAutomaton(TreeAutomaton<LeftState>, CondensedTreeAutomaton<RightState>, SignatureMapper) - Constructor for class de.up.ling.irtg.automata.condensed.NonCondensedIntersectionAutomaton
 
NonCondensedIntersectionAutomaton.IntersectionCall - Interface in de.up.ling.irtg.automata.condensed
 
NondeletingInverseHomAutomaton<State> - Class in de.up.ling.irtg.automata
A tree automaton that describes the homomorphic pre-image of the language of another tree automaton.
NondeletingInverseHomAutomaton(TreeAutomaton<State>, Homomorphism) - Constructor for class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
nonterminal() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
nonterminal() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
NONTERMINAL_SEPARATOR - Static variable in class de.up.ling.irtg.binarization.InsideRuleFactory
 
NonterminalContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.NonterminalContext
 
NoPruningPolicy - Class in de.up.ling.irtg.automata.pruning
 
NoPruningPolicy() - Constructor for class de.up.ling.irtg.automata.pruning.NoPruningPolicy
 
normalize(E) - Method in class de.up.ling.irtg.signature.Interner
Returns an object that is equals to "object" and identical to an object in the interner.
normalizeRuleWeights() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Modifies the weights of the rules in this automaton such that the weights of all rules with the same parent state sum to one.
normalizeRuleWeights() - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Modifies the rule weights of the derivation tree automaton such that the weights for all rules with the same parent state sum to one.
NoSignatureBinaryIrtgInputCodec - Class in de.up.ling.irtg.codec
Use this with NoSignatureBinaryIrtgOutputCodec, together with a reference IRTG that contains the signatures that are not written here (note that the mapping from IDs to symbols in the reference IRTG must be identical to the one in the IRTG written here).
NoSignatureBinaryIrtgInputCodec(InterpretedTreeAutomaton) - Constructor for class de.up.ling.irtg.codec.NoSignatureBinaryIrtgInputCodec
 
NoSignatureBinaryIrtgOutputCodec - Class in de.up.ling.irtg.codec
Use this with NoSignatureBinaryIrtgInputCodec, together with a reference IRTG that contains the signatures that are not written here (note that the mapping from IDs to symbols in the reference IRTG must be identical to the one in the IRTG written here).
NoSignatureBinaryIrtgOutputCodec() - Constructor for class de.up.ling.irtg.codec.NoSignatureBinaryIrtgOutputCodec
 
NULL - Static variable in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
NULL - Static variable in class de.up.ling.irtg.corpus.CorpusWriter
 
NULL_SYMBOL - Static variable in class de.up.ling.irtg.laboratory.Program
 
NullOperation() - Constructor for class de.up.ling.irtg.laboratory.Operation.NullOperation
 
NUMBER - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
NUMBER - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
NUMBER() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.WeightContext
 
NUMBER - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
NUMBER - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
NUMBER() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.WeightContext
 
NUMBER - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
NUMBER - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
NUMBER() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.WeightContext
 
NUMBER_IN_BRACKETS - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
NUMBER_IN_BRACKETS - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
NUMBER_IN_BRACKETS() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
NumberCodec - Interface in de.up.ling.irtg.io
 
NumbersCombine - Class in de.up.ling.irtg.util
This method can be used to combine integers / shorts into longs / integers in order to represent pairs of these elements
NumbersCombine() - Constructor for class de.up.ling.irtg.util.NumbersCombine
 
NUMBERTOKEN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
NUMBERTOKEN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
NUMBERTOKEN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
numCollectedRules() - Method in class de.up.ling.irtg.automata.pruning.HistogramPruningPolicy
 
numCollectedRules() - Method in class de.up.ling.irtg.automata.pruning.NoPruningPolicy
 
numCollectedRules() - Method in interface de.up.ling.irtg.automata.pruning.PruningPolicy
 
numCollectedRules() - Method in class de.up.ling.irtg.automata.pruning.QuotientPruningPolicy
 
numCollectedRules() - Method in class de.up.ling.irtg.automata.pruning.StatewiseHistogramPruningPolicy
 
numIteratedRules() - Method in class de.up.ling.irtg.automata.pruning.HistogramPruningPolicy
 
numIteratedRules() - Method in class de.up.ling.irtg.automata.pruning.NoPruningPolicy
 
numIteratedRules() - Method in interface de.up.ling.irtg.automata.pruning.PruningPolicy
 
numIteratedRules() - Method in class de.up.ling.irtg.automata.pruning.QuotientPruningPolicy
 
numIteratedRules() - Method in class de.up.ling.irtg.automata.pruning.StatewiseHistogramPruningPolicy
 
numLevels() - Method in interface de.up.ling.irtg.automata.coarse_to_fine.FineToCoarseMapping
Returns the number of coarse to fine levels.

O

ObjectWithStringCode - Class in de.up.ling.irtg.util
 
ObjectWithStringCode() - Constructor for class de.up.ling.irtg.util.ObjectWithStringCode
 
OneSymbolAutomaton(String, Signature) - Constructor for class de.up.ling.irtg.binarization.StringAlgebraSeed.OneSymbolAutomaton
 
OnTheFlyCharts - Class in de.up.ling.irtg.corpus
This attaches charts to the instances from an iterator on the fly.
OnTheFlyCharts(InterpretedTreeAutomaton) - Constructor for class de.up.ling.irtg.corpus.OnTheFlyCharts
Creates an instance that will provide an iterator over charts by iterating over the instances and computing charts as they are needed.
OP_COMBINEDMERGE - Static variable in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
OP_FORGET - Static variable in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
OP_MERGE - Static variable in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
OP_RENAME - Static variable in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
OP_SWAP - Static variable in class de.up.ling.irtg.algebra.graph.GraphAlgebra
 
OPBK - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
OPBK - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
OPBK() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
OPBK - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
OPBK - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
OPBK - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
OPBK - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
OPEN_BK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
OPEN_BK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
OPEN_BK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
OPEN_BK() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext
 
OPEN_BK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
OPEN_BK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
OPEN_BK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
OPEN_BRC - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
OPEN_BRC() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
OPEN_BRC - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
OPEN_SQBK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
OPEN_SQBK - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
OPEN_SQBK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
OPEN_SQBK - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
OPEN_SQBK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
OPEN_SQBK - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
Operation - Interface in de.up.ling.irtg.laboratory
The basic building blocks of a Program.
Operation.ConstructorOperation - Class in de.up.ling.irtg.laboratory
This operation creates a new object with a given java constructor.
Operation.LookupVariableOperation - Class in de.up.ling.irtg.laboratory
An operation that looks up a variable that was defined in a previous line of the program / task.
Operation.MethodOperation - Class in de.up.ling.irtg.laboratory
This operation executes a given java method.
Operation.NullOperation - Class in de.up.ling.irtg.laboratory
Returns always null.
Operation.PrimitiveTypeOperation - Class in de.up.ling.irtg.laboratory
Creates an operation that always returns a given constant (Number or boolean).
Operation.StringOperation - Class in de.up.ling.irtg.laboratory
An operation that returns a given constant string.
Operation.WrapperException - Exception in de.up.ling.irtg.laboratory
 
OperationAnnotation - Annotation Type in de.up.ling.irtg.laboratory
Annotate a method with this, to make it available in Alto Lab.
optionExtraBrackets() - Method in class de.up.ling.irtg.codec.PtbTreeInputCodec
 
OutputCodec<E> - Class in de.up.ling.irtg.codec
Generates a representation of some object.
OutputCodec() - Constructor for class de.up.ling.irtg.codec.OutputCodec
 
outputCorpusName - Variable in class de.up.ling.irtg.gui.JTreeAutomaton.InputOutputCorpus
 
outside(Map<Integer, Double>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns a map representing the outside probability of each reachable state.
overlapsOnlyInSources(SGraph) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Checks whether two s-graphs have any nodes in common that are not sources.

P

P1 - Static variable in class de.up.ling.irtg.algebra.TagTreeAlgebra
This labels indicates substitution sites within a tree.
pa(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
pa(InputStream) - Static method in class de.up.ling.irtg.util.TestingTools
 
pac(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
pack() - Method in class de.up.ling.irtg.gui.JLanguageViewer
 
pack() - Method in class de.up.ling.irtg.gui.JVisualizationViewer
 
parse(Reader) - Static method in class de.up.ling.irtg.algebra.SetParser
 
parse(String) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
This method is a shorter alias for CoarseToFineParser.parseInputObject(java.lang.Object) which also takes care of decoding the string representation of the input into a suitable object.
parse(List<RuleRefinementNode>, List<CondensedRule>) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CondensedCoarsestParser
 
parse(List<RuleRefinementNode>, List<Rule>) - Method in class de.up.ling.irtg.automata.coarse_to_fine.SiblingFinderCoarserstParser
Note: returns the invhom automaton for future reference.
parse(Reader) - Static method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
parse(Reader) - Static method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Parses the s-graph represented as a string in reader
parse(E) - Method in class de.up.ling.irtg.Interpretation
This method takes the given object and attempts to compute its inverse homomorphism automaton.
parse(Map<String, String>) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Parses a map of input representations to a parse chart.
parseCondensedWithPruning(Map<String, Object>, PruningPolicy) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
 
parseCtf(CoarseToFineParser, Instance, String) - Static method in class de.up.ling.irtg.script.ParsingEvaluator
 
ParseException - Exception in de.up.ling.irtg.algebra
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception de.up.ling.irtg.algebra.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception de.up.ling.irtg.algebra.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception de.up.ling.irtg.algebra.ParseException
Constructor with message.
ParseException - Exception in de.up.ling.irtg.automata.condensed
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception de.up.ling.irtg.automata.condensed.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception de.up.ling.irtg.automata.condensed.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception de.up.ling.irtg.automata.condensed.ParseException
Constructor with message.
ParseException - Exception in de.up.ling.irtg.codec.isiamr
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception de.up.ling.irtg.codec.isiamr.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception de.up.ling.irtg.codec.isiamr.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception de.up.ling.irtg.codec.isiamr.ParseException
Constructor with message.
parseInputObject(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
Uses coarse to fine parsing to produce a pruned parse chart for the input object.
parseInputObjects(Map<String, Object>) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Parses a map of input objects to a parse chart.
parseInputObjects(Map<String, Object>) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Parses an input of representations and their name and computes a chart for this input The member variable useIrtgParser indicates which parser to use True: the parser of InterpretedTreeAutomaton will be used False: an implementation of a CKY-parser will be used
parseInputObjectTrackSizes(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
This method is used for evaluation of coarse-to-fine parsing with Alto Lab, most users will not need it.
parseInputObjectTrackTimes(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
This method is used for evaluation of coarse-to-fine parsing with Alto Lab, most users will not need it.
parseInputObjectWithSF(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
Uses coarse to fine parsing to produce a pruned parse chart for the input object.
parseInputObjectWithSFTrackSizes(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
This method is used for evaluation of coarse-to-fine parsing with Alto Lab, most users will not need it.
parseInputObjectWithSFTrackTimes(Object) - Method in class de.up.ling.irtg.automata.coarse_to_fine.CoarseToFineParser
This method is used for evaluation of coarse-to-fine parsing with Alto Lab, most users will not need it.
parseNumberWithPrefix(String) - Static method in class de.up.ling.irtg.util.Util
 
ParserException - Exception in de.up.ling.irtg.algebra
An exception that indicates that a string representation could not successfully be resolved into an object of the algebra.
ParserException(Throwable) - Constructor for exception de.up.ling.irtg.algebra.ParserException
Creates an instance from the given Throwable by calling the superconstructor with it.
ParserException(String, Throwable) - Constructor for exception de.up.ling.irtg.algebra.ParserException
Creates an instance from the given Throwable and String by calling the superconstructor with it.
ParserException(String) - Constructor for exception de.up.ling.irtg.algebra.ParserException
Creates an instance from the given String by calling the superconstructor with it.
ParserException() - Constructor for exception de.up.ling.irtg.algebra.ParserException
Creates an instance using the default superconstructor.
parseSimple(String, Object) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Parses a single input representations to a parse chart without using any optimization in the parsing process.
parseState(String) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
Deprecated. 
parseString(String) - Method in class de.up.ling.irtg.algebra.Algebra
Resolves the string representation of some element of the algebra's domain to this element.
parseString(String) - Method in class de.up.ling.irtg.algebra.BinarizingAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.EvaluatingAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Parses a string into an s-graph, using IsiAmrParser.parse(java.io.Reader).
parseString(String) - Method in class de.up.ling.irtg.algebra.SetAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.StringAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.TagTreeAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.TreeAlgebra
 
parseString(String) - Method in class de.up.ling.irtg.algebra.TreeWithAritiesAlgebra
 
parseString(String, String) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Resolves the string representation to an object of the given algebra.
parseToCondensed(E) - Method in class de.up.ling.irtg.Interpretation
This method takes the given object and attempts to compute its inverse homomorphism automaton in the form of an condensed automaton.
parseWithSiblingFinder(String, Object) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Parses a single input representations to a parse chart without using a sibling finder in the intersection.
ParsingEvaluator - Class in de.up.ling.irtg.script
 
ParsingEvaluator() - Constructor for class de.up.ling.irtg.script.ParsingEvaluator
 
PatternMatchingInvhomAutomatonFactory<MatcherState,State> - Class in de.up.ling.irtg.automata.condensed
Produces pattern matcher automata to compute the inverse of decomposition automata under homomorphism.
PatternMatchingInvhomAutomatonFactory(Homomorphism) - Constructor for class de.up.ling.irtg.automata.condensed.PatternMatchingInvhomAutomatonFactory
Initializes a new PatternMatchingInvhomAutomatonFactory with respect to the homomorphism hom.
pcfg() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
pcfg_rule() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
pcfg_rule() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
pcfg_rule(int) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
Pcfg_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.Pcfg_ruleContext
 
PcfgAsIrtgBaseListener - Class in de.up.ling.irtg.codec.pcfg_as_irtg
This class provides an empty implementation of PcfgAsIrtgListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
PcfgAsIrtgBaseListener() - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
 
PcfgAsIrtgLexer - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgAsIrtgLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
PcfgAsIrtgListener - Interface in de.up.ling.irtg.codec.pcfg_as_irtg
This interface defines a complete listener for a parse tree produced by PcfgAsIrtgParser.
PcfgAsIrtgParser - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgAsIrtgParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
PcfgAsIrtgParser.NameContext - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgAsIrtgParser.Pcfg_ruleContext - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgAsIrtgParser.PcfgContext - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgAsIrtgParser.RAWContext - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgAsIrtgParser.StartsymbolContext - Class in de.up.ling.irtg.codec.pcfg_as_irtg
 
PcfgContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
PcfgIrtgInputCodec - Class in de.up.ling.irtg.codec
An input codec for context-free grammars, with or without rule probabilities.
PcfgIrtgInputCodec() - Constructor for class de.up.ling.irtg.codec.PcfgIrtgInputCodec
 
PennTreebankConverter - Class in de.up.ling.irtg.script
Converts a treebank in Penn Treebank format into an Alto corpus.
PennTreebankConverter() - Constructor for class de.up.ling.irtg.script.PennTreebankConverter
 
PennTreebankConverter.BinarizationStyleValidator - Class in de.up.ling.irtg.script
 
percent(double, double) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
 
pg(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
pi(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
pi(InputStream) - Static method in class de.up.ling.irtg.util.TestingTools
 
PIPE - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
PIPE() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.GuardContext
 
PIPE - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
PMFactoryRestrictive<State> - Class in de.up.ling.irtg.automata.condensed
Produces pattern matcher automata to compute the inverse of decomposition automata under homomorphism.
PMFactoryRestrictive(Homomorphism) - Constructor for class de.up.ling.irtg.automata.condensed.PMFactoryRestrictive
 
pop() - Method in class de.up.ling.irtg.util.IntAgenda
 
populationSize() - Method in class de.up.ling.irtg.sampling.TreeSample
Returns the size of the underlying population.
PopupMenu - Class in de.up.ling.irtg.gui
A popup menu that copies a string representation of a Swing component to the clipboard.
PopupMenu(Map<String, Supplier<String>>) - Constructor for class de.up.ling.irtg.gui.PopupMenu
 
PopupMenu.Builder - Class in de.up.ling.irtg.gui
 
precision(Tree<String>, Tree<String>) - Static method in class de.up.ling.irtg.algebra.TreeAlgebra
Computes the standard precision measure for two trees.
prepareProbability(int) - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
prepareProbability(int) - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Tells the class to recompute the proposal probabilities for the rules of the given state.
prepareStartProbability() - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
prepareStartProbability() - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Recomputes the proposal probabilities for the start states.
PrimitiveTypeOperation(String) - Constructor for class de.up.ling.irtg.laboratory.Operation.PrimitiveTypeOperation
Tries to parse s, in this order, into a: boolean, byte, short, integer, long, float, double.
print(BiFunction<Integer, Integer, String>, Function<E, String>) - Method in class de.up.ling.irtg.automata.IntTrie
Prints out the automaton with the given mappings for keys and values.
printAveragesAsError() - Static method in class de.up.ling.irtg.util.AverageLogger
Computes the averages and prints them via System.err.
PrintingManager() - Constructor for class de.up.ling.irtg.laboratory.ResultManager.PrintingManager
 
printMilliseconds(String...) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
printMillisecondsX(String, String...) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
printSources() - Method in class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
Prints all source names used in this BoundaryRepresentation, as well as the source count and the largest source name (by index), in a readable fashion.
printStatistics() - Method in class de.up.ling.irtg.automata.index.BottomUpRuleIndex
 
printStatistics() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
printStatistics() - Method in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
printStatistics() - Method in class de.up.ling.irtg.automata.IntTrie
Prints a summary of the trie in its current states.
printStats() - Method in class de.up.ling.irtg.binarization.RegularSeed
 
printStats() - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
printStats() - Method in class de.up.ling.irtg.util.IntInt2IntMap
 
printTimeBefore(int, String) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
printToFile(String, String) - Static method in class de.up.ling.irtg.util.Util
 
processAllRulesBottomUp(Consumer<Rule>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Iterates through all rules top-down, applying processingFunction to each rule found.
processAllRulesTopDown(Consumer<Rule>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Iterates through all rules top-down, applying processingFunction to each rule found.
processList(C, Function<C, List<I>>, Function<I, O>) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Extracts a list of values from an ANTLR context representing a list.
processNewRulesForRhs() - Method in class de.up.ling.irtg.automata.index.RuleStore
 
processTree(C, Function<C, O>, Function<C, List<C>>) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Extracts a tree of values from an ANTLR context.
Program - Class in de.up.ling.irtg.laboratory
A program is used to run an Alto Lab task.
Program(InterpretedTreeAutomaton, List<String>, List<String>, Map<String, String>) - Constructor for class de.up.ling.irtg.laboratory.Program
Creates a new program for a given task and parameter values.
ProgressBarWorker<E> - Interface in de.up.ling.irtg.util
 
ProgressListener - Interface in de.up.ling.irtg.util
 
propertyChange(PropertyChangeEvent) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
Proposal - Class in de.up.ling.irtg.sampling
Generates a sample of trees according the proposal probabilities of a given rule weighting.
Proposal(RandomGenerator) - Constructor for class de.up.ling.irtg.sampling.Proposal
Create a new instance with the given random number sequence.
Proposal(long) - Constructor for class de.up.ling.irtg.sampling.Proposal
Create a new instance with a WELL RNG with the given seed.
Proposal() - Constructor for class de.up.ling.irtg.sampling.Proposal
Create a new instance with a WELL RNG with the current time as the seed.
ProposalSumComputer - Class in de.up.ling.irtg.sampling
This class is used to compute the cumulative probability of proposing a given tree in case of an ambiguous automaton.
ProposalSumComputer() - Constructor for class de.up.ling.irtg.sampling.ProposalSumComputer
 
PruningPolicy - Interface in de.up.ling.irtg.automata.pruning
 
pt(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
PtbParsingEvaluator - Class in de.up.ling.irtg.script
 
PtbParsingEvaluator() - Constructor for class de.up.ling.irtg.script.PtbParsingEvaluator
 
PtbTreeBaseListener - Class in de.up.ling.irtg.codec.ptb_tree
This class provides an empty implementation of PtbTreeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
PtbTreeBaseListener() - Constructor for class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
 
PtbTreeInputCodec - Class in de.up.ling.irtg.codec
Reads trees in the format of the Penn Treebank.
PtbTreeInputCodec() - Constructor for class de.up.ling.irtg.codec.PtbTreeInputCodec
 
PtbTreeLexer - Class in de.up.ling.irtg.codec.ptb_tree
 
PtbTreeLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
PtbTreeListener - Interface in de.up.ling.irtg.codec.ptb_tree
This interface defines a complete listener for a parse tree produced by PtbTreeParser.
PtbTreeOutputCodec - Class in de.up.ling.irtg.codec
 
PtbTreeOutputCodec() - Constructor for class de.up.ling.irtg.codec.PtbTreeOutputCodec
 
PtbTreeParser - Class in de.up.ling.irtg.codec.ptb_tree
 
PtbTreeParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
PtbTreeParser.CorpusContext - Class in de.up.ling.irtg.codec.ptb_tree
 
PtbTreeParser.TreeContext - Class in de.up.ling.irtg.codec.ptb_tree
 
pth(String, Signature) - Static method in class de.up.ling.irtg.util.TestingTools
 
pti(String, Signature) - Static method in class de.up.ling.irtg.util.TestingTools
 
ptv(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
put(int[], int, CondensedRule) - Method in class de.up.ling.irtg.automata.condensed.CondensedRuleTrie
Stores a sequence of ints (the Array) in the Trie and maps the final state to the given rule.
put(int[], E) - Method in class de.up.ling.irtg.automata.IntTrie
Adds a new key value pair to the trie.
put(int, double) - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
put(int, int) - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
put(int, E) - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
put(int, E) - Method in class de.up.ling.irtg.util.ArrayMap
 
put(int, int, double) - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
put(int, int, int) - Method in class de.up.ling.irtg.util.IntInt2IntMap
 

Q

quit() - Static method in class de.up.ling.irtg.gui.GuiMain
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
QUOTED_NAME() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.LabelContext
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
QUOTED_NAME() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.QUOTEDContext
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
QUOTED_NAME() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.QUOTEDContext
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
QUOTED_NAME() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.QUOTEDContext
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
QUOTED_NAME() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.QUOTEDContext
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
QUOTED_NAME - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
QUOTED_NAME() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.QUOTEDContext
 
QUOTEDContext(BottomUpTreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.QUOTEDContext
 
QUOTEDContext(IrtgParser.NameContext) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.QUOTEDContext
 
QUOTEDContext(TemplateIrtgParser.NameContext) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.QUOTEDContext
 
QUOTEDContext(TiburonTreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.QUOTEDContext
 
QUOTEDContext(TreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.QUOTEDContext
 
QuotientPruningPolicy - Class in de.up.ling.irtg.automata.pruning
 
QuotientPruningPolicy(FOM, double) - Constructor for class de.up.ling.irtg.automata.pruning.QuotientPruningPolicy
 

R

RandomTreeAutomaton - Class in de.up.ling.irtg.random_automata
This class is used to create simple, random tree automata that are similar to of parse charts.
RandomTreeAutomaton(long, double) - Constructor for class de.up.ling.irtg.random_automata.RandomTreeAutomaton
Produces a new generator for random tree automata.
RAWContext(BottomUpTreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.RAWContext
 
RAWContext(IrtgParser.NameContext) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.RAWContext
 
RAWContext(PcfgAsIrtgParser.NameContext) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.RAWContext
 
RAWContext(TemplateIrtgParser.NameContext) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.RAWContext
 
RAWContext(TiburonTreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.RAWContext
 
RAWContext(TreeAutomatonParser.NameContext) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.RAWContext
 
rbu(String, List, TreeAutomaton) - Static method in class de.up.ling.irtg.util.TestingTools
 
read(InputStream) - Method in class de.up.ling.irtg.codec.BinaryIrtgInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.BolinasHrgInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.BottomUpTreeAutomatonInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.InputCodec
Reads an object from an input stream.
read(String) - Method in class de.up.ling.irtg.codec.InputCodec
Reads an object from a string representation.
read(InputStream) - Method in class de.up.ling.irtg.codec.IrtgInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.IsiAmrInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.JoshuaInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.NoSignatureBinaryIrtgInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.PcfgIrtgInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.PtbTreeInputCodec
Reads a single tree in PTB format.
read(InputStream) - Method in class de.up.ling.irtg.codec.SGraphInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.tag.ChenTagInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.TemplateIrtgInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.TiburonTreeAutomatonInputCodec
 
read(InputStream) - Method in class de.up.ling.irtg.codec.TreeAutomatonInputCodec
 
read(InputStream) - Static method in class de.up.ling.irtg.InterpretedTreeAutomaton
Helper method that reads an IRTG from an input stream as with read from an IRTG input codec.
read(Reader) - Static method in class de.up.ling.irtg.util.FirstOrderModel
Reads the options from a Json string representation.
readCorpus(InputStream) - Method in class de.up.ling.irtg.codec.PtbTreeInputCodec
Reads a whole corpus of PTB trees and returns the trees as a list.
readCorpus(Reader, InterpretedTreeAutomaton) - Static method in class de.up.ling.irtg.corpus.Corpus
Reads a corpus from a string format available via a reader.
readCorpus(Reader) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Loads a corpus for this IRTG using the given a reader.
readCorpusLenient(Reader, InterpretedTreeAutomaton) - Static method in class de.up.ling.irtg.corpus.Corpus
A version of readCorpus that allows interpretations in the corpus file to not be declared in the grammar.
readDouble() - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
readDouble() - Method in interface de.up.ling.irtg.io.NumberCodec
 
readDouble() - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
readFtcMapping(String) - Static method in class de.up.ling.irtg.automata.coarse_to_fine.GrammarCoarsifier
 
readInt() - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
readInt() - Method in interface de.up.ling.irtg.io.NumberCodec
 
readInt() - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
readLong() - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
readLong() - Method in interface de.up.ling.irtg.io.NumberCodec
 
readLong() - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
readOptions(Reader) - Method in class de.up.ling.irtg.algebra.Algebra
Sets the options of the algebra implementation.
readOptions(Reader) - Method in class de.up.ling.irtg.algebra.SetAlgebra
Reads the options from a Json string representation.
readSignedInt() - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
readSignedInt() - Method in interface de.up.ling.irtg.io.NumberCodec
 
readSignedInt() - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
readSignedLong() - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
readSignedLong() - Method in interface de.up.ling.irtg.io.NumberCodec
 
readSignedLong() - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
readString() - Method in interface de.up.ling.irtg.io.StringCodec
 
readString() - Method in class de.up.ling.irtg.io.UtfStringCodec
 
readUnlexicalizedGrammar(Reader) - Method in class de.up.ling.irtg.codec.tag.ChenTagInputCodec
 
readWeights(Reader) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Reads the feature function weights from a reader, e.g., string or file The data must be formatted as Java properties.
recall(Tree<String>, Tree<String>) - Static method in class de.up.ling.irtg.algebra.TreeAlgebra
Computes the standard recall measure for two trees.
recompute() - Method in class de.up.ling.irtg.signature.IdentitySignatureMapper
 
recompute() - Method in class de.up.ling.irtg.signature.SignatureMapper
Recomputes the mappings.
record(int) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
record() - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
recover(Parser, RecognitionException) - Method in class de.up.ling.irtg.codec.ExceptionErrorStrategy
 
reduceTopDown() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Reduces the automaton, top-down.
refine(Rule) - Method in class de.up.ling.irtg.automata.language_iteration.IdentityRuleRefiner
 
refine(Rule) - Method in interface de.up.ling.irtg.automata.language_iteration.RuleRefiner
 
RegularizedKLRuleWeighting - Class in de.up.ling.irtg.sampling.rule_weighting
Implements adaption by minimizing the KL between the target distribution and the proposal distribution as described in our adaptive importance sampling paper.
RegularizedKLRuleWeighting(TreeAutomaton, int, double, LearningRate) - Constructor for class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
Creates a new instance with the regularization given by the specified values.
RegularSeed - Class in de.up.ling.irtg.binarization
A mapping from the operations of one algebra into terms consisting of operations of another algebra.
RegularSeed() - Constructor for class de.up.ling.irtg.binarization.RegularSeed
 
RegularSeedChooser - Class in de.up.ling.irtg.gui
 
RegularSeedChooser(InterpretedTreeAutomaton, Frame, boolean) - Constructor for class de.up.ling.irtg.gui.RegularSeedChooser
Creates new form RegularSeedChooser
RegularSeedChooser.ClassByNameComparator - Class in de.up.ling.irtg.gui
 
ReInit(InputStream) - Method in class de.up.ling.irtg.algebra.SetParser
Reinitialise.
ReInit(InputStream, String) - Method in class de.up.ling.irtg.algebra.SetParser
Reinitialise.
ReInit(Reader) - Method in class de.up.ling.irtg.algebra.SetParser
Reinitialise.
ReInit(SetParserTokenManager) - Method in class de.up.ling.irtg.algebra.SetParser
Reinitialise.
ReInit(InputStream) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Reinitialise.
ReInit(InputStream, String) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Reinitialise.
ReInit(Reader) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Reinitialise.
ReInit(CondensedTreeAutomatonParserTokenManager) - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Reinitialise.
ReInit(InputStream) - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Reinitialise.
ReInit(InputStream, String) - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Reinitialise.
ReInit(Reader) - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Reinitialise.
ReInit(IsiAmrParserTokenManager) - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Reinitialise.
remap(Interner<E>) - Method in class de.up.ling.irtg.signature.Interner
Returns an arrary x such that the symbol i in this interner is the same as the symbol x[i] in the other interner.
remap(Signature) - Method in class de.up.ling.irtg.signature.Signature
Returns an arrary x such that the symbol with ID i in this signature is the same as the symbol with ID x[i] in the other signature.
remapBackward(int) - Method in class de.up.ling.irtg.signature.IdentitySignatureMapper
 
remapBackward(int) - Method in class de.up.ling.irtg.signature.SignatureMapper
Maps a symbolID from the output to the input signature.
remapForward(int) - Method in class de.up.ling.irtg.signature.IdentitySignatureMapper
 
remapForward(int) - Method in class de.up.ling.irtg.signature.SignatureMapper
Maps a symbolID from the input to the output signature.
remove() - Method in class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
 
remove(int) - Method in class de.up.ling.irtg.util.ArrayMap
 
renameSource(String, String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Renames a source in this s-graph to another source name.
repeat(String, int) - Static method in class de.up.ling.irtg.util.Util
 
replaceMetaByCtrl(JMenuBar) - Static method in class de.up.ling.irtg.util.GuiUtils
Replaces the Meta keymask in all menus of this menu bar by Ctrl.
reportError(Parser, RecognitionException) - Method in class de.up.ling.irtg.codec.ExceptionErrorStrategy
 
reportInputMismatch(Parser, InputMismatchException) - Method in class de.up.ling.irtg.codec.ExceptionErrorStrategy
 
reportMissingToken(Parser) - Method in class de.up.ling.irtg.codec.ExceptionErrorStrategy
 
representAsString(E) - Method in class de.up.ling.irtg.algebra.Algebra
Returns a string representation of this object.
representAsString(List<String>) - Method in class de.up.ling.irtg.algebra.StringAlgebra
 
representAsString(Pair<List<String>, List<String>>) - Method in class de.up.ling.irtg.algebra.TagStringAlgebra
 
resample(RandomGenerator, int) - Method in class de.up.ling.irtg.sampling.TreeSample
Resamples the trees assuming that getSelfNormalized weight already returns the correct values.
resampleWithNormalize(RandomGenerator, int, boolean) - Method in class de.up.ling.irtg.sampling.TreeSample
Resamples the trees.
reset() - Method in class de.up.ling.irtg.learning_rates.AdaGrad
 
reset() - Method in interface de.up.ling.irtg.learning_rates.LearningRate
Resets the learning rate sequence to its initial state.
reset() - Method in class de.up.ling.irtg.sampling.ProposalSumComputer
This resets the cache of the inside values.
reset() - Method in class de.up.ling.irtg.sampling.rule_weighting.RegularizedKLRuleWeighting
 
reset() - Method in interface de.up.ling.irtg.sampling.RuleWeighting
Resets any adaption of the proposal distribution.
resetAndActivate() - Static method in class de.up.ling.irtg.util.AverageLogger
Resets the counts of the logger and activates it.
resolve(Tree<Integer>) - Method in class de.up.ling.irtg.signature.Signature
Returns a new tree with all the integers replaced by the symbols associated with these integers in this signature.
resolveId(int) - Method in class de.up.ling.irtg.signature.Interner
Retrieves the object for the given numeric ID.
resolveIds(Collection<Integer>) - Method in class de.up.ling.irtg.signature.Interner
Returns an iterable over the objects corresponding to the given collection of numeric IDs.
resolveObject(E) - Method in class de.up.ling.irtg.signature.Interner
Retrieves the numeric ID of the given object.
resolveSymbolId(int) - Method in class de.up.ling.irtg.signature.Signature
Returns the symbol associated with the given id, or null if no such symbol exists.
resolveSymbolIDs(IntCollection) - Method in class de.up.ling.irtg.signature.Signature
Collects all the symbols for the given list of ints.
restoreColumns() - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
ResultManager - Interface in de.up.ling.irtg.laboratory
Handles the results obtained during parsing.
ResultManager.DummyManager - Class in de.up.ling.irtg.laboratory
Does literally nothing.
ResultManager.PrintingManager - Class in de.up.ling.irtg.laboratory
prints the results to System.err.
retainOnly(IntSet) - Method in class de.up.ling.irtg.signature.Interner
This removes from the interner all the objects that do not corresponds to ids in this given set.
rhs - Static variable in class de.up.ling.irtg.script.SGraphParsingEvaluation
 
rhs - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
rhsAsString(Tree<HomomorphismSymbol>) - Method in class de.up.ling.irtg.hom.Homomorphism
 
RIGHT_INPUT_DELIMITER - Static variable in class de.up.ling.irtg.laboratory.Program
 
RIGHT_STRING_DELIMITER - Static variable in class de.up.ling.irtg.laboratory.Program
 
rs(String) - Static method in class de.up.ling.irtg.util.TestingTools
Returns an InputStream for the resource with the given name.
Rule - Class in de.up.ling.irtg.automata
A rule in a tree automaton.
rule(String, String, List<String>, TreeAutomaton) - Static method in class de.up.ling.irtg.util.TestingTools
 
RULE_argument - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
RULE_atomic_guard_condition - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_atomic_or_bracketed_guard_condition - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_auto_rule - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
RULE_auto_rule - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_auto_rule - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_auto_rule - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
RULE_auto_rule - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
RULE_child - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_conjunctive_guard_condition - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_corpus - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
RULE_dottedCommand - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
RULE_dottedExpr - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
RULE_edgelabel - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_edgeWithChildren - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_expr - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
RULE_externalMarker - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_feature_decl - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_feature_decl - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_fta - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
RULE_fta - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
RULE_fta - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
RULE_guard - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_guard_condition - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_guarded_irtg_rule - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_hom_rule - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_hom_rule - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_hrg - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_hrgRule - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_id - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_interpretation - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
RULE_interpretation_decl - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_interpretation_decl - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_irtg - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_irtg_rule - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_irtg_rule - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_label - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_name - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
RULE_name - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_name - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
RULE_name - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_name - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
RULE_name - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
RULE_name_list - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_node - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_nonterminal - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_pcfg - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
RULE_pcfg_rule - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
RULE_startsymbol - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
RULE_state - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
RULE_state - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_state - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_state - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
RULE_state - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
RULE_state_list - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
RULE_state_list - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_state_list - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_state_list - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
RULE_state_list - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
RULE_template_irtg - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_template_irtg_rule - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_term - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_term - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_term - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_tree - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
RULE_variable - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_variable - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_weight - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
RULE_weight - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
RULE_weight - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
RULE_weight - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
RULE_weight - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
RULE_weight - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
ruleAdded(Rule) - Method in interface de.up.ling.irtg.automata.EdgeEvaluator
This method is called each time a rule is added to the output automaton.
RuleEvaluator<E> - Interface in de.up.ling.irtg.automata
 
RuleEvaluatorTopDown<E> - Interface in de.up.ling.irtg.automata
 
RuleNameFeature - Class in de.up.ling.irtg.maxent
A feature that returns 1 iff the rule name matches the name that is passed to the constructor.
RuleNameFeature(String) - Constructor for class de.up.ling.irtg.maxent.RuleNameFeature
 
ruleNames - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
ruleNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
ruleNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
ruleNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
ruleNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
RulePairConsumer - Interface in de.up.ling.irtg.automata.pruning
 
RulePairList - Class in de.up.ling.irtg.automata.coarse_to_fine
 
RulePairList(List<RuleRefinementNode>, IntList) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.RulePairList
 
RuleRefinementNode - Class in de.up.ling.irtg.automata.coarse_to_fine
 
RuleRefinementNode() - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
RuleRefinementTree - Class in de.up.ling.irtg.automata.coarse_to_fine
 
RuleRefinementTree(List<RuleRefinementNode>, List<IntSet>, Function<Rule, RuleRefinementNode>) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
RuleRefiner - Interface in de.up.ling.irtg.automata.language_iteration
 
RuleStore - Class in de.up.ling.irtg.automata.index
 
RuleStore(TreeAutomaton) - Constructor for class de.up.ling.irtg.automata.index.RuleStore
 
RuleStore(TreeAutomaton, TopDownRuleIndex, BottomUpRuleIndex) - Constructor for class de.up.ling.irtg.automata.index.RuleStore
 
rulesToStrings(Collection<Rule>, TreeAutomaton) - Static method in class de.up.ling.irtg.automata.Rule
 
RuleWeighting - Interface in de.up.ling.irtg.sampling
This interface represents the target distribution for sampling and the auxiliary distribution.
run(Tree<String>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Runs the automaton bottom-up on the given tree and returns the set of possible states for the root.
run(Tree<TreeLabels>, ToIntFunction<TreeLabels>, ToIntFunction<Tree<TreeLabels>>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Runs the automaton bottom-up on the given tree, using functions that extract symbol IDs from node labels and assign states to specific subtrees.
run(String[]) - Static method in class de.up.ling.irtg.laboratory.CommandLineInterface
Runs an experiment with command-line style arguments args, and returns the corresponding experimentID.
run(Corpus, ResultManager, IntConsumer, int, boolean, Set<String>, int) - Method in class de.up.ling.irtg.laboratory.Program
Runs the program on all instances in the corpus.
run(TreeAutomaton) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler.Configuration
Runs an importance sampler once for the given configuration.
runRaw(Tree<Integer>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Runs the automaton bottom-up on the given tree, using symbol IDs, and returns the set of possible states for the root.

S

sampleMultinomial(int[], IntToDoubleFunction) - Static method in class de.up.ling.irtg.util.Util
 
sampleMultinomial(int[], IntToDoubleFunction, double) - Static method in class de.up.ling.irtg.util.Util
 
saveAutomaton(TreeAutomaton, Component) - Static method in class de.up.ling.irtg.gui.GuiMain
 
saveIrtg(InterpretedTreeAutomaton, Component) - Static method in class de.up.ling.irtg.gui.GuiMain
 
SComponent - Class in de.up.ling.irtg.algebra.graph
A subgraph defined by boundary vertices, and in-boundary edges, such that all its vertices are connected without crossing a boundary vertex.
SComponentRepresentation - Class in de.up.ling.irtg.algebra.graph
An s-component representation for s-graphs, used as states in the top-down automaton.
SComponentRepresentation(SGraph, GraphAlgebra) - Constructor for class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Creates a component representation of the complete (input) graph without sources.
SComponentRepresentation(int[], Set<SComponent>, GraphInfo) - Constructor for class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Creates an s-component representation defined by the given source assignment sourceToNodename and the set of s-components.
SComponentRepresentation(SGraph, Map<SComponent, SComponent>, GraphInfo) - Constructor for class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Creates an s-component representation of the s-graph graph, with respect to the supergraph represented by completeGraphInfo.
seenRulesAsAutomaton() - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
seenRulesAsAutomaton() - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
 
selfNormDifference(Object, Object) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Returns the absolute value of (d1-d2)/d1.
SEMICOLON - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
SEMICOLON() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
SEMICOLON - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
Semiring<E> - Interface in de.up.ling.irtg.semiring
 
SemiringFOM - Class in de.up.ling.irtg.automata.pruning
 
SemiringFOM(Semiring<Double>) - Constructor for class de.up.ling.irtg.automata.pruning.SemiringFOM
 
sempred(RuleContext, int, int) - Method in class de.up.ling.irtg.laboratory.DottedCommandParser
 
set() - Method in class de.up.ling.irtg.algebra.SetParser
 
SetAlgebra - Class in de.up.ling.irtg.algebra
An algebra of sets.
SetAlgebra() - Constructor for class de.up.ling.irtg.algebra.SetAlgebra
Creates a new instance with a new model and signature.
SetAlgebra(Map<String, Set<List<String>>>) - Constructor for class de.up.ling.irtg.algebra.SetAlgebra
Creates a new instance with a new signature and model, which adds the given atomicInterpretations to the model.
SetAlgebra.NoModelException - Exception in de.up.ling.irtg.algebra
 
setAnnotated(boolean) - Method in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
setAsNull() - Method in class de.up.ling.irtg.corpus.Instance
 
setAtomicInterpretations(Map<String, Set<List<String>>>) - Method in class de.up.ling.irtg.algebra.SetAlgebra
 
setAtomicInterpretations(Map<String, Set<List<String>>>) - Method in class de.up.ling.irtg.util.FirstOrderModel
 
setAutomaton(TreeAutomaton, InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.gui.JLanguageViewer
 
setChart(TreeAutomaton) - Method in class de.up.ling.irtg.corpus.Instance
 
setColumnDataIncluded(boolean) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
setColumnHeaderIncluded(boolean) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
setComments(Map<String, String>) - Method in class de.up.ling.irtg.corpus.Instance
 
setComments(String...) - Method in class de.up.ling.irtg.corpus.Instance
 
setConsoleHandler() - Static method in class de.up.ling.irtg.util.Logging
 
setConvertUnaryEdgesToNodeLabels(boolean) - Method in class de.up.ling.irtg.codec.BolinasHrgInputCodec
Select how the codec should encode non-nonterminal hyperedges with single endpoints.
setDebug(boolean) - Method in class de.up.ling.irtg.binarization.BkvBinarizer
 
setDebug(boolean) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Switches debugging output on or off.
setDefaultCount(int) - Static method in class de.up.ling.irtg.util.AverageLogger
Sets the default number of instances for variables where the count has not been set via increaseCount/increaseCountBy.
setDefaultReturnValue(double) - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
setDefaultReturnValue(int) - Method in class de.up.ling.irtg.util.IntInt2IntMap
 
setDerivationTree(Tree<Integer>) - Method in class de.up.ling.irtg.corpus.Instance
 
setDerivationTree(Tree<String>) - Method in class de.up.ling.irtg.gui.JDerivationDisplayable
 
setDerivationTree(Tree<String>) - Method in class de.up.ling.irtg.gui.JDerivationTree
 
setDerivationTree(Tree<String>) - Method in class de.up.ling.irtg.gui.JInterpretation
 
setDerivationTreeMaker(Function<E, Tree<Integer>>) - Method in class de.up.ling.irtg.corpus.CorpusConverter
 
setDeterministic(boolean) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler.Configuration
Set to true if the underlying automata may be ambiguous.
setDirty() - Method in class de.up.ling.irtg.util.Lazy
 
setDynamicAdjustment(boolean) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
setEnabled(boolean) - Method in class de.up.ling.irtg.util.DebuggingWriter
 
setEqualsMeansIsomorphy(boolean) - Method in class de.up.ling.irtg.algebra.graph.SGraph
Controls whether equality on this s-graph should be checked using identity or isomorphy.
setExplicit(boolean) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
setExtra(Object) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
Stores auxiliary information within this rule.
setExtra(Object) - Method in class de.up.ling.irtg.automata.Rule
Stores auxiliary information within this rule.
setFeatures(Map<String, FeatureFunction>) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Sets the feature functions
setFeatureWeight(int, double) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Sets the weight of a specific feature function
setFeatureWeight(int, double) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Allows for setting a single entry for the feature weights.
setFeatureWeights(double[]) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Sets the array of the feature function weights
setFeatureWeights(double[]) - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Allows for the feature weights to be set externally.
setGlobalListener(ProgressListener) - Static method in class de.up.ling.irtg.util.GuiUtils
Sets the global ProgressListener.
setHandler(Handler) - Static method in class de.up.ling.irtg.util.Logging
The level of the handler is set to the current level of the logger.
setInputObjects(Map<String, Object>) - Method in class de.up.ling.irtg.corpus.Instance
 
setInterpretation(String, Set<List<String>>) - Method in class de.up.ling.irtg.util.FirstOrderModel
 
setInterpretedTreeAutomaton(InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.gui.JDerivationViewer
 
setIrtg(InterpretedTreeAutomaton) - Method in class de.up.ling.irtg.gui.JTreeAutomaton
 
setLabel(String) - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
 
setLabel(String) - Method in class de.up.ling.irtg.algebra.graph.GraphNode
 
setLoggingLevel(Level) - Static method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
 
setLogPropWeight(int, double) - Method in class de.up.ling.irtg.sampling.TreeSample
Sets the log of the proposal probability for the given entry.
setLogSumWeight(int, double) - Method in class de.up.ling.irtg.sampling.TreeSample
Sets the value of the log of the sum of the proposal probabilities for the given entry.
setLogTargetWeight(int, double) - Method in class de.up.ling.irtg.sampling.TreeSample
Sets the log of the target weight for the given entry.
setOnlyAdjustLarger(boolean) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
setOption(String, String) - Method in class de.up.ling.irtg.codec.InputCodec
 
setOptions(String) - Method in class de.up.ling.irtg.algebra.Algebra
Sets the options of the algebra implementation from a string.
SetParser - Class in de.up.ling.irtg.algebra
Parser for sets of strings and sets of tuples of strings, e.g.
SetParser(InputStream) - Constructor for class de.up.ling.irtg.algebra.SetParser
Constructor with InputStream.
SetParser(InputStream, String) - Constructor for class de.up.ling.irtg.algebra.SetParser
Constructor with InputStream and supplied encoding
SetParser(Reader) - Constructor for class de.up.ling.irtg.algebra.SetParser
Constructor.
SetParser(SetParserTokenManager) - Constructor for class de.up.ling.irtg.algebra.SetParser
Constructor with generated Token Manager.
setParsingEnabled(boolean) - Method in class de.up.ling.irtg.gui.JTreeAutomaton
 
SetPartnerFinder(int) - Constructor for class de.up.ling.irtg.siblingfinder.SiblingFinder.SetPartnerFinder
Creates a new SetPartnerFinder
setPermissive(boolean) - Method in class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
Permissiveness controls whether matching between the arity annotation and the actual arities is enforced, this method can be used to set this parameter.
setPmLogName(String) - Method in class de.up.ling.irtg.Interpretation
This method allows the user to set the name under which feedback from the pattern matching factory is logged.
setPopulationSize(int) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler.Configuration
Used to set the population size used in sampling.
setPrintSeparatorLines(boolean) - Method in class de.up.ling.irtg.corpus.CorpusWriter
 
setProgressListener(ProgressListener) - Method in class de.up.ling.irtg.codec.InputCodec
Sets the progress listener for this codec.
setRounds(int) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler.Configuration
 
setRulePrintingFilter(Predicate<Rule>) - Method in class de.up.ling.irtg.automata.TreeAutomaton
Sets a filter for printing the automaton's rules.
setRules(Collection<Rule>, int, int[]) - Method in class de.up.ling.irtg.automata.index.BinaryBottomUpRuleIndex
 
setRules(Collection<Rule>, int, int[]) - Method in class de.up.ling.irtg.automata.index.BottomUpRuleIndex
 
setRules(Collection<Rule>, int, int[]) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
setRules(Collection<Rule>, int, int[]) - Method in class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
setSecondaryLex(String) - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
setSeeds(LongSupplier) - Method in class de.up.ling.irtg.sampling.AdaptiveImportanceSampler.Configuration
Used to configure the seeds used to initialize the sampler.
setSkipFail() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Enables the skip-fail filter for printing the automaton's rules.
setSource(String) - Method in class de.up.ling.irtg.corpus.Corpus
This sets a value for the source of the corpus.
setStateDiscoveryListener(IntersectionAutomaton.StateDiscoveryListener) - Method in class de.up.ling.irtg.automata.IntersectionAutomaton
The listener will be informed whenever a new state is visited for the first time.
setStoring(boolean) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
setStoring(boolean) - Method in class de.up.ling.irtg.automata.TreeAutomaton
sets whether storeRule actually stores the rule or does nothing.
setTracePredicate(Predicate<String>) - Method in class de.up.ling.irtg.codec.tag.TagGrammar
Set a predicate which checks whether a leaf is a trace.
setTrustingMode(boolean) - Method in class de.up.ling.irtg.signature.Interner
Switches the interner to "trusting mode".
setUp() - Static method in class de.up.ling.irtg.util.Logging
* Set up logging **
setURI(String) - Method in class de.up.ling.irtg.util.JHyperlink
 
setUseTopDownAutomaton(boolean) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Sets whether this algebra uses top-down or bottom-up decomposition automata.
setValue(boolean) - Method in class de.up.ling.irtg.util.MutableBoolean
 
setValue(double) - Method in class de.up.ling.irtg.util.MutableDouble
 
setValue(int) - Method in class de.up.ling.irtg.util.MutableInteger
Changes the value to one given.
setValueCounter(ToLongFunction<E>) - Method in class de.up.ling.irtg.automata.IntTrie
The value counter is used to map entries in the try into longs, which can then be added up to get some summary statistics.
setView(String) - Method in class de.up.ling.irtg.gui.JDerivationViewer
 
setVisible(boolean) - Method in class de.up.ling.irtg.gui.JLanguageViewer
 
setVisible(boolean) - Method in class de.up.ling.irtg.gui.JTreeAutomaton
 
setVisible(boolean) - Method in class de.up.ling.irtg.gui.JVisualizationViewer
 
setWeight(double) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
setWeight(double) - Method in class de.up.ling.irtg.automata.Rule
 
SGraph - Class in de.up.ling.irtg.algebra.graph
An s-graph, in the sense of Courcelle & Engelfriet 2012.
SGraph() - Constructor for class de.up.ling.irtg.algebra.graph.SGraph
Creates an empty s-graph.
SgraphAmrOutputCodec - Class in de.up.ling.irtg.codec
Encodes an s-graph as an AMR in the style of the ISI AMR-banks.
SgraphAmrOutputCodec() - Constructor for class de.up.ling.irtg.codec.SgraphAmrOutputCodec
 
SgraphAmrWithSourcesOutputCodec - Class in de.up.ling.irtg.codec
Encodes an s-graph as an AMR in the style of the ISI AMR-banks, and also prints source names.
SgraphAmrWithSourcesOutputCodec() - Constructor for class de.up.ling.irtg.codec.SgraphAmrWithSourcesOutputCodec
 
SGraphBRDecompositionAutomatonBottomUp - Class in de.up.ling.irtg.algebra.graph
A bottom-up decomposition automaton for the s-graph algebra, using BoundaryRepresentations as states.
SGraphBRDecompositionAutomatonBottomUp(SGraph, GraphAlgebra) - Constructor for class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
Initializes a decomposition automaton for completeGraph with respect to algebra.
SGraphBRDecompositionAutomatonTopDown - Class in de.up.ling.irtg.algebra.graph
A top-down decomposition automaton for the s-graph algebra, using SComponentRepresentations as states.
SGraphBRDecompositionAutomatonTopDown(SGraph, GraphAlgebra) - Constructor for class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
Initializes a decomposition automaton for completeGraph with respect to algebra.
SGraphDrawer - Class in de.up.ling.irtg.algebra.graph
A tool for drawing an s-graph into a Swing component.
SGraphDrawer() - Constructor for class de.up.ling.irtg.algebra.graph.SGraphDrawer
 
SGraphInputCodec - Class in de.up.ling.irtg.codec
Input codec corresponding to the default SGraph#toString method.
SGraphInputCodec() - Constructor for class de.up.ling.irtg.codec.SGraphInputCodec
 
SGraphParsingEvaluation - Class in de.up.ling.irtg.script
Helper class to evaluate parsing performance in the s-graph algebra.
SGraphParsingEvaluation() - Constructor for class de.up.ling.irtg.script.SGraphParsingEvaluation
 
showDecompositionDialog(Frame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
showError(Component, String) - Static method in class de.up.ling.irtg.util.GuiUtils
 
showError(Throwable) - Static method in class de.up.ling.irtg.util.GuiUtils
 
showForm(Frame, List<String>, List<Boolean>) - Static method in class de.up.ling.irtg.gui.JInputForm
 
showVisualizationDialog(Frame) - Static method in class de.up.ling.irtg.gui.GuiMain
 
SiblingFinder - Class in de.up.ling.irtg.siblingfinder
Implementation of the sibling finders discussed in Groschwitz et al.
SiblingFinder(int) - Constructor for class de.up.ling.irtg.siblingfinder.SiblingFinder
Creates a new sibling finder for an operation with given arity.
SiblingFinder.SetPartnerFinder - Class in de.up.ling.irtg.siblingfinder
Trivial and inefficient implementation, that has no indexing and simply returns all previous seen states as possible partners.
SiblingFinderCoarserstParser - Class in de.up.ling.irtg.automata.coarse_to_fine
 
SiblingFinderCoarserstParser(RuleRefinementTree, Homomorphism, TreeAutomaton) - Constructor for class de.up.ling.irtg.automata.coarse_to_fine.SiblingFinderCoarserstParser
 
SiblingFinderIntersection<LeftState,RightState> - Class in de.up.ling.irtg.siblingfinder
 
SiblingFinderIntersection(TreeAutomaton<LeftState>, SiblingFinderInvhom<RightState>) - Constructor for class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
SiblingFinderInvhom<State> - Class in de.up.ling.irtg.siblingfinder
 
SiblingFinderInvhom(TreeAutomaton<State>, Homomorphism) - Constructor for class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
 
sig(Map<String, Integer>) - Static method in class de.up.ling.irtg.util.TestingTools
 
Signature - Class in de.up.ling.irtg.signature
A ranked signature of symbols.
Signature() - Constructor for class de.up.ling.irtg.signature.Signature
This creates a new, empty signature.
SignatureMapper - Class in de.up.ling.irtg.signature
A mapping between the symbol IDs of two interners.
SignatureMapper(Interner, Interner) - Constructor for class de.up.ling.irtg.signature.SignatureMapper
Creates a new mapper for the two given interners.
SingletonAutomaton - Class in de.up.ling.irtg.automata
A tree automaton that accepts a single, given tree.
SingletonAutomaton(Tree<String>, Signature) - Constructor for class de.up.ling.irtg.automata.SingletonAutomaton
 
SingletonAutomaton(Tree<String>) - Constructor for class de.up.ling.irtg.automata.SingletonAutomaton
 
size() - Method in class de.up.ling.irtg.automata.language_iteration.SortedList
 
size() - Method in class de.up.ling.irtg.util.ArrayInt2DoubleMap
 
size() - Method in class de.up.ling.irtg.util.ArrayInt2IntMap
 
size() - Method in class de.up.ling.irtg.util.ArrayInt2ObjectMap
 
size() - Method in class de.up.ling.irtg.util.ArrayMap
 
SkipFailRulesFilter - Class in de.up.ling.irtg.automata
 
SkipFailRulesFilter(TreeAutomaton) - Constructor for class de.up.ling.irtg.automata.SkipFailRulesFilter
 
smatch(SGraph, SGraph) - Static method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Computes the smatch score of the two given graphs.
smatch(Object[], Object[]) - Static method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Computes the smatch score of the two given arrays of graphs.
sort(Comparator<Instance>) - Method in class de.up.ling.irtg.corpus.Corpus
Re-orders the instances in this corpus according to the order induced by the comparator.
SortedLanguageIterator<State> - Class in de.up.ling.irtg.automata.language_iteration
An iterator for the tree language of an automaton, sorted by descending weight.
SortedLanguageIterator(TreeAutomaton<State>) - Constructor for class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
 
SortedLanguageIterator(TreeAutomaton<State>, RuleRefiner, ItemEvaluator) - Constructor for class de.up.ling.irtg.automata.language_iteration.SortedLanguageIterator
 
sortedLanguageIterator() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Returns an iterator over the weighted language of this automaton.
SortedList<E extends Comparable> - Class in de.up.ling.irtg.automata.language_iteration
A list that is kept sorted.
SortedList() - Constructor for class de.up.ling.irtg.automata.language_iteration.SortedList
 
Span(int, int) - Constructor for class de.up.ling.irtg.algebra.StringAlgebra.Span
Creates a new instance with the given start and end.
SPECIAL_STAR - Static variable in class de.up.ling.irtg.algebra.StringAlgebra
A special symbol in the algebra that represents a terminal "*" which we cannot represent directly, it is interpreted as [*].
ss(String) - Static method in class de.up.ling.irtg.util.TestingTools
 
STAR - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
STAR() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ExternalMarkerContext
 
STAR - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
start - Variable in class de.up.ling.irtg.algebra.StringAlgebra.Span
These two values represent the start and the end of the span.
START_WATCH_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
startElement(String, String, String, Attributes) - Method in class de.up.ling.irtg.script.AmrbankReader
 
startExperiment(int, String, String, Map<String, String>, List<String>) - Method in class de.up.ling.irtg.laboratory.JsonResultManagerFactory
 
startsymbol() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.PcfgContext
 
startsymbol() - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
StartsymbolContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser.StartsymbolContext
 
State() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
STATE - Static variable in class de.up.ling.irtg.automata.UniversalAutomaton
 
state() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
state() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
state(int) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.FtaContext
 
state() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
state() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.State_listContext
 
state(int) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.State_listContext
 
state() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
state() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
state() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.State_listContext
 
state(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.State_listContext
 
state() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
state() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
state() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.State_listContext
 
state(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.State_listContext
 
state() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
state() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
state(int) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.FtaContext
 
state() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
state() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.State_listContext
 
state(int) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.State_listContext
 
state() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
state() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
state() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.State_listContext
 
state(int) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.State_listContext
 
state_list() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
state_list() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
state_list() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
state_list() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTRUCTOR_FEATUREContext
 
state_list() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
state_list() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
state_list() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
state_list() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTRUCTOR_FEATUREContext
 
state_list() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
state_list() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
state_list() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
state_list() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
state_list() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
state_list() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
State_listContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.State_listContext
 
State_listContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.State_listContext
 
State_listContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.State_listContext
 
State_listContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.State_listContext
 
State_listContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.State_listContext
 
StateContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.StateContext
 
StateContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.StateContext
 
StateContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.StateContext
 
StateContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.StateContext
 
StateContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.StateContext
 
StateList() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
StatewiseHistogramPruningPolicy - Class in de.up.ling.irtg.automata.pruning
 
StatewiseHistogramPruningPolicy(FOM, int) - Constructor for class de.up.ling.irtg.automata.pruning.StatewiseHistogramPruningPolicy
 
STATIC_FEATUREContext(IrtgParser.Feature_declContext) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.STATIC_FEATUREContext
 
STATIC_FEATUREContext(TemplateIrtgParser.Feature_declContext) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.STATIC_FEATUREContext
 
step(int) - Method in class de.up.ling.irtg.automata.IntTrie
Obtais the subtrie reached with the given key.
STOP_WATCH_CODE - Static variable in class de.up.ling.irtg.laboratory.Program
 
storeRuleBottomUp(Rule) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
storeRuleTopDown(Rule) - Method in class de.up.ling.irtg.automata.index.RuleStore
 
stream(Iterable<T>) - Static method in class de.up.ling.irtg.util.Util
 
StringAlgebra - Class in de.up.ling.irtg.algebra
The binary string algebra.
StringAlgebra() - Constructor for class de.up.ling.irtg.algebra.StringAlgebra
Creates a new instance with a new signature.
StringAlgebra.Span - Class in de.up.ling.irtg.algebra
This class is used to represent a sub-span of an input string via its beginning and end index.
StringAlgebraSeed - Class in de.up.ling.irtg.binarization
A regular seed for binarizing the WideStringAlgebra into the StringAlgebra.
StringAlgebraSeed() - Constructor for class de.up.ling.irtg.binarization.StringAlgebraSeed
This is only for technical reasons; don't use this constructor! Use #StringAlgebraSeed(de.up.ling.irtg.signature.Signature, java.lang.String) instead.
StringAlgebraSeed(Algebra, Algebra) - Constructor for class de.up.ling.irtg.binarization.StringAlgebraSeed
 
StringAlgebraSeed.OneSymbolAutomaton - Class in de.up.ling.irtg.binarization
 
StringCodec - Interface in de.up.ling.irtg.io
 
StringOperation(String) - Constructor for class de.up.ling.irtg.laboratory.Operation.StringOperation
s will be the returned string.
stripArities(Tree<String>) - Static method in class de.up.ling.irtg.algebra.TreeWithAritiesAlgebra
Removes arity annotations from the labels of the given tree.
stripExtension(String) - Static method in class de.up.ling.irtg.util.Util
 
stripOuterChars(String) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Removes the first and last character from a string.
substitute(Label) - Method in class de.up.ling.irtg.automata.LeafToStateSubstitution
 
sumLists(Object[]) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
The input list must be a list of DoubleList entries, each of equal size -- if that is the case, returns a DoubleList with i-th entry the sum of the i-th entries of the input lists.
supportsBottomUpQueries() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
supportsBottomUpQueries() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
 
supportsBottomUpQueries() - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
supportsBottomUpQueries() - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
supportsBottomUpQueries() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
supportsTopDownQueries() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
supportsTopDownQueries() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonTopDown
 
supportsTopDownQueries() - Method in class de.up.ling.irtg.automata.condensed.CondensedNondeletingInverseHomAutomaton
 
supportsTopDownQueries() - Method in class de.up.ling.irtg.automata.NondeletingInverseHomAutomaton
 
supportsTopDownQueries() - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
swapSources(String, String) - Method in class de.up.ling.irtg.algebra.graph.SGraph
 

T

t(String, Supplier<E>) - Method in class de.up.ling.irtg.util.LambdaStopwatch
 
tableChanged(TableModelEvent) - Method in class de.up.ling.irtg.gui.TableColumnAdjuster
 
TableColumnAdjuster - Class in de.up.ling.irtg.gui
 
TableColumnAdjuster(JTable) - Constructor for class de.up.ling.irtg.gui.TableColumnAdjuster
 
TableColumnAdjuster(JTable, int) - Constructor for class de.up.ling.irtg.gui.TableColumnAdjuster
 
TagDecompositionAutomaton(List<String>) - Constructor for class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
Constructs an instance which contains all possible terms for the given sequence of words.
TagGrammar - Class in de.up.ling.irtg.codec.tag
 
TagGrammar() - Constructor for class de.up.ling.irtg.codec.tag.TagGrammar
 
TagStringAlgebra - Class in de.up.ling.irtg.algebra
A string algebra for TAG.
TagStringAlgebra() - Constructor for class de.up.ling.irtg.algebra.TagStringAlgebra
Creates a new instance with a new signature and containing all the basic TAG operations.
TagStringAlgebra.Operation - Enum in de.up.ling.irtg.algebra
This enumerable represents the different operations used by the algebra.
TagStringAlgebra.TagDecompositionAutomaton - Class in de.up.ling.irtg.algebra
An automaton that represents all possible terms in a given TAG algebra which evaluate to a fixed sequence of words.
TagTreeAlgebra - Class in de.up.ling.irtg.algebra
An algebra for TAG derived trees.
TagTreeAlgebra() - Constructor for class de.up.ling.irtg.algebra.TagTreeAlgebra
Creates a new instance with a new algebra and with two labels already added.
TagTreeWithAritiesAlgebra - Class in de.up.ling.irtg.algebra
Extends the TagTreeAlgebra with arity annotation.
TagTreeWithAritiesAlgebra() - Constructor for class de.up.ling.irtg.algebra.TagTreeWithAritiesAlgebra
 
template_irtg() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
template_irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
template_irtg_rule() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
template_irtg_rule(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
Template_irtg_ruleContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtg_ruleContext
 
Template_irtgContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Template_irtgContext
 
TemplateInterpretedTreeAutomaton - Class in de.up.ling.irtg
A template IRTG.
TemplateInterpretedTreeAutomaton() - Constructor for class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
Constructs an empty template IRTG.
TemplateInterpretedTreeAutomaton.AtomicGuard - Class in de.up.ling.irtg
 
TemplateInterpretedTreeAutomaton.ConjGuard - Class in de.up.ling.irtg
 
TemplateInterpretedTreeAutomaton.Guard - Interface in de.up.ling.irtg
 
TemplateInterpretedTreeAutomaton.TemplateRule - Class in de.up.ling.irtg
This class represents a template for a rule, from which multiple concrete rules can be instantiated.
TemplateInterpretedTreeAutomaton.TopGuard - Class in de.up.ling.irtg
 
TemplateIrtgBaseListener - Class in de.up.ling.irtg.codec.template_irtg
This class provides an empty implementation of TemplateIrtgListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
TemplateIrtgBaseListener() - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
 
TemplateIrtgInputCodec - Class in de.up.ling.irtg.codec
An input codec for template IRTGs.
TemplateIrtgInputCodec() - Constructor for class de.up.ling.irtg.codec.TemplateIrtgInputCodec
 
TemplateIrtgLexer - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
TemplateIrtgListener - Interface in de.up.ling.irtg.codec.template_irtg
This interface defines a complete listener for a parse tree produced by TemplateIrtgParser.
TemplateIrtgParser - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
TemplateIrtgParser.Atomic_guard_conditionContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Atomic_or_bracketed_guard_conditionContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Auto_ruleContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Conjunctive_guard_conditionContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.CONSTANT_TERMContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.CONSTRUCTOR_FEATUREContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Feature_declContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Guard_conditionContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.GuardContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Guarded_irtg_ruleContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Hom_ruleContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Interpretation_declContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Irtg_ruleContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Name_listContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.NameContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.QUOTEDContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.RAWContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.State_listContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.StateContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.STATIC_FEATUREContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Template_irtg_ruleContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.Template_irtgContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.TermContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.VARIABLE_TERMContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.VariableContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateIrtgParser.WeightContext - Class in de.up.ling.irtg.codec.template_irtg
 
TemplateRule() - Constructor for class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
Constructs a new instance, with all the members set to default (empty) values.
term() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.ChildContext
 
term() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
term() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
term() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTANT_TERMContext
 
term(int) - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.CONSTANT_TERMContext
 
term() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Hom_ruleContext
 
term() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
term() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Atomic_guard_conditionContext
 
term() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTANT_TERMContext
 
term(int) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.CONSTANT_TERMContext
 
term() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Hom_ruleContext
 
term() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
TermContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
TermContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.TermContext
 
TermContext() - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.TermContext
 
TermContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.TermContext
 
TermContext() - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.TermContext
 
termCount - Static variable in class de.up.ling.irtg.script.SGraphParsingEvaluation
 
TestingTools - Class in de.up.ling.irtg.util
 
TestingTools() - Constructor for class de.up.ling.irtg.util.TestingTools
 
TestingTools.MultiplyMapItemEvaluator - Class in de.up.ling.irtg.util
 
TextInputDialog - Class in de.up.ling.irtg.util
 
TextInputDialog(Frame, boolean) - Constructor for class de.up.ling.irtg.util.TextInputDialog
Creates new form TextInputDialog
THRESHOLD_1P - Static variable in class de.up.ling.irtg.util.LogSpaceOperations
A threshold for considering a number x close enough to 0 to use the approximation that Math.log(1.0+x) is approximately x.
TiburonTreeAutomatonBaseListener - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
This class provides an empty implementation of TiburonTreeAutomatonListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
TiburonTreeAutomatonBaseListener() - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
 
TiburonTreeAutomatonInputCodec - Class in de.up.ling.irtg.codec
A codec for reading weighted tree automata in the format used by the Tiburon toolkit, a tool for working with tree automata from ISI.
TiburonTreeAutomatonInputCodec() - Constructor for class de.up.ling.irtg.codec.TiburonTreeAutomatonInputCodec
 
TiburonTreeAutomatonLexer - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
TiburonTreeAutomatonListener - Interface in de.up.ling.irtg.codec.tiburon_treeautomaton
This interface defines a complete listener for a parse tree produced by TiburonTreeAutomatonParser.
TiburonTreeAutomatonParser - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
TiburonTreeAutomatonParser.Auto_ruleContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.FtaContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.NameContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.QUOTEDContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.RAWContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.State_listContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.StateContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TiburonTreeAutomatonParser.WeightContext - Class in de.up.ling.irtg.codec.tiburon_treeautomaton
 
TikzQtreeOutputCodec - Class in de.up.ling.irtg.codec
An output codec that encodes Tree objects as Latex code, using the the tikz-qtree package.
TikzQtreeOutputCodec() - Constructor for class de.up.ling.irtg.codec.TikzQtreeOutputCodec
 
TikzSgraphOutputCodec - Class in de.up.ling.irtg.codec
An output codec that encodes s-graphs as Latex code, using the TikZ package.
TikzSgraphOutputCodec() - Constructor for class de.up.ling.irtg.codec.TikzSgraphOutputCodec
 
toIrtg() - Method in class de.up.ling.irtg.codec.tag.TagGrammar
 
toIsiAmrString() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a string representation of this s-graph in the format of the ISI AMR-Bank.
token - Variable in class de.up.ling.irtg.algebra.SetParser
Current token.
token - Variable in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Current token.
token - Variable in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Current token.
token() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
 
TOKEN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
TOKEN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedCommandContext
 
TOKEN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.DottedExprContext
 
TOKEN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.ExprContext
 
TOKEN() - Method in class de.up.ling.irtg.laboratory.DottedCommandParser.InterpretationContext
 
TOKEN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
token_source - Variable in class de.up.ling.irtg.algebra.SetParser
Generated Token Manager.
token_source - Variable in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
Generated Token Manager.
token_source - Variable in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
Generated Token Manager.
tokenImage - Variable in exception de.up.ling.irtg.algebra.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception de.up.ling.irtg.automata.condensed.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception de.up.ling.irtg.codec.isiamr.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenList() - Method in class de.up.ling.irtg.codec.isiamr.IsiAmrParser
 
tokenNames - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
Deprecated.
tokenNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
Deprecated.
toMilliseconds(String, String...) - Method in class de.up.ling.irtg.util.CpuTimeStopwatch
 
TOP - Static variable in class de.up.ling.irtg.util.FirstOrderModel
 
TopDownRuleIndex - Interface in de.up.ling.irtg.automata.index
Generic interface for a data structure representing a top-down index of the rules of a tree automaton.
TopGuard() - Constructor for class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TopGuard
 
toString() - Method in class de.up.ling.irtg.algebra.graph.BoundaryRepresentation
 
toString() - Method in class de.up.ling.irtg.algebra.graph.GraphEdge
 
toString() - Method in class de.up.ling.irtg.algebra.graph.GraphNode
Returns the node's label.
toString(GraphInfo) - Method in class de.up.ling.irtg.algebra.graph.SComponent
Returns a string representing this component with node and edge names.
toString() - Method in class de.up.ling.irtg.algebra.graph.SComponent
 
toString() - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
 
toString() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a string representation of this s-graph.
toString() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
toString() - Method in exception de.up.ling.irtg.algebra.SetAlgebra.NoModelException
 
toString() - Method in class de.up.ling.irtg.algebra.StringAlgebra.Span
 
toString(TreeAutomaton<String>) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementNode
 
toString(TreeAutomaton) - Method in class de.up.ling.irtg.automata.coarse_to_fine.RuleRefinementTree
 
toString() - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
toString(CondensedTreeAutomaton) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
toString(CondensedTreeAutomaton, Predicate<String>) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
toString(CondensedTreeAutomaton, boolean, Predicate<String>) - Method in class de.up.ling.irtg.automata.condensed.CondensedRule
 
toString() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
Returns a graphic representation of this Automaton that shows the actual CondensedRules
toString() - Method in class de.up.ling.irtg.automata.index.BinaryBottomUpRuleIndex
 
toString() - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
toString() - Method in class de.up.ling.irtg.automata.IntTrie
 
toString() - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
toString(TreeAutomaton) - Method in class de.up.ling.irtg.automata.language_iteration.EvaluatedItem
 
toString() - Method in class de.up.ling.irtg.automata.language_iteration.SortedList
 
toString() - Method in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
toString() - Method in class de.up.ling.irtg.automata.Rule
 
toString(TreeAutomaton) - Method in class de.up.ling.irtg.automata.Rule
 
toString(TreeAutomaton, boolean) - Method in class de.up.ling.irtg.automata.Rule
 
toString() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes a string representation of this automaton.
toString() - Method in class de.up.ling.irtg.automata.WeightedTree
 
toString(Signature) - Method in class de.up.ling.irtg.automata.WeightedTree
 
toString() - Method in class de.up.ling.irtg.codec.tag.ElementaryTree
 
toString() - Method in class de.up.ling.irtg.codec.tag.LexiconEntry
 
toString() - Method in class de.up.ling.irtg.codec.tag.TagGrammar
 
toString() - Method in class de.up.ling.irtg.corpus.Instance
 
toString(TreeAutomaton) - Method in class de.up.ling.irtg.corpus.Instance
 
toString() - Method in enum de.up.ling.irtg.gui.JParsingDialog.Algorithm
 
toString() - Method in enum de.up.ling.irtg.gui.JParsingDialog.Filtering
 
toString() - Method in class de.up.ling.irtg.hom.Homomorphism
 
toString() - Method in class de.up.ling.irtg.hom.HomomorphismSymbol
 
toString() - Method in class de.up.ling.irtg.Interpretation
Returns a string containing the algebra class and homomorphism used by this interpretation.
toString() - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Returns a string representation of the IRTG.
toString() - Method in class de.up.ling.irtg.laboratory.Operation.ConstructorOperation
 
toString() - Method in class de.up.ling.irtg.laboratory.Operation.LookupVariableOperation
 
toString() - Method in class de.up.ling.irtg.laboratory.Operation.MethodOperation
 
toString() - Method in class de.up.ling.irtg.laboratory.Operation.NullOperation
 
toString() - Method in class de.up.ling.irtg.laboratory.Operation.PrimitiveTypeOperation
 
toString() - Method in class de.up.ling.irtg.laboratory.Operation.StringOperation
 
toString() - Method in class de.up.ling.irtg.maxent.ChildOfFeature
 
toString() - Method in class de.up.ling.irtg.maxent.FeatureFunction
 
toString() - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Returns a string representing the object and its elements
toString() - Method in class de.up.ling.irtg.maxent.RuleNameFeature
 
toString() - Method in class de.up.ling.irtg.sampling.TreeSample
 
toString() - Method in class de.up.ling.irtg.siblingfinder.SiblingFinder.SetPartnerFinder
 
toString() - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderIntersection
 
toString() - Method in class de.up.ling.irtg.siblingfinder.SiblingFinderInvhom
 
toString() - Method in class de.up.ling.irtg.signature.IdentitySignatureMapper
 
toString() - Method in class de.up.ling.irtg.signature.Interner
 
toString() - Method in class de.up.ling.irtg.signature.Signature
 
toString() - Method in class de.up.ling.irtg.signature.SignatureMapper
 
toString() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.AtomicGuard
 
toString() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.ConjGuard
 
toString() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
toString() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TopGuard
 
toString() - Method in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton
 
toString() - Method in class de.up.ling.irtg.util.Either
 
toString() - Method in class de.up.ling.irtg.util.IntInt2DoubleMap
 
toString() - Method in class de.up.ling.irtg.util.IntInt2IntMap
 
toString() - Method in class de.up.ling.irtg.util.MutableInteger
 
toStringBottomUp() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes a string representation of this automaton, bottom-up.
toStringCondensed() - Method in class de.up.ling.irtg.hom.Homomorphism
 
toStringFull() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomaton
Returns a string representation of this condensed automaton with all the individual rules spelled out.
ToStringOutputCodec - Class in de.up.ling.irtg.codec
An output codec that encodes arbitrary objects by simply calling their Object.toString() method.
ToStringOutputCodec() - Constructor for class de.up.ling.irtg.codec.ToStringOutputCodec
 
toStringTree(Tree<HomomorphismSymbol>, Signature) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
Converts a tree of HomomorphismSymbols into a tree of string labels.
trainEM(Corpus) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs expectation maximization (EM) training of this (weighted) IRTG using the given corpus.
trainEM(Corpus, ProgressListener) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs expectation maximization (EM) training of this (weighted) IRTG using the given corpus and gives progress information to the passed progress listener.
trainEM(Corpus, int, double, ProgressListener) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs expectation maximization (EM) training of this (weighted) IRTG using the given corpus and gives progress information to the passed progress listener.
trainMaxent(Corpus) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
 
trainMaxent(Corpus, ProgressListener) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Trains the weights for the rules according to the training data.
trainML(Corpus) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs maximum likelihood training of this (weighted) IRTG using the given annotated corpus.
trainVB(Corpus) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs Variational Bayes (VB) training of this (weighted) IRTG using the given corpus.
trainVB(Corpus, ProgressListener) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs Variational Bayes (VB) training of this (weighted) IRTG using the given corpus.
trainVB(Corpus, int, double, ProgressListener) - Method in class de.up.ling.irtg.InterpretedTreeAutomaton
Performs Variational Bayes (VB) training of this (weighted) IRTG using the given corpus.
tree() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
tree(int) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.CorpusContext
 
tree() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
tree() - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
tree(int) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
TreeAlgebra - Class in de.up.ling.irtg.algebra
The tree algebra.
TreeAlgebra() - Constructor for class de.up.ling.irtg.algebra.TreeAlgebra
 
TreeAutomaton<State> - Class in de.up.ling.irtg.automata
A finite tree automaton.
TreeAutomaton(Signature) - Constructor for class de.up.ling.irtg.automata.TreeAutomaton
 
TreeAutomaton.BottomUpStateVisitor - Interface in de.up.ling.irtg.automata
 
TreeAutomatonAnnotator - Interface in de.up.ling.irtg.gui
 
TreeAutomatonBaseListener - Class in de.up.ling.irtg.codec.treeautomaton
This class provides an empty implementation of TreeAutomatonListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
TreeAutomatonBaseListener() - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
 
TreeAutomatonInputCodec - Class in de.up.ling.irtg.codec
An input codec that reads a top-down tree automaton.
TreeAutomatonInputCodec() - Constructor for class de.up.ling.irtg.codec.TreeAutomatonInputCodec
 
TreeAutomatonLexer - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonLexer(CharStream) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
TreeAutomatonListener - Interface in de.up.ling.irtg.codec.treeautomaton
This interface defines a complete listener for a parse tree produced by TreeAutomatonParser.
TreeAutomatonParser - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser(TokenStream) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
TreeAutomatonParser.Auto_ruleContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.FtaContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.NameContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.QUOTEDContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.RAWContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.State_listContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.StateContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeAutomatonParser.WeightContext - Class in de.up.ling.irtg.codec.treeautomaton
 
TreeCombiningItemEvaluator - Class in de.up.ling.irtg.automata.language_iteration
 
TreeCombiningItemEvaluator() - Constructor for class de.up.ling.irtg.automata.language_iteration.TreeCombiningItemEvaluator
 
TreeContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser.TreeContext
 
treeFromNames(Tree<String>, Signature) - Static method in class de.up.ling.irtg.hom.HomomorphismSymbol
Converts a tree of string labels into a tree of HomomorphismSymbols.
TreeSample<Type> - Class in de.up.ling.irtg.sampling
Represents all the trees drawn in a round of importance sampling along with the necessary weights.
TreeSample() - Constructor for class de.up.ling.irtg.sampling.TreeSample
 
TreeWithAritiesAlgebra - Class in de.up.ling.irtg.algebra
A tree algebra in which the operation symbols are marked with their arities.
TreeWithAritiesAlgebra() - Constructor for class de.up.ling.irtg.algebra.TreeWithAritiesAlgebra
 
TreeYieldOutputCodec - Class in de.up.ling.irtg.codec
An output codec that converts a tree to its yield string.
TreeYieldOutputCodec() - Constructor for class de.up.ling.irtg.codec.TreeYieldOutputCodec
 
TrieBottomUpRuleIndex - Class in de.up.ling.irtg.automata.index
 
TrieBottomUpRuleIndex() - Constructor for class de.up.ling.irtg.automata.index.TrieBottomUpRuleIndex
 
tuple() - Method in class de.up.ling.irtg.algebra.SetParser
 
tuple - Variable in class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
TupleIterator<T> - Class in de.up.ling.irtg.util
Iterates over all combinations of items from the given Iterables.
TupleIterator(Iterable[], T...) - Constructor for class de.up.ling.irtg.util.TupleIterator
Construct a new instance, will use the possible container to hold return values, if it has the correct size.

U

UnevaluatedItem - Class in de.up.ling.irtg.automata.language_iteration
The unevaluated item specifies that we should attempt to build a tree for the given rule by combining the i1-best tree for the first child state, the i2-best tree for the second child state, etc.
UnevaluatedItem(List<Integer>) - Constructor for class de.up.ling.irtg.automata.language_iteration.UnevaluatedItem
 
UniversalAutomaton - Class in de.up.ling.irtg.automata
A tree automaton that accepts all terms over the given signature.
UniversalAutomaton(Signature) - Constructor for class de.up.ling.irtg.automata.UniversalAutomaton
 
update(long, long, String) - Method in class de.up.ling.irtg.util.ConsoleProgressBar
 
useBytes() - Method in class de.up.ling.irtg.algebra.graph.GraphInfo
describes whether we should use shorts or bytes to represent edges and vertices (depends purely on graph size).
useCachedRule(int, int) - Method in class de.up.ling.irtg.automata.index.MapTopDownIndex
 
useCachedRule(int, int) - Method in interface de.up.ling.irtg.automata.index.TopDownRuleIndex
Checks whether top-down rules for this parent state and label should be looked up in this index.
useCachedRuleBottomUp(int, int[]) - Method in class de.up.ling.irtg.automata.index.RuleStore
Checks whether the cache contains a bottom-up rule for the given parent label and children states.
useCachedRuleTopDown(int, int) - Method in class de.up.ling.irtg.automata.index.RuleStore
Checks whether the cache contains a top-down rule for the given parent label and state.
useSiblingFinder() - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
 
useSiblingFinder() - Method in class de.up.ling.irtg.algebra.TagStringAlgebra.TagDecompositionAutomaton
 
useSiblingFinder() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Algorithms such as invhom check this function to decide whether their sibling finder variant should be used or not.
usesTopDownAutomaton() - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Describes whether this algebra uses top-down or bottom-up decomposition automata.
UtfStringCodec - Class in de.up.ling.irtg.io
 
UtfStringCodec(ObjectInputStream) - Constructor for class de.up.ling.irtg.io.UtfStringCodec
 
UtfStringCodec(ObjectOutputStream) - Constructor for class de.up.ling.irtg.io.UtfStringCodec
 
Util - Class in de.up.ling.irtg.util
 
Util() - Constructor for class de.up.ling.irtg.util.Util
 
Util.BottomUpTreeVisitor<L,V> - Interface in de.up.ling.irtg.util
 

V

v(String) - Method in class de.up.ling.irtg.hom.Homomorphism
 
validate(String, String) - Method in class de.up.ling.irtg.script.PennTreebankConverter.BinarizationStyleValidator
 
ValueAndTimeConsumer<E> - Interface in de.up.ling.irtg.util
 
valueOf(String) - Static method in enum de.up.ling.irtg.algebra.TagStringAlgebra.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.up.ling.irtg.codec.tag.ElementaryTreeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.up.ling.irtg.codec.tag.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.up.ling.irtg.gui.JParsingDialog.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.up.ling.irtg.gui.JParsingDialog.Filtering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.up.ling.irtg.gui.JParsingDialog.Pruning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.up.ling.irtg.hom.HomomorphismSymbol.Type
Returns the enum constant of this type with the specified name.
ValueReadingException() - Constructor for exception de.up.ling.irtg.io.Cache.ValueReadingException
 
ValueReadingException(String) - Constructor for exception de.up.ling.irtg.io.Cache.ValueReadingException
 
ValueReadingException(String, Throwable) - Constructor for exception de.up.ling.irtg.io.Cache.ValueReadingException
 
ValueReadingException(Throwable) - Constructor for exception de.up.ling.irtg.io.Cache.ValueReadingException
 
ValueReadingException(String, Throwable, boolean, boolean) - Constructor for exception de.up.ling.irtg.io.Cache.ValueReadingException
 
values() - Static method in enum de.up.ling.irtg.algebra.TagStringAlgebra.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.up.ling.irtg.codec.tag.ElementaryTreeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.up.ling.irtg.codec.tag.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.up.ling.irtg.gui.JParsingDialog.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.up.ling.irtg.gui.JParsingDialog.Filtering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.up.ling.irtg.gui.JParsingDialog.Pruning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.up.ling.irtg.hom.HomomorphismSymbol.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
VARIABLE - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
variable() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
variable() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VARIABLE_TERMContext
 
VARIABLE() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.VariableContext
 
VARIABLE - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
VARIABLE - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
variable() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
variable() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VARIABLE_TERMContext
 
VARIABLE() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VariableContext
 
VARIABLE_TERMContext(IrtgParser.TermContext) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.VARIABLE_TERMContext
 
VARIABLE_TERMContext(TemplateIrtgParser.TermContext) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VARIABLE_TERMContext
 
VariableContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.VariableContext
 
VariableContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.VariableContext
 
VariableLengthNumberCodec - Class in de.up.ling.irtg.io
 
VariableLengthNumberCodec(ObjectInputStream) - Constructor for class de.up.ling.irtg.io.VariableLengthNumberCodec
 
VariableLengthNumberCodec(ObjectOutputStream) - Constructor for class de.up.ling.irtg.io.VariableLengthNumberCodec
 
VariableNotDefinedException - Exception in de.up.ling.irtg.laboratory
Thrown when a variable in a task is not given in the execution of said task.
VariableNotDefinedException(String, String) - Constructor for exception de.up.ling.irtg.laboratory.VariableNotDefinedException
 
VariableNotDefinedException(String) - Constructor for exception de.up.ling.irtg.laboratory.VariableNotDefinedException
 
variables - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
VERBOSE_ALL - Static variable in class de.up.ling.irtg.laboratory.Program
 
visit(IntList, E) - Method in interface de.up.ling.irtg.automata.IntTrie.EntryVisitor
 
visit(int, Iterable<Rule>) - Method in interface de.up.ling.irtg.automata.TreeAutomaton.BottomUpStateVisitor
 
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
visitErrorNode(ErrorNode) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.irtg.IrtgBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.ptb_tree.PtbTreeBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonBaseListener
visitTerminal(TerminalNode) - Method in class de.up.ling.irtg.laboratory.DottedCommandBaseListener
visualize(E) - Method in class de.up.ling.irtg.algebra.Algebra
Returns a Swing component that visualizes an object of this algebra.
visualize(Tree<String>) - Method in class de.up.ling.irtg.algebra.BinarizingTagTreeAlgebra
 
visualize(Tree<String>) - Method in class de.up.ling.irtg.algebra.BinarizingTagTreeWithAritiesAlgebra
 
visualize(Tree<String>) - Method in class de.up.ling.irtg.algebra.BinarizingTreeAlgebra
 
visualize(Tree<String>) - Method in class de.up.ling.irtg.algebra.BinarizingTreeWithAritiesAlgebra
 
visualize(SGraph) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Returns a Swing component that visualizes an object of this algebra.
visualize(Tree<String>) - Method in class de.up.ling.irtg.algebra.TagTreeAlgebra
 
visualize(Tree<String>) - Method in class de.up.ling.irtg.algebra.TreeAlgebra
 
VisualizeDialog - Class in de.up.ling.irtg.gui
 
VisualizeDialog(Frame, boolean) - Constructor for class de.up.ling.irtg.gui.VisualizeDialog
Creates new form DecompositionDialog
VisualizeDialog.AlgebraByClassNameComparator - Class in de.up.ling.irtg.gui
 
viterbi() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the highest-weighted tree in the language of this (weighted) automaton, using the Viterbi algorithm.
viterbiRaw() - Method in class de.up.ling.irtg.automata.TreeAutomaton
Computes the highest-weighted tree in the language of this (weighted) automaton, using the Viterbi algorithm.
ViterbiWithBackpointerSemiring - Class in de.up.ling.irtg.semiring
Viterbi with multiplications.
ViterbiWithBackpointerSemiring() - Constructor for class de.up.ling.irtg.semiring.ViterbiWithBackpointerSemiring
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
VOCABULARY - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
VOCABULARY - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 

W

Weight() - Method in class de.up.ling.irtg.automata.condensed.CondensedTreeAutomatonParser
 
weight() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
weight() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
weight() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.Auto_ruleContext
 
weight() - Method in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
weight(C, Function<C, String>) - Static method in class de.up.ling.irtg.codec.CodecUtilities
Extracts a weight from a string specifying the weight.
weight() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser.Auto_ruleContext
 
weight() - Method in class de.up.ling.irtg.codec.irtg.IrtgParser
 
weight() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.Auto_ruleContext
 
weight() - Method in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
weight() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.Auto_ruleContext
 
weight() - Method in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
weight() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.Auto_ruleContext
 
weight() - Method in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
weight - Variable in class de.up.ling.irtg.TemplateInterpretedTreeAutomaton.TemplateRule
 
WeightContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.WeightContext
 
WeightContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser.WeightContext
 
WeightContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.irtg.IrtgParser.WeightContext
 
WeightContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser.WeightContext
 
WeightContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser.WeightContext
 
WeightContext(ParserRuleContext, int) - Constructor for class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser.WeightContext
 
weightedAverageWithIntWeights(Object[], Object[]) - Static method in class de.up.ling.irtg.laboratory.BasicOperations
Computes the average of values, weighted by weights.
WeightedTree - Class in de.up.ling.irtg.automata
A tree with a weight.
WeightedTree(Tree<Integer>, double) - Constructor for class de.up.ling.irtg.automata.WeightedTree
 
WideStringAlgebra - Class in de.up.ling.irtg.algebra
A string algebra with concatenation of arbitrary width.
WideStringAlgebra() - Constructor for class de.up.ling.irtg.algebra.WideStringAlgebra
Creates a new instance.
withChart(TreeAutomaton) - Method in class de.up.ling.irtg.corpus.Instance
 
withConsoleProgressBar(int, PrintStream, ProgressBarWorker<E>) - Static method in class de.up.ling.irtg.util.GuiUtils
Execute some expensive work and track its progress with a progress bar on the console.
withDebug(Runnable) - Method in class de.up.ling.irtg.util.DebuggingWriter
 
withFreshNodenames() - Method in class de.up.ling.irtg.algebra.graph.SGraph
Returns a copy in this s-graph in which all node names have been assigned fresh names.
withLoadedUnannotatedCorpus(InterpretedTreeAutomaton, JFrame, Consumer<Corpus>) - Static method in class de.up.ling.irtg.gui.GuiMain
 
withProgressBar(Frame, String, String, ProgressBarWorker<E>, ValueAndTimeConsumer<E>) - Static method in class de.up.ling.irtg.util.GuiUtils
Execute this on the EDT.
withSelectedURL(URL, Frame, boolean, Consumer<URL>) - Static method in class de.up.ling.irtg.gui.JGrammarFromWebSelector
 
withString(String, String, Frame, boolean, Consumer<String>) - Static method in class de.up.ling.irtg.gui.JOneStringInputForm
 
WRAP(int, int) - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
This method can be used to obtain a wrapping operation.
WRAP21() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Returns the wrapping operation for pairs of strings and a string.
WRAP22() - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Returns the wrapping operation for two pairs of strings.
WrapperException(String, Throwable) - Constructor for exception de.up.ling.irtg.laboratory.Operation.WrapperException
 
WrapperException(Throwable) - Constructor for exception de.up.ling.irtg.laboratory.Operation.WrapperException
 
WrapperException(String, Throwable, boolean, boolean) - Constructor for exception de.up.ling.irtg.laboratory.Operation.WrapperException
 
write(Writer) - Method in class de.up.ling.irtg.automata.TreeAutomaton
 
write(E, OutputStream) - Method in class de.up.ling.irtg.codec.AlgebraStringRepresentationOutputCodec
 
write(InterpretedTreeAutomaton, OutputStream) - Method in class de.up.ling.irtg.codec.BinaryIrtgOutputCodec
 
write(SGraph, OutputStream) - Method in class de.up.ling.irtg.codec.BolinasGraphOutputCodec
 
write(SGraph, OutputStream) - Method in class de.up.ling.irtg.codec.GraphVizDotOutputCodec
 
write(List, OutputStream) - Method in class de.up.ling.irtg.codec.ListOutputCodec
Deprecated.
 
write(E, OutputStream) - Method in class de.up.ling.irtg.codec.OutputCodec
Writes a string representation of a given object to an output stream.
write(Tree, OutputStream) - Method in class de.up.ling.irtg.codec.PtbTreeOutputCodec
 
write(SGraph, OutputStream) - Method in class de.up.ling.irtg.codec.SgraphAmrOutputCodec
 
write(Tree, OutputStream) - Method in class de.up.ling.irtg.codec.TikzQtreeOutputCodec
 
write(SGraph, OutputStream) - Method in class de.up.ling.irtg.codec.TikzSgraphOutputCodec
 
write(Object, OutputStream) - Method in class de.up.ling.irtg.codec.ToStringOutputCodec
 
write(Tree, OutputStream) - Method in class de.up.ling.irtg.codec.TreeYieldOutputCodec
 
writeAutomatonRestricted(Writer) - Method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
Writes all rules in this decomposition automaton, with one restriction: There are no rename operations on states only reachable via rename.
writeCorpus(Corpus) - Method in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
writeDecompositionAutomata(String, Corpus, int, int, int, int, int, boolean) - Static method in class de.up.ling.irtg.algebra.graph.SGraphBRDecompositionAutomatonBottomUp
Writes the decomposition automata for all specified graphs in the corpus, with one restriction: There are no rename operations on states only reachable via rename.
writeDouble(double) - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
writeDouble(double) - Method in interface de.up.ling.irtg.io.NumberCodec
 
writeDouble(double) - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
writeIncompleteDecompositionIRTG(GraphAlgebra, SGraph, int, PrintWriter) - Static method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Writes an IRTG grammar file based on graph with nrSources many sources (named 1,..,nrSources).
writeInstance(Instance) - Method in class de.up.ling.irtg.corpus.AbstractCorpusWriter
 
writeInstance(Instance) - Method in class de.up.ling.irtg.corpus.CorpusWriter
 
writeInt(int) - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
writeInt(int) - Method in interface de.up.ling.irtg.io.NumberCodec
 
writeInt(int) - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
writeLong(long) - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
writeLong(long) - Method in interface de.up.ling.irtg.io.NumberCodec
 
writeLong(long) - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
This method only works for value >= 0.
writeOptions(Writer) - Method in class de.up.ling.irtg.algebra.Algebra
Writes the options of the current algebra object to a Writer.
writeOptions(Writer) - Method in class de.up.ling.irtg.algebra.SetAlgebra
Writes the interpretations of the atomic concepts to the given Writer.
writeRestrictedAutomaton(SGraph, Writer) - Method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Writes (nearly) all the rules in the decomposition automaton of the SGraph value (with respect to the signature in this algebra) into the Writer, and does not store the rules in memory.
writeRestrictedDecompositionAutomaton(SGraph, int, Writer) - Static method in class de.up.ling.irtg.algebra.graph.GraphAlgebra
Writes (nearly) all the rules in the decomposition automaton of the SGraph value (with respect to the incomplete decomposition algebra) into the Writer, and does not store the rules in memory.
writeSignedInt(int) - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
writeSignedInt(int) - Method in interface de.up.ling.irtg.io.NumberCodec
 
writeSignedInt(int) - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
writeSignedLong(long) - Method in class de.up.ling.irtg.io.FixedNumberCodec
 
writeSignedLong(long) - Method in interface de.up.ling.irtg.io.NumberCodec
 
writeSignedLong(long) - Method in class de.up.ling.irtg.io.VariableLengthNumberCodec
 
writeStats() - Method in class de.up.ling.irtg.algebra.graph.SComponentRepresentation
Writes statistics into componentWriter and averageLogger of SGraphParsingEvaluation.
writeString(String) - Method in interface de.up.ling.irtg.io.StringCodec
 
writeString(String) - Method in class de.up.ling.irtg.io.UtfStringCodec
 
writeWeights(Writer) - Method in class de.up.ling.irtg.maxent.MaximumEntropyIrtg
Writes the feature function weights to a writer, e.g., string or file The data will be formatted as Java properties
WS - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
WS() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
WS(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.EdgeWithChildrenContext
 
WS() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
WS(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgContext
 
WS() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
WS(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.HrgRuleContext
 
WS() - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
WS(int) - Method in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser.TermContext
 
WS - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
WS - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
WS - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
WS - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
WS - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
WS - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
WS - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
WS - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
WS - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
WS - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
WS - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
WS - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
WS - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
WS - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
WS - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 

X

XbarRuleFactory - Class in de.up.ling.irtg.binarization
 
XbarRuleFactory(InterpretedTreeAutomaton) - Constructor for class de.up.ling.irtg.binarization.XbarRuleFactory
 

Z

zero() - Method in class de.up.ling.irtg.semiring.AndOrSemiring
 
zero() - Method in class de.up.ling.irtg.semiring.DoubleArithmeticSemiring
 
zero() - Method in class de.up.ling.irtg.semiring.LongArithmeticSemiring
 
zero() - Method in interface de.up.ling.irtg.semiring.Semiring
 
zero() - Method in class de.up.ling.irtg.semiring.ViterbiWithBackpointerSemiring
 

_

_arity(Pair<E, F>) - Static method in class de.up.ling.irtg.algebra.TagStringAlgebra
Used to find out if a pair represents a string (arity 1) or a pair (arity 2).
_ATN - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
_ATN - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
_ATN - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
_ATN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
_ATN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
 
_serializedATN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
 
_serializedATN - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links

Copyright © 2017. All rights reserved.