Interlinear software

All about language programs, courses, websites and other learning resources
User avatar
AML
Orange Belt
Posts: 115
Joined: Thu Mar 10, 2016 2:21 am
Location: USA
Languages: English (N)
x 133

Interlinear software

Postby AML » Fri Dec 09, 2016 1:10 pm

Hi all,

I am interested in making my own interlinear texts for learning purposes. Does anyone know of some software that let's you create interlinear texts (even in RTL languages such as Arabic, Persian, and Hebrew)? I've tried doing it in Word, but Word is not very practical because you can paste the Hebrew into one line of a table, but then you have to type the English translation in reverse order in the row under it. Rather tedious.

What I would prefer instead is a program that could let me paste the RTL language and then click on each word (or short phrase) and then let me type in the translation. That way it's easy to edit and will probably automatically center the translation below the appropriate word, as well. Additionally it would be nice to be able to edit the format so that whatever I paste isn't just one giant paragraph.

Does anyone know of such software?

And if this sort of software doesn't exist, are there any software engineers out there that would be interested in creating it?

Cheers,
AML
0 x

Tomás
Blue Belt
Posts: 554
Joined: Sat Oct 10, 2015 9:48 pm
Languages: English (N). Currently studying Spanish (intermediate), French (false beginner).
x 661

Re: Interlinear software

Postby Tomás » Fri Dec 09, 2016 8:07 pm

It's easy to make side-by-side columns in Word. This works as well as interlinear for learning--better in my opinion.
1 x

User avatar
jeff_lindqvist
Black Belt - 3rd Dan
Posts: 3153
Joined: Sun Aug 16, 2015 9:52 pm
Languages: sv, en
de, es
ga, eo
---
fi, yue, ro, tp, cy, kw, pt, sk
Language Log: viewtopic.php?f=15&t=2773
x 10532

Re: Interlinear software

Postby jeff_lindqvist » Fri Dec 09, 2016 10:39 pm

Many years ago I followed Iversen's old piece of advice from HTLAL - it's available here in his guide.

There may be some additional info about the format in Interlinear books?.
0 x
Leabhair/Greannáin léite as Gaeilge: 9 / 18
Ar an seastán oíche: Oileán an Órchiste
Duolingo - finished trees: sp/ga/de/fr/pt/it
Finnish with extra pain : 100 / 100

Llorg Blog - Wiki - Discord

Tomás
Blue Belt
Posts: 554
Joined: Sat Oct 10, 2015 9:48 pm
Languages: English (N). Currently studying Spanish (intermediate), French (false beginner).
x 661

Re: Interlinear software

Postby Tomás » Fri Dec 09, 2016 10:58 pm

jeff_lindqvist wrote:Many years ago I followed Iversen's old piece of advice from HTLAL - it's available here in his guide.


For some reason that link took me to the top of the page. OP should look for Iversen's section 4.2 on making parallel texts.
0 x

User avatar
jeff_lindqvist
Black Belt - 3rd Dan
Posts: 3153
Joined: Sun Aug 16, 2015 9:52 pm
Languages: sv, en
de, es
ga, eo
---
fi, yue, ro, tp, cy, kw, pt, sk
Language Log: viewtopic.php?f=15&t=2773
x 10532

Re: Interlinear software

Postby jeff_lindqvist » Fri Dec 09, 2016 11:30 pm

Thanks, I've edited the link now.
0 x
Leabhair/Greannáin léite as Gaeilge: 9 / 18
Ar an seastán oíche: Oileán an Órchiste
Duolingo - finished trees: sp/ga/de/fr/pt/it
Finnish with extra pain : 100 / 100

Llorg Blog - Wiki - Discord

User avatar
rdearman
Site Admin
Posts: 7251
Joined: Thu May 14, 2015 4:18 pm
Location: United Kingdom
Languages: English (N)
Language Log: viewtopic.php?f=15&t=1836
x 23234
Contact:

Re: Interlinear software

Postby rdearman » Fri Dec 09, 2016 11:38 pm

I think this might be what you are looking for: http://michel.jacobson.free.fr/ITE/index_en.html
3 x
: 0 / 150 Read 150 books in 2024

My YouTube Channel
The Autodidactic Podcast
My Author's Newsletter

I post on this forum with mobile devices, so excuse short msgs and typos.

User avatar
rdearman
Site Admin
Posts: 7251
Joined: Thu May 14, 2015 4:18 pm
Location: United Kingdom
Languages: English (N)
Language Log: viewtopic.php?f=15&t=1836
x 23234
Contact:

Re: Interlinear software

Postby rdearman » Sat Dec 10, 2016 12:04 am

4 x
: 0 / 150 Read 150 books in 2024

My YouTube Channel
The Autodidactic Podcast
My Author's Newsletter

I post on this forum with mobile devices, so excuse short msgs and typos.

israelrt
White Belt
Posts: 17
Joined: Sat Dec 10, 2016 2:01 am
Languages: English (N), Malayalam A2, Hindi A2, French (A1), Latin (beginner), Norwegian (beginner), Finnish (beginner), Latvian (beginner), Hebrew (beginner), Hungarian (beginner)
x 23

Re: Interlinear software

Postby israelrt » Sat Dec 10, 2016 2:05 am

Put the texts into two different text files.
Then use the following command on the command line :

Code: Select all

paste -d '\n' file1 file2


This will create interlinear text and will send it to standard output.
There are also ways to do it with cat or awk.

See http://stackoverflow.com/questions/4011 ... text-files
Last edited by israelrt on Sun Dec 11, 2016 12:50 am, edited 1 time in total.
0 x

User avatar
rdearman
Site Admin
Posts: 7251
Joined: Thu May 14, 2015 4:18 pm
Location: United Kingdom
Languages: English (N)
Language Log: viewtopic.php?f=15&t=1836
x 23234
Contact:

Re: Interlinear software

Postby rdearman » Sat Dec 10, 2016 12:24 pm

israelrt wrote:Put the texts into two different text files.
Then use :

Code: Select all

paste -d '\n' file1 file2


There are also ways to do it with cat or awk.

See http://stackoverflow.com/questions/4011 ... text-files

Actually I know in linux there is a command line tool which will create dual language books, eg page to page, and I thought it would do interlinear, line-by-line too, but I couldn't find it for love nor money. Personally I'd use LaTex simply because it would output a pdf or other more useful formats than text. But the OP should have enough options now. ;)
0 x
: 0 / 150 Read 150 books in 2024

My YouTube Channel
The Autodidactic Podcast
My Author's Newsletter

I post on this forum with mobile devices, so excuse short msgs and typos.

User avatar
AML
Orange Belt
Posts: 115
Joined: Thu Mar 10, 2016 2:21 am
Location: USA
Languages: English (N)
x 133

Re: Interlinear software

Postby AML » Mon Dec 26, 2016 6:12 pm



Thanks very much to all for the links. It seems like learning LaTeX may be my best bet, so I'll try that first. It's free, and there is community support. Plus my wife has used it before, so she can help me a bit if needed.
0 x


Return to “Language Programs and Resources”

Who is online

Users browsing this forum: Neptunelovescats and 2 guests