Tabnine Logo
PhraseSequenceGenerator$Builder.coveringType
Code IndexAdd Tabnine to your IDE (free)

How to use
coveringType
method
in
de.tudarmstadt.ukp.dkpro.core.api.io.sequencegenerator.PhraseSequenceGenerator$Builder

Best Java code snippets using de.tudarmstadt.ukp.dkpro.core.api.io.sequencegenerator.PhraseSequenceGenerator$Builder.coveringType (Showing top 2 results out of 315)

origin: de.tudarmstadt.ukp.dkpro.core/de.tudarmstadt.ukp.dkpro.core.mallet-asl

.filterRegex(filterRegex)
.filterRegexReplacement(filterRegexReplacement)
.coveringType(coveringAnnotationType)
.lowercase(lowercase)
.buildStringSequenceGenerator();
origin: de.tudarmstadt.ukp.dkpro.core/de.tudarmstadt.ukp.dkpro.core.io.text-asl

@Override
public void initialize(UimaContext context)
    throws ResourceInitializationException
{
  super.initialize(context);
  try {
    sequenceGenerator = new PhraseSequenceGenerator.Builder()
        .featurePath(featurePath)
        .filterRegex(numberRegex)
        .filterRegexReplacement(NUMBER_REPLACEMENT)
        .stopwordsFile(stopwordsFile)
        .stopwordsReplacement(STOPWORD_REPLACEMENT)
        .coveringType(coveringType)
        .buildStringSequenceGenerator();
  }
  catch (IOException e) {
    throw new ResourceInitializationException(e);
  }
}
de.tudarmstadt.ukp.dkpro.core.api.io.sequencegeneratorPhraseSequenceGenerator$BuildercoveringType

Popular methods of PhraseSequenceGenerator$Builder

  • stopwordsFile
  • <init>
  • buildStringSequenceGenerator
    Generate a StringSequenceGenerator that directly returns Strings instead of LexicalPhrases.
  • featurePath
  • filterRegex
    This method can be called multiple times in order to add multiple regular expressions for filtering.
  • filterRegexReplacement
  • stopwordsReplacement
  • build
    Generate a PhraseSequenceGenerator
  • characters
    If set to true, the generated phrases contain characters instead of tokens or other annotations.
  • lowercase
  • minTokenLength
  • stopwordsURL
  • minTokenLength,
  • stopwordsURL

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Collectors (java.util.stream)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now