Codota Logo
WebannoTsv3Writer.getSubUnits
Code IndexAdd Codota to your IDE (free)

How to use
getSubUnits
method
in
de.tudarmstadt.ukp.clarin.webanno.tsv.WebannoTsv3Writer

Best Java code snippets using de.tudarmstadt.ukp.clarin.webanno.tsv.WebannoTsv3Writer.getSubUnits (Showing top 18 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
LocalDateTime l =
  • Codota Iconnew LocalDateTime()
  • Codota IconLocalDateTime.now()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
  • Smart code suggestions by Codota
}
origin: webanno/webanno

private AnnotationUnit getFirstUnit(AnnotationUnit aUnit)
{
  SubTokenAnno sta = new SubTokenAnno();
  sta.setBegin(aUnit.begin);
  sta.setEnd(aUnit.end);
  sta.setText(aUnit.token);
  Set<AnnotationUnit> sus = new LinkedHashSet<>();
  AnnotationUnit firstUnit = null;
  for (AnnotationUnit u : getSubUnits(sta, sus)) {
    firstUnit = u;
    break;
  }
  return firstUnit;
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tsv

private AnnotationUnit getFirstUnit(AnnotationUnit aUnit)
{
  SubTokenAnno sta = new SubTokenAnno();
  sta.setBegin(aUnit.begin);
  sta.setEnd(aUnit.end);
  sta.setText(aUnit.token);
  Set<AnnotationUnit> sus = new LinkedHashSet<>();
  AnnotationUnit firstUnit = null;
  for (AnnotationUnit u : getSubUnits(sta, sus)) {
    firstUnit = u;
    break;
  }
  return firstUnit;
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tsv

private AnnotationUnit getFirstUnit(AnnotationUnit aUnit)
{
  SubTokenAnno sta = new SubTokenAnno();
  sta.setBegin(aUnit.begin);
  sta.setEnd(aUnit.end);
  sta.setText(aUnit.token);
  Set<AnnotationUnit> sus = new LinkedHashSet<>();
  AnnotationUnit firstUnit = null;
  for (AnnotationUnit u : getSubUnits(sta, sus)) {
    firstUnit = u;
    break;
  }
  return firstUnit;
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tsv

private AnnotationUnit getFirstUnit(AnnotationFS targetFs) {
  SubTokenAnno sta = new SubTokenAnno();
  sta.setBegin(targetFs.getBegin());
  sta.setEnd(targetFs.getEnd());
  sta.setText(targetFs.getCoveredText());
  Set<AnnotationUnit> sus = new LinkedHashSet<>();
  AnnotationUnit firstUnit = null;
  for (AnnotationUnit u : getSubUnits(sta, sus)) {
    firstUnit = u;
    break;
  }
  return firstUnit;
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tsv

private AnnotationUnit getFirstUnit(AnnotationFS targetFs)
{
  SubTokenAnno sta = new SubTokenAnno();
  sta.setBegin(targetFs.getBegin());
  sta.setEnd(targetFs.getEnd());
  sta.setText(targetFs.getCoveredText());
  Set<AnnotationUnit> sus = new LinkedHashSet<>();
  AnnotationUnit firstUnit = null;
  for (AnnotationUnit u : getSubUnits(sta, sus)) {
    firstUnit = u;
    break;
  }
  return firstUnit;
}
origin: webanno/webanno

private AnnotationUnit getFirstUnit(AnnotationFS targetFs)
{
  SubTokenAnno sta = new SubTokenAnno();
  sta.setBegin(targetFs.getBegin());
  sta.setEnd(targetFs.getEnd());
  sta.setText(targetFs.getCoveredText());
  Set<AnnotationUnit> sus = new LinkedHashSet<>();
  AnnotationUnit firstUnit = null;
  for (AnnotationUnit u : getSubUnits(sta, sus)) {
    firstUnit = u;
    break;
  }
  return firstUnit;
}
origin: webanno/webanno

sta.setText(fs.getCoveredText());
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  ambigUnits.get(type.getName()).put(newUnit, true);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tsv

sta.setText(fs.getCoveredText());
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  ambigUnits.get(type.getName()).put(newUnit, true);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tsv

sta.setText(fs.getCoveredText());
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  ambigUnits.get(type.getName()).put(newUnit, true);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tsv

boolean isFirst = true;
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  setSpanAnnoPerFeature(annotationsPertype, type, fs, newUnit, isMultiToken, isFirst);
  isFirst = false;
origin: webanno/webanno

boolean isFirst = true;
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  setSpanAnnoPerFeature(annotationsPertype, type, fs, newUnit, isMultiToken,
      isFirst);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tsv

boolean isFirst = true;
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  setChainAnnoPerFeature(aAnnotationsPertype, aType, aFs, newUnit, aLinkNo, achainNo,
      isMultiToken, isFirst);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tsv

boolean isFirst = true;
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  setChainAnnoPerFeature(aAnnotationsPertype, aType, aFs, newUnit, aLinkNo, achainNo, isMultiToken,
      isFirst);
origin: webanno/webanno

boolean isFirst = true;
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  setChainAnnoPerFeature(aAnnotationsPertype, aType, aFs, newUnit, aLinkNo, achainNo,
      isMultiToken, isFirst);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tsv

boolean isFirst = true;
Set<AnnotationUnit> sus = new LinkedHashSet<>();
for (AnnotationUnit newUnit : getSubUnits(sta, sus)) {
  setSpanAnnoPerFeature(annotationsPertype, type, fs, newUnit, isMultiToken,
      isFirst);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-io-tsv

getSubUnits(aSTA, aSubUnits);
getSubUnits(aSTA, aSubUnits);
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-tsv

getSubUnits(aSTA, aSubUnits);
getSubUnits(aSTA, aSubUnits);
origin: webanno/webanno

getSubUnits(aSTA, aSubUnits);
getSubUnits(aSTA, aSubUnits);
de.tudarmstadt.ukp.clarin.webanno.tsvWebannoTsv3WritergetSubUnits

Popular methods of WebannoTsv3Writer

  • replaceEscapeChars
  • addChinFeatureAnno
  • getFirstUnit
  • getNextUnitBegin
  • getOutputStream
  • getRefId
    Annotations of same type those: 1) crosses multiple sentences AND 2) repeated on the same unit (ev
  • getUnit
  • isMultiToken
  • isMultipleTokenAnnotation
    If there is at least one non-sub-token annotation whose begin is larger than this one, it is a multi
  • setAmbiguity
  • setAnnoFeature
  • setChainAnnoPerFeature
  • setAnnoFeature,
  • setChainAnnoPerFeature,
  • setChainAnnotation,
  • setLinkMaps,
  • setRelationAnnoPerFeature,
  • setRelationAnnotation,
  • setSlotLinkTypes,
  • setSpanAnnoPerFeature,
  • setSpanAnnotation

Popular in Java

  • Running tasks concurrently on multiple threads
  • requestLocationUpdates (LocationManager)
  • getSharedPreferences (Context)
  • startActivity (Activity)
  • Color (java.awt)
    The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary co
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Runner (org.openjdk.jmh.runner)
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