org.apache.ctakes.dictionary.lookup.phrasebuilder
Interface PhraseBuilder

All Known Implementing Classes:
VariantPhraseBuilderImpl

public interface PhraseBuilder

Interface for building phrases from LookupToken objects.

Author:
Mayo Clinic

Method Summary
 String[] getPhrases(List lookupTokenList)
          Given a list of LookupTokens, one or more phrases are built.
 

Method Detail

getPhrases

String[] getPhrases(List lookupTokenList)
Given a list of LookupTokens, one or more phrases are built.

Parameters:
lookupTokenList - List of LookupTokens.
Returns:
One or more String phrases.


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.