org.schwiebert.abl4j.distance
Class WFBiased
java.lang.Object
org.schwiebert.abl4j.distance.EditDistance
org.schwiebert.abl4j.distance.WagnerFisher
org.schwiebert.abl4j.distance.WFBiased
public final class WFBiased
- extends WagnerFisher
This class represents the "biased" 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 |
WFBiased
public WFBiased(ISentence s1a,
int b1,
int e1,
ISentence s2a,
int b2,
int e2)
© 2007 Stephan Schwiebert