Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 770 Bytes

interlinearizer

Generates an interlinear text — a text with translation between lines — given translation pairs of semantic units (the shortest possible part of a phrase which makes sense when translated).

Translations are separated by a tab, pairs by a newline \n, and paragraphs by pipes |.

For example:

Esto	This
es	is
un	an
texto	text
traducido	translated
a	to
Interlinear.	Interlinear.
|	|
Esto	This
es	is
sólo	just
un	an
ejemplo.	example.
|	
Usalo	Use it
por favor.	please.

interlinear text example

Inspired from Interlinear Books and their interlinearizer tool.