private static AlignedString createBase(final String base) { final AlignedString d = new AlignedString(); d._first._next = d.new BaseSegment(d._first, d._last, base); d._last._prev = d._first._next; return d; }
AlignedString as = new AlignedString(jcas.getDocumentText()); NormalizationUtils.applyChanges(as, allChanges);
AlignedString alignmentState = new AlignedString(aSourceView.getDocumentText());
@Override public void afterProcess(JCas aInput, JCas aOutput) AlignedString alignedString = new AlignedString(aInput.getDocumentText());