ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.examples
Class DemoAlignMethod

java.lang.Object
  extended by org.schwiebert.abl4j.examples.DemoAlignMethod
All Implemented Interfaces:
AlignmentMethod, IConfigurable

public class DemoAlignMethod
extends Object
implements AlignmentMethod


Field Summary
static String ALIGN_SENTENCES
           
private  boolean alignSentences
           
 
Constructor Summary
DemoAlignMethod()
           
 
Method Summary
private  void align(ITree current, ITree other)
           
 void configure(PropertiesMap properties)
           
 void handleEditOperationStructure(ITreeBank tb, ITree current)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIGN_SENTENCES

public static final String ALIGN_SENTENCES
See Also:
Constant Field Values

alignSentences

private boolean alignSentences
Constructor Detail

DemoAlignMethod

public DemoAlignMethod()
Method Detail

handleEditOperationStructure

public void handleEditOperationStructure(ITreeBank tb,
                                         ITree current)
Specified by:
handleEditOperationStructure in interface AlignmentMethod

align

private void align(ITree current,
                   ITree other)

configure

public void configure(PropertiesMap properties)
               throws InvalidConfigurationException
Specified by:
configure in interface IConfigurable
Throws:
InvalidConfigurationException

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert