it.uniroma2.info.ai_nlp.LinguisticWatermark
Interface ConceptualizedLR

All Known Subinterfaces:
LRWithGlosses, TaxonomicalLR

public interface ConceptualizedLR

Author:
Armando Stellato

Method Summary
 Concept getConcept(String ConceptID)
           
 String[] getConceptLexicals(Concept c)
           
 Collection getConcepts(String lemma)
           
 

Method Detail

getConceptLexicals

String[] getConceptLexicals(Concept c)
Parameters:
c - a Concept
Returns:
the set of synonyms associated to c

getConcepts

Collection getConcepts(String lemma)
Parameters:
lemma - a linguistic expression denoting one or more concepts
Returns:
a collection of concepts which may be expressed through the given lemma

getConcept

Concept getConcept(String ConceptID)
                   throws ConceptRetrievalException
Parameters:
ConceptID - an string representation for a given concept
Returns:
the concept associated to the ConceptID identifier
Throws:
ConceptRetrievalException