net.sf.extjwnl.dictionary.morph
Class Util

java.lang.Object
  extended by net.sf.extjwnl.dictionary.morph.Util

public class Util
extends Object

Utility class.

Author:
John Didion

Method Summary
static String getLemma(String[] tokens, BitSet bits, String delimiter)
           
static boolean increment(BitSet bits, int size)
           
static String[] split(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLemma

public static String getLemma(String[] tokens,
                              BitSet bits,
                              String delimiter)

increment

public static boolean increment(BitSet bits,
                                int size)

split

public static String[] split(String str)


Copyright © 2011. All Rights Reserved.