- 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
-
- 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
-
- 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 - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
BoundaryRepresentation
s 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
SComponentRepresentation
s 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
-
- 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(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
-
- 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
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.bolinas_hrg.BolinasHrgParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.bottomup_treeautomaton.BottomUpTreeAutomatonParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.irtg.IrtgParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.pcfg_as_irtg.PcfgAsIrtgParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.ptb_tree.PtbTreeParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.template_irtg.TemplateIrtgParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.tiburon_treeautomaton.TiburonTreeAutomatonParser
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.codec.treeautomaton.TreeAutomatonParser
-
- tokenNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandLexer
-
- tokenNames - Static variable in class de.up.ling.irtg.laboratory.DottedCommandParser
-
- 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
-
- 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.