uk.ac.gla.dcs.renaissance.nlp
Interface Tokeniser

All Known Implementing Classes:
AndyTokeniser

public interface Tokeniser

Author:
Benjamin Piwowarski

Method Summary
 Tokeniser copy()
           
 void init()
           
 List<bpiwowar.utils.IntegerPair> tokenise(String content)
           
 

Method Detail

init

void init()

copy

Tokeniser copy()

tokenise

List<bpiwowar.utils.IntegerPair> tokenise(String content)


Copyright © 2011. All Rights Reserved.