public interface BitextReader extends Iterable<StringPair>
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Get the current column number in the file.
|
String |
getCurrentLine()
Get the current line of the bitext input.
|
int |
getLineCount()
Get the current line number in the file.
|
int |
getSentencePosition()
Get the current target sentence position in the file.
|
int |
getTargetColumnCount()
Get the current target column number in the file.
|
forEach, iterator, spliterator
int getLineCount()
int getColumnCount()
int getTargetColumnCount()
int getSentencePosition()
String getCurrentLine()