Codota Logo
CorrectionDocumentService.writeCorrectionCas
Code IndexAdd Codota to your IDE (free)

How to use
writeCorrectionCas
method
in
de.tudarmstadt.ukp.clarin.webanno.api.CorrectionDocumentService

Best Java code snippets using de.tudarmstadt.ukp.clarin.webanno.api.CorrectionDocumentService.writeCorrectionCas (Showing top 19 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Point p =
  • Codota Iconnew Point(x, y)
  • Codota Iconnew Point()
  • Codota IconMouseEvent e;e.getPoint()
  • Smart code suggestions by Codota
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

  automate(jCas, layerFeature, annotations);
  LOG.info("Predictions found are written to the CAS");
  aCorrectionDocumentService.writeCorrectionCas(jCas, document);
  status.setAnnoDocs(status.getAnnoDocs() - 1);
aCorrectionDocumentService.writeCorrectionCas(jCas, document);
status.setAnnoDocs(status.getAnnoDocs() - 1);
origin: webanno/webanno

  automate(jCas, layerFeature, annotations);
  LOG.info("Predictions found are written to the CAS");
  aCorrectionDocumentService.writeCorrectionCas(jCas, document);
  status.setAnnoDocs(status.getAnnoDocs() - 1);
aCorrectionDocumentService.writeCorrectionCas(jCas, document);
status.setAnnoDocs(status.getAnnoDocs() - 1);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

aCorrectionDocumentService.writeCorrectionCas(jCas,d);
origin: webanno/webanno

aCorrectionDocumentService.writeCorrectionCas(jCas,d);
origin: webanno/webanno

  private JCas createCorrectionCas(JCas mergeJCas, AnnotatorState aState,
      AnnotationDocument aRandomAnnotationDocument)
    throws UIMAException, ClassNotFoundException, IOException
  {
    User user = userRepository.getCurrentUser();
    mergeJCas = documentService.readAnnotationCas(aState.getDocument(), user);
    correctionDocumentService.writeCorrectionCas(mergeJCas,
        aRandomAnnotationDocument.getDocument());
    updateDocumentTimestampAfterWrite(aState, correctionDocumentService
        .getCorrectionCasTimestamp(aState.getDocument()));
    return mergeJCas;
  }
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-curation

  private JCas createCorrectionCas(JCas mergeJCas, AnnotatorState aState,
      AnnotationDocument aRandomAnnotationDocument)
    throws UIMAException, ClassNotFoundException, IOException
  {
    User user = userRepository.getCurrentUser();
    mergeJCas = documentService.readAnnotationCas(aState.getDocument(), user);
    correctionDocumentService.writeCorrectionCas(mergeJCas,
        aRandomAnnotationDocument.getDocument());
    updateDocumentTimestampAfterWrite(aState, correctionDocumentService
        .getCorrectionCasTimestamp(aState.getDocument()));
    return mergeJCas;
  }
}
origin: webanno/webanno

aCorrectionDocumentService.writeCorrectionCas(jCas, d);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

aCorrectionDocumentService.writeCorrectionCas(jCas, d);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

jCas = aDocumentService.readAnnotationCas(logedInUserAnnotationDocument);
annotationService.upgradeCas(jCas.getCas(), logedInUserAnnotationDocument);
aCorrectionDocumentService.writeCorrectionCas(jCas, aDocument);
aCorrectionDocumentService.writeCorrectionCas(jCas, aDocument);
origin: webanno/webanno

jCas = aDocumentService.readAnnotationCas(logedInUserAnnotationDocument);
annotationService.upgradeCas(jCas.getCas(), logedInUserAnnotationDocument);
aCorrectionDocumentService.writeCorrectionCas(jCas, aDocument);
aCorrectionDocumentService.writeCorrectionCas(jCas, aDocument);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

aCorrectionDocumentService.writeCorrectionCas(jCas, d);
origin: webanno/webanno

aCorrectionDocumentService.writeCorrectionCas(jCas, d);
origin: webanno/webanno

correctionDocumentService.writeCorrectionCas(correctionCas, state.getDocument());
origin: webanno/webanno

    aBModel.getUser().getUsername(), jCas, aFeature, beginOffset, endOffset,
    depCoveredText, govCoveredText, aValue);
aCorrectionDocumentService.writeCorrectionCas(jCas, d);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

    aBModel.getUser().getUsername(), jCas, aFeature, beginOffset, endOffset,
    depCoveredText, govCoveredText, aValue);
aCorrectionDocumentService.writeCorrectionCas(jCas, d);
origin: webanno/webanno

correctionDocumentService.writeCorrectionCas(correctionCas, state.getDocument());
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

correctionDocumentService.writeCorrectionCas(correctionCas, state.getDocument());
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-curation

if (aUpgrade) {
  correctionDocumentService.upgradeCorrectionCas(mergeJCas.getCas(), aDocument);
  correctionDocumentService.writeCorrectionCas(mergeJCas, aDocument);
  updateDocumentTimestampAfterWrite(aState, correctionDocumentService
      .getCorrectionCasTimestamp(aState.getDocument()));
origin: webanno/webanno

if (aUpgrade) {
  correctionDocumentService.upgradeCorrectionCas(mergeJCas.getCas(), aDocument);
  correctionDocumentService.writeCorrectionCas(mergeJCas, aDocument);
  updateDocumentTimestampAfterWrite(aState, correctionDocumentService
      .getCorrectionCasTimestamp(aState.getDocument()));
de.tudarmstadt.ukp.clarin.webanno.apiCorrectionDocumentServicewriteCorrectionCas

Javadoc

Create an annotation document under a special user named "CORRECTION_USER"

Popular methods of CorrectionDocumentService

  • readCorrectionCas
  • upgradeCorrectionCas
  • existsCorrectionCas
    A method to check if there exist a correction document already. Base correction document should be t
  • getCorrectionCasTimestamp

Popular in Java

  • Start an intent from android
  • requestLocationUpdates (LocationManager)
  • putExtra (Intent)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • URI (java.net)
    Represents a Uniform Resource Identifier (URI) reference. Aside from some minor deviations noted bel
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • List (java.util)
    A List is a collection which maintains an ordering for its elements. Every element in the List has a
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now