Uses of Interface
de.tudarmstadt.ukp.jwktl.api.IWikiString

Packages that use IWikiString
de.tudarmstadt.ukp.jwktl.api   
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.util   
 

Uses of IWikiString in de.tudarmstadt.ukp.jwktl.api
 

Methods in de.tudarmstadt.ukp.jwktl.api that return IWikiString
 IWikiString IWiktionarySense.getGloss()
          Returns the sense description as a IWikiString.
 IWikiString IQuotation.getSource()
          Returns the source of the quotation.
 IWikiString IWiktionaryEntry.getWordEtymology()
          Returns the etymology of this lexical entry as a IWikiString.
 

Methods in de.tudarmstadt.ukp.jwktl.api that return types with arguments of type IWikiString
 List<IWikiString> IWiktionaryEntry.getExamples()
          Returns a list containing all sense definitions of the entry's senses (including the unassigned sense).
 List<IWikiString> IWiktionarySense.getExamples()
          Returns a list of sense examples or null if no sense examples are encoded.
 List<IWikiString> IWiktionaryEntry.getGlosses()
          Returns a list containing all sense definitions of the entry's senses (including the unassigned sense).
 List<IWikiString> IQuotation.getLines()
          Returns the text of the quotation as a list of IWikiStrings.
 List<IWikiString> IWiktionaryEntry.getReferences()
          Returns a list containing all references of the entry's senses (including the unassigned sense).
 List<IWikiString> IWiktionarySense.getReferences()
          Returns a list of references for this sense or null if no referemces are encoded.
 

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

Classes in de.tudarmstadt.ukp.jwktl.api.entry that implement IWikiString
 class WikiString
          Implementation of IWikiString that parses the original text (in wiki markup language) on demand instead of storing the parsed information in the database.
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as IWikiString
protected  IWikiString WiktionaryEntry.etymology
           
protected  IWikiString WiktionarySense.gloss
           
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type IWikiString
protected  List<IWikiString> WiktionarySense.examples
           
protected  List<IWikiString> WiktionarySense.references
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return IWikiString
 IWikiString WiktionarySense.getGloss()
           
 IWikiString Quotation.getSource()
           
 IWikiString WiktionaryEntry.getWordEtymology()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type IWikiString
 List<IWikiString> WiktionarySense.getExamples()
           
 List<IWikiString> WiktionaryEntry.getExamples()
           
 List<IWikiString> WiktionaryEntry.getGlosses()
           
 List<IWikiString> Quotation.getLines()
           
 List<IWikiString> WiktionarySense.getReferences()
           
 List<IWikiString> WiktionaryEntry.getReferences()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IWikiString
 void WiktionarySense.addExample(IWikiString example)
          Add the given example to this sense.
 void Quotation.addLine(IWikiString line)
          Add a quotation line, i.e. the text of a quotation.
 void WiktionarySense.addReference(IWikiString reference)
          Add the given reference to this sense.
 void WiktionarySense.setGloss(IWikiString gloss)
          Add the given sense definition to this sense.
 void Quotation.setSource(IWikiString source)
          Assigns the given WikiString as the source of the quotation, i.e. its author and publishing reference.
 void WiktionaryEntry.setWordEtymology(IWikiString etymology)
          Assigns the given etymology text.
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.de.components that return types with arguments of type IWikiString
protected  List<IWikiString> DESenseExampleHandler.extract(int index, String text)
           
protected  List<IWikiString> DEReferenceHandler.extract(int index, String text)
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.de.components with parameters of type IWikiString
protected  void DESenseExampleHandler.updatePosEntry(WiktionaryEntry posEntry, IWikiString example)
           
protected  void DEReferenceHandler.updatePosEntry(WiktionaryEntry posEntry, IWikiString reference)
           
protected  void DESenseExampleHandler.updateSense(WiktionarySense sense, IWikiString example)
           
protected  void DEReferenceHandler.updateSense(WiktionarySense sense, IWikiString reference)
           
 

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

Fields in de.tudarmstadt.ukp.jwktl.parser.en.components with type parameters of type IWikiString
protected  List<IWikiString> ENReferenceHandler.references
           
 

Uses of IWikiString in de.tudarmstadt.ukp.jwktl.parser.util
 

Fields in de.tudarmstadt.ukp.jwktl.parser.util declared as IWikiString
protected  IWikiString ParsingContext.etymology
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.util that return IWikiString
 IWikiString ParsingContext.getEtymology()
          Returns the etymology of the current IWiktionaryEntry.
 

Methods in de.tudarmstadt.ukp.jwktl.parser.util with parameters of type IWikiString
 void ParsingContext.setEtymology(IWikiString etymology)
          Save the specified etymology in the context object.
 



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