Tabnine Logo
TeiReader.getConfigParameterValue
Code IndexAdd Tabnine to your IDE (free)

How to use
getConfigParameterValue
method
in
de.tudarmstadt.ukp.clarin.webanno.tei.TeiReader

Best Java code snippets using de.tudarmstadt.ukp.clarin.webanno.tei.TeiReader.getConfigParameterValue (Showing top 4 results out of 315)

origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tei

@Override
public void endDocument()
  throws SAXException
{
  getJCas().setDocumentText(buffer.toString());
  // Set up language
  if (language != null) {
    getJCas().setDocumentLanguage(language);
  }
  else if (getConfigParameterValue(PARAM_LANGUAGE) != null) {
    getJCas().setDocumentLanguage((String) getConfigParameterValue(PARAM_LANGUAGE));
  }
}
origin: webanno/webanno

@Override
public void endDocument()
  throws SAXException
{
  getJCas().setDocumentText(buffer.toString());
  // Set up language
  if (language != null) {
    getJCas().setDocumentLanguage(language);
  }
  else if (getConfigParameterValue(PARAM_LANGUAGE) != null) {
    getJCas().setDocumentLanguage((String) getConfigParameterValue(PARAM_LANGUAGE));
  }
}
origin: de.tudarmstadt.ukp.clarin.webanno/de.tudarmstadt.ukp.clarin.webanno.tei

@Override
public void endDocument()
  throws SAXException
{
  getJCas().setDocumentText(buffer.toString());
  // Set up language
  if (language != null) {
    getJCas().setDocumentLanguage(language);
  }
  else if (getConfigParameterValue(PARAM_LANGUAGE) != null) {
    getJCas().setDocumentLanguage((String) getConfigParameterValue(PARAM_LANGUAGE));
  }
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tei

@Override
public void endDocument()
  throws SAXException
{
  getJCas().setDocumentText(buffer.toString());
  // Set up language
  if (language != null) {
    getJCas().setDocumentLanguage(language);
  }
  else if (getConfigParameterValue(PARAM_LANGUAGE) != null) {
    getJCas().setDocumentLanguage((String) getConfigParameterValue(PARAM_LANGUAGE));
  }
}
de.tudarmstadt.ukp.clarin.webanno.teiTeiReadergetConfigParameterValue

Popular methods of TeiReader

  • getLogger
  • initCas
  • newSaxHandler
  • nextFile
  • nextTeiElement

Popular in Java

  • Reading from database using SQL prepared statement
  • addToBackStack (FragmentTransaction)
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JFrame (javax.swing)
  • Top plugins for Android Studio
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