org.schwiebert.abl4j.distance
Class WFDefault
java.lang.Object
org.schwiebert.abl4j.distance.EditDistance
org.schwiebert.abl4j.distance.WagnerFisher
org.schwiebert.abl4j.distance.WFDefault
public final class WFDefault
- extends WagnerFisher
This class represents the "default" Wagner-Fisher-Algorithm
- Author:
- Menno van Zaanen (menno@ics.mq.edu.au) (original C++ Version), Jeroen Geertzen (j.geertzen@uvt.nl) (modifications in C++ Version), Stephan Schwiebert (sschwieb@spinfo.uni-koeln.de)
(Java-Implementation)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFDefault
public WFDefault(ISentence s1a,
int b1,
int e1,
ISentence s2a,
int b2,
int e2)
© 2007 Stephan Schwiebert