| Package | Description |
|---|---|
| net.sf.okapi.common.annotation |
Classes to implement and manage annotations.
|
| net.sf.okapi.common.filterwriter |
Interfaces and classes to allow the output of a document in its original
format.
|
| net.sf.okapi.filters.xliff | |
| net.sf.okapi.filters.xliff.its | |
| net.sf.okapi.lib.verification |
| Modifier and Type | Class and Description |
|---|---|
class |
IssueAnnotation |
| Modifier and Type | Method and Description |
|---|---|
GenericAnnotation |
GenericAnnotations.add(String type)
Creates an new annotation and add it to this object.
|
GenericAnnotation |
GenericAnnotation.clone() |
static GenericAnnotation |
GenericAnnotation.createFromString(String storage)
Creates a new GenericAnnotation object from a storage string.
|
GenericAnnotation |
GenericAnnotations.getFirstAnnotation(String type)
Gets the first occurrence of an annotation for a given type.
|
| Modifier and Type | Method and Description |
|---|---|
List<GenericAnnotation> |
GenericAnnotations.getAllAnnotations()
Gets the unmodifiable list of all the annotation in this annotation set.
|
List<GenericAnnotation> |
GenericAnnotations.getAnnotations(String type)
Gets a list of all the annotations of a given type.
|
Iterator<GenericAnnotation> |
GenericAnnotations.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericAnnotations.add(GenericAnnotation annotation)
Adds an existing annotation to this object.
|
static void |
GenericAnnotation.addAnnotation(Code code,
GenericAnnotation ann)
Adds an annotation to an inline code.
|
static void |
GenericAnnotation.addAnnotation(ITextUnit tu,
GenericAnnotation ann)
Adds an annotation to a text unit.
|
static void |
GenericAnnotation.addAnnotation(TextContainer tc,
GenericAnnotation ann)
Adds an annotation to a text container.
|
static void |
ITSLQIAnnotations.addAnnotations(TextContainer tc,
GenericAnnotation issue)
Adds an LQI annotation to a text container.
|
void |
GenericAnnotations.remove(GenericAnnotation annotation)
Removes a given annotation from this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericAnnotations.addAll(List<GenericAnnotation> newItems)
Adds all the annotations from a given list to this object.
|
| Constructor and Description |
|---|
GenericAnnotations(GenericAnnotation annotation)
Creates an annotation set and add a given one.
|
IssueAnnotation(GenericAnnotation ann) |
| Modifier and Type | Method and Description |
|---|---|
GenericAnnotation |
ITSAnnotatorsRefContext.getAnnotation()
Gets an annotation for the current annotatorsRef string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ITSContent.writeAttributeProvenance(GenericAnnotation ann) |
String |
ITSContent.writeAttributesLQI(GenericAnnotation ann)
Writes the data attributes for a given LQI annotation (not locQualityIssuesRef).
|
| Modifier and Type | Method and Description |
|---|---|
protected GenericAnnotation |
XLIFFITSFilterExtension.readITSAllowedCharacters() |
protected GenericAnnotation |
XLIFFITSFilterExtension.readITSExternalResource() |
protected GenericAnnotation |
XLIFFITSFilterExtension.readITSLocaleFilter() |
protected GenericAnnotation |
XLIFFITSFilterExtension.readITSLQR() |
protected GenericAnnotation |
XLIFFITSFilterExtension.readITSMtConfidence() |
protected GenericAnnotation |
XLIFFITSFilterExtension.readITSStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
GenericAnnotation |
ITSLQI.getAnnotation()
Gets the annotation for this LQI object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Issue |
Copyright © 2021. All rights reserved.