public class ArticlePair
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
actualPair
1 (?)
|
int |
src_len
Length of the source language article
|
int |
srcID
Identifier of the source language article
|
java.lang.String |
srcTitle
Title of the source language article
|
int |
trg_id
Identifier of the target language article
|
int |
trg_len
Length of the target language article
|
java.lang.String |
trgTitle
Title of the target language article
|
Constructor and Description |
---|
ArticlePair() |
ArticlePair(int srcId,
java.lang.String srcTit,
int trgId,
java.lang.String trgTit)
TODO this is added for the alignment interface.
|
public int srcID
public int src_len
public java.lang.String srcTitle
public int trg_id
public int trg_len
public java.lang.String trgTitle
public int actualPair
public ArticlePair()
public ArticlePair(int srcId, java.lang.String srcTit, int trgId, java.lang.String trgTit)
srcId
- srcTit
- trgId
- trgTit
-