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

Packages that use LexicalForm
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.liam   
eu.monnetproject.lemon.liam.impl   
eu.monnetproject.lemon.model   
 

Uses of LexicalForm in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return LexicalForm
 LexicalForm LemonFactory.makeForm()
          Deprecated. Avoid blank nodes!
 LexicalForm LemonFactory.makeForm(URI uri)
          Create a new named form
static LexicalForm LemonModels.resolveForm(LexicalEntry entry, Map<Property,Collection<PropertyValue>> properties)
           
 

Methods in eu.monnetproject.lemon with parameters of type LexicalForm
static List<LexicalEntry> LemonModels.getEntriesByForm(LemonModel model, LexicalForm form)
          Select a lexical entry by its form
 

Uses of LexicalForm in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement LexicalForm
 class FormImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return LexicalForm
 LexicalForm LexicalEntryImpl.getCanonicalForm()
           
 LexicalForm LemonFactoryImpl.makeForm()
           
 LexicalForm LemonFactoryImpl.makeForm(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type LexicalForm
 Collection<LexicalForm> LexicalEntryImpl.getAbstractForms()
           
 Collection<LexicalForm> LexicalEntryImpl.getForms()
           
 Collection<LexicalForm> FormImpl.getFormVariant(FormVariant formVariant)
           
 Map<FormVariant,Collection<LexicalForm>> FormImpl.getFormVariants()
           
 Collection<LexicalForm> LexicalEntryImpl.getOtherForms()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LexicalForm
 boolean LexicalEntryImpl.addAbstractForm(LexicalForm abstractForm)
           
 boolean LexicalEntryImpl.addForm(LexicalForm form)
           
 boolean FormImpl.addFormVariant(FormVariant formVariant, LexicalForm formVariantVal)
           
 boolean LexicalEntryImpl.addOtherForm(LexicalForm otherForm)
           
 boolean LexicalEntryImpl.removeAbstractForm(LexicalForm abstractForm)
           
 boolean LexicalEntryImpl.removeForm(LexicalForm form)
           
 boolean FormImpl.removeFormVariant(FormVariant formVariant, LexicalForm formVariantVal)
           
 boolean LexicalEntryImpl.removeOtherForm(LexicalForm otherForm)
           
 void LexicalEntryImpl.setCanonicalForm(LexicalForm canonicalForm)
           
 

Uses of LexicalForm in eu.monnetproject.lemon.liam
 

Methods in eu.monnetproject.lemon.liam that return LexicalForm
 LexicalForm MorphologyEngine.generate(LexicalEntry entry, MorphPattern pattern, Map<Property,Collection<PropertyValue>> props)
           
 

Uses of LexicalForm in eu.monnetproject.lemon.liam.impl
 

Classes in eu.monnetproject.lemon.liam.impl that implement LexicalForm
 class VirtualForm
           
 

Methods in eu.monnetproject.lemon.liam.impl that return LexicalForm
 LexicalForm MorphologyEngineImpl.generate(LexicalEntry entry, MorphPattern mp, Map<Property,Collection<PropertyValue>> map)
           
 

Methods in eu.monnetproject.lemon.liam.impl that return types with arguments of type LexicalForm
 Collection<LexicalForm> VirtualForm.getFormVariant(FormVariant fv)
           
 Map<FormVariant,Collection<LexicalForm>> VirtualForm.getFormVariants()
           
 

Methods in eu.monnetproject.lemon.liam.impl with parameters of type LexicalForm
 boolean VirtualForm.addFormVariant(FormVariant fv, LexicalForm lf)
           
 boolean VirtualForm.removeFormVariant(FormVariant fv, LexicalForm lf)
           
 

Uses of LexicalForm in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return LexicalForm
 LexicalForm LexicalEntry.getCanonicalForm()
          Get the canonical form of the entry
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type LexicalForm
 Collection<LexicalForm> LexicalEntry.getAbstractForms()
          Get the abstract forms of the entry
 Collection<LexicalForm> LexicalEntry.getForms()
          Get all lexical forms of the entry
 Collection<LexicalForm> LexicalForm.getFormVariant(FormVariant formVariant)
          Get a particular variant set of this form
 Map<FormVariant,Collection<LexicalForm>> LexicalForm.getFormVariants()
          Get any variants of this form
 Collection<LexicalForm> LexicalEntry.getOtherForms()
          Get the other forms of the entry
 

Methods in eu.monnetproject.lemon.model with parameters of type LexicalForm
 boolean LexicalEntry.addAbstractForm(LexicalForm abstractForm)
          Add an abstract form to the entry
 boolean LexicalEntry.addForm(LexicalForm form)
          Add a lexical form to the entry
 boolean LexicalForm.addFormVariant(FormVariant formVariant, LexicalForm formVariantVal)
          Add a variant of this form
 boolean LexicalEntry.addOtherForm(LexicalForm otherForm)
          Add an other form to the entry
 boolean LexicalEntry.removeAbstractForm(LexicalForm abstractForm)
          Remove an abstract form from the entry
 boolean LexicalEntry.removeForm(LexicalForm form)
          Remove a lexical form from the entry
 boolean LexicalForm.removeFormVariant(FormVariant formVariant, LexicalForm formVariantVal)
          Remove a variant of this form
 boolean LexicalEntry.removeOtherForm(LexicalForm otherForm)
          Remove an other form from the entry
 void LexicalEntry.setCanonicalForm(LexicalForm canonicalForm)
          Set the canonical form of the entry
 



Copyright © 2012. All Rights Reserved.