| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.annotation |
Classes to implement and manage annotations.
|
| net.sf.okapi.common.resource |
Interfaces and classes that represent the parsed resources attached to the
events sent by a filter.
|
| net.sf.okapi.common.skeleton |
Interfaces and classes for the skeleton objects.
|
| net.sf.okapi.filters.markdown | |
| net.sf.okapi.filters.rainbowkit | |
| net.sf.okapi.filters.transifex | |
| net.sf.okapi.filters.txml | |
| net.sf.okapi.filters.xliff2.model | |
| net.sf.okapi.steps.diffleverage | |
| net.sf.okapi.steps.repetitionanalysis | |
| net.sf.okapi.steps.scopingreport | |
| net.sf.okapi.steps.tokenization.common | |
| net.sf.okapi.steps.wordcount.common |
| Modifier and Type | Method and Description |
|---|---|
<A extends IAnnotation> |
IContext.getAnnotation(Class<A> type)
Gets the annotation of a given type for this context.
|
<A extends IAnnotation> |
BaseContext.getAnnotation(Class<A> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
IContext.setAnnotation(IAnnotation annotation)
Sets an annotation for this context.
|
void |
BaseContext.setAnnotation(IAnnotation annotation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AltTranslationsAnnotation
Annotation for storing one or more alternate translations for a target content.
|
class |
DeepenSegmentationAnnotaton |
class |
GenericAnnotations
Provides access to a list of
GenericAnnotation. |
class |
GlossaryAnnotation
Wrapper class for XLIFF glossary element
|
class |
ITSLQIAnnotations
Annotation for ITS Language Quality Issue meta-data.
|
class |
ITSProvenanceAnnotations
Annotation for ITS Provenance meta-data.
|
class |
SimplifierRulesAnnotaton |
class |
SkipCheckAnnotation
Annotation indicating that the quality checks (on both source and target) should be skipped if this annotation is attached to the source segment.
|
class |
TermsAnnotation
Simple annotation for storing terms and their associated information.
|
class |
XLIFFContextGroup
Represents the annotation of the XLIFF 1.2 context-group element.
|
class |
XLIFFNoteAnnotation
Annotation used to expose xliff 1.2 note element
|
class |
XLIFFPhaseAnnotation
Annotation used to expose the %lt;phase-group> element containing the multiple
phases in a %lt;file> element when attached to a StartSubDocument event or
resolve the phase-name reference otherwise.
|
class |
XLIFFToolAnnotation
Annotation containing the set of %lt;tool> elements in an XLIFF %lt;file>%lt;header>.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends IAnnotation> |
Annotations.get(Class<A> annotationType)
Gets the annotation for a given type.
|
<A extends IAnnotation> |
Annotations.remove(Class<A> annotationType)
Removes the annotation of a given type.
|
<T extends IAnnotation> |
Annotations.set(T annotation)
Sets an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<IAnnotation> |
Annotations.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineAnnotation
Base implementation of an annotation that can be used on inline codes.
|
class |
TargetPropertiesAnnotation
The target properties associated to a set of source properties
in a resource.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends IAnnotation> |
TextUnit.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
TextPart.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
TextContainer.getAnnotation(Class<A> type) |
<A extends IAnnotation> |
RawDocument.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
PipelineParameters.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
MultiEvent.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
IWithAnnotations.getAnnotation(Class<A> annotationType)
Gets the annotation object for a given class for this resource.
|
<A extends IAnnotation> |
Ending.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
Document.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
Custom.getAnnotation(Class<A> annotationType) |
<A extends IAnnotation> |
BaseNameable.getAnnotation(Class<A> annotationType) |
static <A extends IAnnotation> |
TextUnitUtil.getSourceAnnotation(ITextUnit textUnit,
Class<A> type)
Gets an annotation attached to the source part of a given text unit resource.
|
static <A extends IAnnotation> |
TextUnitUtil.getTargetAnnotation(ITextUnit textUnit,
LocaleId locId,
Class<A> type)
Gets an annotation attached to the target part of a given text unit resource in a given locale.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IAnnotation> |
TextUnit.getAnnotations() |
Iterable<IAnnotation> |
TextPart.getAnnotations() |
Iterable<IAnnotation> |
PipelineParameters.getAnnotations() |
Iterable<IAnnotation> |
MultiEvent.getAnnotations() |
Iterable<IAnnotation> |
IWithAnnotations.getAnnotations()
Gets the iterable list of the annotations for this resource.
|
Iterable<IAnnotation> |
Custom.getAnnotations() |
Iterable<IAnnotation> |
BaseNameable.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextUnit.setAnnotation(IAnnotation annotation) |
void |
TextPart.setAnnotation(IAnnotation annotation) |
void |
TextContainer.setAnnotation(IAnnotation annotation) |
void |
RawDocument.setAnnotation(IAnnotation annotation) |
void |
PipelineParameters.setAnnotation(IAnnotation annotation) |
void |
MultiEvent.setAnnotation(IAnnotation annotation) |
void |
IWithAnnotations.setAnnotation(IAnnotation annotation)
Sets an annotation object for this resource.
|
void |
Ending.setAnnotation(IAnnotation annotation) |
void |
Document.setAnnotation(IAnnotation annotation) |
void |
Custom.setAnnotation(IAnnotation annotation) |
void |
BaseNameable.setAnnotation(IAnnotation annotation) |
static void |
TextUnitUtil.setSourceAnnotation(ITextUnit textUnit,
IAnnotation annotation)
Attaches an annotation to the source part of a given text unit resource.
|
static void |
TextUnitUtil.setTargetAnnotation(ITextUnit textUnit,
LocaleId locId,
IAnnotation annotation)
Attaches an annotation to the target part of a given text unit resource in a given language.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends IAnnotation> |
StorageList.getAnnotation(Class<A> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IAnnotation> |
StorageList.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageList.setAnnotation(IAnnotation annotation) |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkdownLinePrefixAnnotation
ListItem and BlockQuote, which can be nested, and IndentedCode block (cannot be nested)
are marked by prefixes on each line, and they can be combined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Manifest
Implements the writing and reading of a manifest document, commonly used
in different types of translation packages.
|
class |
MergingInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterWriterAnnotation |
| Modifier and Type | Class and Description |
|---|---|
class |
TXMLSegAnnotation |
| Modifier and Type | Class and Description |
|---|---|
class |
XLIFF2NotesAnnotation |
| Modifier and Type | Class and Description |
|---|---|
class |
DiffMatchAnnotation
Marker annotation that shows a TextUnit was updated via a
DiffLeverageStep. |
| Modifier and Type | Class and Description |
|---|---|
class |
RepetitiveSegmentAnnotation |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopingReportAnnotation |
| Modifier and Type | Class and Description |
|---|---|
class |
InputTokenAnnotation |
class |
TokensAnnotation |
| Modifier and Type | Method and Description |
|---|---|
<A extends IAnnotation> |
Lexem.getAnnotation(Class<A> type) |
<A extends IAnnotation> |
Lexem.removeAnnotation(Class<A> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Lexem.setAnnotation(IAnnotation annotation) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsAnnotation |
Copyright © 2021. All rights reserved.