Uses of Class
de.tudarmstadt.ukp.jwktl.api.entry.WiktionarySense

Packages that use WiktionarySense
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.parser.de.components   
de.tudarmstadt.ukp.jwktl.parser.en.components   
de.tudarmstadt.ukp.jwktl.parser.ru   
 

Uses of WiktionarySense in de.tudarmstadt.ukp.jwktl.api.entry
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type WiktionarySense
protected  List<WiktionarySense> WiktionaryEntry.senses
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return WiktionarySense
 WiktionarySense WiktionaryEntry.createSense()
          Factory method for creating a new word sense.
 WiktionarySense WiktionaryEntry.findSenseByMarker(String marker)
          Identify the first sense of this entry with the given marker.
 WiktionarySense WiktionaryEntry.getSense(int index)
           
 WiktionarySense WiktionaryEntry.getUnassignedSense()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type WiktionarySense
 List<WiktionarySense> WiktionaryEntry.senses()
          Internal interface that is used by the parsers.
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type WiktionarySense
 void WiktionaryEntry.addSense(WiktionarySense sense)
          Add the given sense to the list of senses.
 

Uses of WiktionarySense in de.tudarmstadt.ukp.jwktl.parser.de.components
 

Methods in de.tudarmstadt.ukp.jwktl.parser.de.components with parameters of type WiktionarySense
protected abstract  void DESenseIndexedBlockHandler.updateSense(WiktionarySense sense, InformationType info)
           
protected  void DESenseExampleHandler.updateSense(WiktionarySense sense, IWikiString example)
           
protected  void DEReferenceHandler.updateSense(WiktionarySense sense, IWikiString reference)
           
protected  void DERelationHandler.updateSense(WiktionarySense sense, IWiktionaryRelation relation)
           
 

Uses of WiktionarySense in de.tudarmstadt.ukp.jwktl.parser.en.components
 

Methods in de.tudarmstadt.ukp.jwktl.parser.en.components that return WiktionarySense
static WiktionarySense ENSenseIndexedBlockHandler.findMatchingSense(String comment, WiktionaryEntry entry)
          Returns the word sense of the given entry whose sense definition corresponds to the specified comment (sense marker).
 

Methods in de.tudarmstadt.ukp.jwktl.parser.en.components with parameters of type WiktionarySense
protected  void ENRelationHandler.updateSense(WiktionarySense sense, IWiktionaryRelation relation)
           
 

Uses of WiktionarySense in de.tudarmstadt.ukp.jwktl.parser.ru
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru that return WiktionarySense
 WiktionarySense WikokitToJWKTL.convertMeaningToSenseEntry(WiktionaryEntry entry, String pageTitle, WMeaning wikoMeaning, Map<Relation,WRelation[]> wikoRelations, WTranslation[] translations, int meaningNr)
          Converts a Wikokit sense to JWKTL.
 



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.