Uses of Interface
eu.monnetproject.lemon.model.Lexicon

Packages that use Lexicon
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
 

Uses of Lexicon in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Lexicon
 Lexicon LemonModel.addLexicon(URI uri, String language)
          Add a (new blank) lexicon
 

Methods in eu.monnetproject.lemon that return types with arguments of type Lexicon
 Collection<Lexicon> LemonModel.getLexica()
          Get the set of lexica contained by this model
static List<Lexicon> LemonModels.getLexicaByEntry(LemonModel model, LexicalEntry entry)
          Get the set of lexica containing a given entry
 

Methods in eu.monnetproject.lemon with parameters of type Lexicon
static LexicalEntry LemonModels.addEntryToLexicon(Lexicon lexicon, URI entryURI, String canForm, URI senseRef)
          Quickly add a lexical entry to a lexicon
static Collection<LexicalEntry> LemonModels.getEntriesAlphabetic(LemonModel model, Lexicon lexicon, int offset, int limit)
          Get all the entries in a lexicon as an alphabetic sorted list
static Map<URI,List<LexicalEntry>> LemonModels.getEntriesBySense(LemonModel model, Lexicon lexicon, int offset, int limit)
          Get entries in a lexicon mapped by the references they have
static List<LexicalEntry> LemonModels.getEntryByReference(Lexicon lexicon, URI reference)
           
 void LemonModel.importLexicon(Lexicon lexicon, LinguisticOntology lingOnto)
          Import a lexicon from another model
abstract  void LemonSerializer.moveLexicon(Lexicon lexicon, LemonModel from, LemonModel to)
          Move a lexicon from one model to another.
 void LemonModel.purgeLexicon(Lexicon lexicon, LinguisticOntology lingOnto)
          Remove a lexicon and all entries
 void LemonModel.removeLexicon(Lexicon lexicon)
          Remove a lexicon from the repository.
abstract  void LemonSerializer.writeLexicon(LemonModel model, Lexicon lexicon, LinguisticOntology lingOnto, Writer target)
          Write a single lexicon to a file
abstract  void LemonSerializer.writeLexicon(LemonModel model, Lexicon lexicon, LinguisticOntology lingOnto, Writer target, boolean xml)
          Write a single lexicon to a file
 void LemonSerializer.writeLexiconDescription(LemonModel model, Lexicon lexicon, Writer target)
          Write the description of a lexicon, i.e., only links to entries not the entries' descriptions
 

Uses of Lexicon in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Lexicon
 class LexiconImpl
          Instantiated via LemonModelImpl
 

Methods in eu.monnetproject.lemon.impl that return Lexicon
 Lexicon LemonModelImpl.addLexicon(URI uri, String language)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Lexicon
 Collection<Lexicon> LemonModelImpl.getLexica()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Lexicon
 void LemonModelImpl.importLexicon(Lexicon lxcn, LinguisticOntology lo)
           
 void LemonSerializerImpl.moveLexicon(Lexicon lexicon, LemonModel from, LemonModel to)
           
 void LemonModelImpl.purgeLexicon(Lexicon lxcn, LinguisticOntology lo)
           
 void LemonModelImpl.removeLexicon(Lexicon lexicon)
           
 void LemonSerializerImpl.writeLexicon(LemonModel model, Lexicon lexicon, LinguisticOntology lingOnto, Writer target)
           
 void LemonSerializerImpl.writeLexicon(LemonModel lm, Lexicon lxcn, LinguisticOntology lo, Writer dt, boolean xml)
           
 



Copyright © 2012. All Rights Reserved.