org.carrot2.text.suffixtree
Interface SuffixTree.IStateCallback

Enclosing class:
SuffixTree

public static interface SuffixTree.IStateCallback

A callback invoked when new states are added to the tree.


Method Summary
 void newState(int state, int position)
           
 

Method Detail

newState

void newState(int state,
              int position)


Copyright (c) Dawid Weiss, Stanislaw Osinski