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

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

Uses of MorphPattern in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return MorphPattern
 MorphPattern LemonFactory.makeMorphPattern()
          Deprecated. Avoid blank nodes!
 MorphPattern LemonFactory.makeMorphPattern(URI uri)
          Create a morphological pattern
 

Methods in eu.monnetproject.lemon that return types with arguments of type MorphPattern
 Collection<MorphPattern> LemonModel.getPatterns()
          Get all patterns now in the model
 

Methods in eu.monnetproject.lemon with parameters of type MorphPattern
 void LemonModel.addPattern(MorphPattern pattern)
          Add a pattern to the model
 

Uses of MorphPattern in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement MorphPattern
 class MorphPatternImpl
           
 

Methods in eu.monnetproject.lemon.impl that return MorphPattern
 MorphPattern LemonFactoryImpl.makeMorphPattern()
           
 MorphPattern LemonFactoryImpl.makeMorphPattern(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type MorphPattern
 Collection<MorphPattern> LemonModelImpl.getPatterns()
           
 Collection<MorphPattern> LexiconImpl.getPatterns()
           
 Collection<MorphPattern> LexicalEntryImpl.getPatterns()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type MorphPattern
 void LemonModelImpl.addPattern(MorphPattern pattern)
           
 boolean LexiconImpl.addPattern(MorphPattern mp)
           
 boolean LexicalEntryImpl.addPattern(MorphPattern mp)
           
 boolean LexiconImpl.removePattern(MorphPattern mp)
           
 boolean LexicalEntryImpl.removePattern(MorphPattern mp)
           
 

Uses of MorphPattern in eu.monnetproject.lemon.liam
 

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

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

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

Uses of MorphPattern in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type MorphPattern
 Collection<MorphPattern> Lexicon.getPatterns()
          Get all patterns used by this lexicon
 Collection<MorphPattern> LexicalEntry.getPatterns()
          Get all morphological patterns
 

Methods in eu.monnetproject.lemon.model with parameters of type MorphPattern
 boolean Lexicon.addPattern(MorphPattern pattern)
          Add a pattern to this lexicon
 boolean LexicalEntry.addPattern(MorphPattern pattern)
          Add a morphological pattern
 boolean Lexicon.removePattern(MorphPattern pattern)
          Remove a pattern from this lexicon
 boolean LexicalEntry.removePattern(MorphPattern pattern)
          Remove a morphological pattern
 



Copyright © 2012. All Rights Reserved.