Package | Description |
---|---|
de.up.ling.irtg.algebra |
Classes representing a number of useful algebras.
|
de.up.ling.irtg.algebra.graph |
The algebra of s-graphs, together with supporting classes.
|
de.up.ling.irtg.automata |
Classes for tree automata of various types.
|
de.up.ling.irtg.siblingfinder |
This contains class for sibling finder based intersection, which is used to
speed up intersection.
|
Modifier and Type | Method and Description |
---|---|
SiblingFinder |
TagStringAlgebra.TagDecompositionAutomaton.newSiblingFinder(int labelID) |
Modifier and Type | Method and Description |
---|---|
SiblingFinder |
SGraphBRDecompositionAutomatonBottomUp.newSiblingFinder(int labelID) |
Modifier and Type | Method and Description |
---|---|
SiblingFinder |
TreeAutomaton.newSiblingFinder(int labelID)
This returns an object that stores and finds possible partners for a
given state given a rule label.
|
Modifier and Type | Class and Description |
---|---|
static class |
SiblingFinder.SetPartnerFinder
Trivial and inefficient implementation, that has no indexing and simply
returns all previous seen states as possible partners.
|
Copyright © 2017. All rights reserved.