Uses of Class
de.tudarmstadt.ukp.jwktl.parser.util.ParsingContext

Packages that use ParsingContext
de.tudarmstadt.ukp.jwktl.parser   
de.tudarmstadt.ukp.jwktl.parser.components   
de.tudarmstadt.ukp.jwktl.parser.de   
de.tudarmstadt.ukp.jwktl.parser.de.components   
de.tudarmstadt.ukp.jwktl.parser.en   
de.tudarmstadt.ukp.jwktl.parser.en.components   
de.tudarmstadt.ukp.jwktl.parser.entry   
de.tudarmstadt.ukp.jwktl.parser.ru   
de.tudarmstadt.ukp.jwktl.parser.util   
 

Uses of ParsingContext in de.tudarmstadt.ukp.jwktl.parser
 

Methods in de.tudarmstadt.ukp.jwktl.parser that return ParsingContext
protected abstract  ParsingContext WiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.components with parameters of type ParsingContext
 void CategoryHandler.fillContent(ParsingContext context)
           
 void InterwikiLinkHandler.fillContent(ParsingContext context)
           
 void BlockHandler.fillContent(ParsingContext context)
           
 boolean BlockHandler.processBody(String textLine, ParsingContext context)
           
 boolean CategoryHandler.processHead(String textLine, ParsingContext context)
           
 boolean InterwikiLinkHandler.processHead(String textLine, ParsingContext context)
           
 boolean BlockHandler.processHead(String text, ParsingContext context)
           
 

Uses of ParsingContext in de.tudarmstadt.ukp.jwktl.parser.de
 

Methods in de.tudarmstadt.ukp.jwktl.parser.de that return ParsingContext
protected  ParsingContext DEWiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.de.components with parameters of type ParsingContext
 void DEWordFormHandler.fillContent(ParsingContext context)
           
 void DESenseIndexedBlockHandler.fillContent(ParsingContext context)
           
 void DEPartOfSpeechHandler.fillContent(ParsingContext context)
          Set the part of pseech tags and additional grammatical information.
 void DEEtymologyHandler.fillContent(ParsingContext context)
           
 void DESenseDefinitionHandler.fillContent(ParsingContext context)
          Use NumeratedListProcessor to read lists of glosses and put them into a SenseEntry object.
 void DETranslationHandler.fillContent(ParsingContext context)
          Set translations to wordEntry object If no sense mapping is found, they are set as unclassified translations.
 void DEWordLanguageHandler.fillContent(ParsingContext context)
          Store the word and its language in the parsing context.
 void DEPronunciationHandler.fillContent(ParsingContext context)
           
 boolean DEWordFormHandler.processBody(String textLine, ParsingContext context)
           
 boolean DESenseIndexedBlockHandler.processBody(String textLine, ParsingContext context)
           
 boolean DEEtymologyHandler.processBody(String textLine, ParsingContext context)
           
 boolean DESenseDefinitionHandler.processBody(String textLine, ParsingContext context)
           
 boolean DETranslationHandler.processBody(String text, ParsingContext context)
           
 boolean DEReferenceHandler.processBody(String textLine, ParsingContext context)
           
 boolean DEPronunciationHandler.processBody(String textLine, ParsingContext context)
           
 boolean DEWordFormHandler.processHead(String textLine, ParsingContext context)
           
 boolean DESenseIndexedBlockHandler.processHead(String text, ParsingContext context)
           
 boolean DEEntryLinkHandler.processHead(String textLine, ParsingContext context)
           
 boolean DEPartOfSpeechHandler.processHead(String text, ParsingContext context)
          Extract the part of speech tags and additional grammatical information.
 boolean DEEtymologyHandler.processHead(String textLine, ParsingContext context)
           
 boolean DESenseDefinitionHandler.processHead(String text, ParsingContext context)
           
 boolean DETranslationHandler.processHead(String text, ParsingContext context)
           
 boolean DEPronunciationHandler.processHead(String textLine, ParsingContext context)
           
 

Uses of ParsingContext in de.tudarmstadt.ukp.jwktl.parser.en
 

Methods in de.tudarmstadt.ukp.jwktl.parser.en that return ParsingContext
protected  ParsingContext ENWiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.en.components with parameters of type ParsingContext
 boolean ENQuotationHandler.extractQuotation(String textLine, boolean additionalLine, ParsingContext context)
          Extract a quotation from the given line and add it to the internal list.
 void ENEtymologyHandler.fillContent(ParsingContext context)
           
 void ENWordLanguageHandler.fillContent(ParsingContext context)
           
 void ENRelationHandler.fillContent(ParsingContext context)
          Add word list to senseEntry. addSemanticWord and addUnclassifiedWords will be called to decide where to store the word list.
 void ENReferenceHandler.fillContent(ParsingContext context)
          Add external links to WordEntry
 void ENQuotationHandler.fillContent(ParsingContext context)
           
 void ENPronunciationHandler.fillContent(ParsingContext context)
           
 void ENTranslationHandler.fillContent(ParsingContext context)
          Add parsed translation into senseEntry.
 void ENSenseHandler.fillContent(ParsingContext context)
          Store POS, examples, quotations in WordEntry object
 boolean ENEtymologyHandler.processBody(String textLine, ParsingContext context)
           
 boolean ENWordLanguageHandler.processBody(String textLine, ParsingContext context)
           
 boolean ENRelationHandler.processBody(String text, ParsingContext context)
          Extract word list from the given text line
 boolean ENReferenceHandler.processBody(String textLine, ParsingContext context)
           
 boolean ENQuotationHandler.processBody(String textLine, ParsingContext context)
           
 boolean ENPronunciationHandler.processBody(String textLine, ParsingContext context)
           
 boolean ENTranslationHandler.processBody(String text, ParsingContext context)
           
 boolean ENSenseHandler.processBody(String text, ParsingContext context)
          Extract example, gloss and in-definition quotation
 boolean ENEtymologyHandler.processHead(String textLine, ParsingContext context)
           
 boolean ENWordLanguageHandler.processHead(String textLine, ParsingContext context)
           
 boolean ENRelationHandler.processHead(String textLine, ParsingContext context)
           
 boolean ENReferenceHandler.processHead(String textLine, ParsingContext context)
           
 boolean ENQuotationHandler.processHead(String textLine, ParsingContext context)
           
 boolean ENPronunciationHandler.processHead(String textLine, ParsingContext context)
           
 boolean ENTranslationHandler.processHead(String text, ParsingContext context)
           
 boolean ENSenseHandler.processHead(String text, ParsingContext context)
          Process head
 

Uses of ParsingContext in de.tudarmstadt.ukp.jwktl.parser.entry
 

Methods in de.tudarmstadt.ukp.jwktl.parser.entry with parameters of type ParsingContext
 WiktionaryEntry EntryFactory.createEntry(ParsingContext context)
          Create a new WiktionaryEntry based on the current context.
 WiktionaryEntry EntryFactory.findEntry(ParsingContext context)
          Checks if the current page contains a WiktionaryEntry matching for the current context (part of speech, language, etc.)
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.ru that return ParsingContext
protected  ParsingContext RUWiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.util with parameters of type ParsingContext
 void IBlockHandler.fillContent(ParsingContext context)
          This hotspot is invoked if the parser releases this handler.
 boolean IBlockHandler.processBody(String line, ParsingContext context)
          If the handler requested to process the body of this constituent, this hotspot will be called for processing each line of the constituent's body.
 boolean IBlockHandler.processHead(String line, ParsingContext context)
          If the handler requested to process this constituent, this hotspot will be called for processing the section header of this article constituent.
 



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