Okapi Framework - FiltersVersified Text Filter |
|
If you are using an Okapi Tool after the M9 release, you should be using the wiki online help:
http://www.opentag.com/okapi/wiki/index.php?title=Versified_Text_Filter
The Versified Text Filter is an Okapi component that implements the IFilter interface for
LDS versified text documents. The filter is implemented in the class
net.sf.okapi.filters.versifiedtxt.VersifiedTextFilter of the Okapi library.
A versified text file looks like the example below. The parts highlited in green are extracted.
|b000001 |cTitle |v0 Okapi Handbook |v1 Some text
The filter decides which encoding to use for the input document using the following logic:
Any sequences {N}, where N is a number is converted
as inline code.
This filter has no parameters.