org.schwiebert.abl4j.align.methods
Class SuffixTreeAlignment
java.lang.Object
org.schwiebert.abl4j.align.methods.SuffixTreeAlignment
- All Implemented Interfaces:
- AlignmentMethod, IConfigurable
public class SuffixTreeAlignment
- extends Object
- implements AlignmentMethod
Will probably implement the "suffix tree"-alignment of ABL some day.
Currently, this alignment does not work!
- Author:
- sschwieb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alignType
private AlignType alignType
logger
private Logger logger
excludeEmpty
private boolean excludeEmpty
SuffixTreeAlignment
public SuffixTreeAlignment()
configure
public void configure(PropertiesMap properties)
- Specified by:
configure in interface IConfigurable
handleEditOperationStructure
public void handleEditOperationStructure(ITreeBank tb,
ITree current)
- Specified by:
handleEditOperationStructure in interface AlignmentMethod
insertConstituentRaw
private void insertConstituentRaw(ITree t,
int b,
int e,
int nt)
handleSuffixTreeStructure
private void handleSuffixTreeStructure(ITreeBank tb,
ITree current,
Suffixtree st)
insertConstituent
private void insertConstituent(ITree t,
IConstituent c)
© 2007 Stephan Schwiebert