ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.util
Class StringMapping

java.lang.Object
  extended by org.schwiebert.abl4j.util.WordMapping<String>
      extended by org.schwiebert.abl4j.util.StringMapping
All Implemented Interfaces:
Serializable, IWordMapping<String>

public class StringMapping
extends WordMapping<String>

Default IWordMapping that can be used with Strings.

Author:
sschwieb
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
StringMapping()
           
 
Method Summary
 
Methods inherited from class org.schwiebert.abl4j.util.WordMapping
addIndexToSentence, getSentencesOfIndex, getWord, getWordIndexByObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

StringMapping

public StringMapping()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert