An open API service indexing awesome lists of open source software.

https://github.com/amake/jalignregions

A Java port of align_regions.c from Gale & Church's A Program for Aligning Sentences in Bilingual Corpora
https://github.com/amake/jalignregions

Last synced: 11 months ago
JSON representation

A Java port of align_regions.c from Gale & Church's A Program for Aligning Sentences in Bilingual Corpora

Awesome Lists containing this project

README

          

This is a Java port of `align_regions.c` from the appendix of

A Program for Aligning Sentences in Bilingual Corpora
by William A. Gale, Kenneth W. Church
October 4, 1990
http://www.cs.jhu.edu/~kchurch/wwwfiles/published_1991_acl.txt

It is released under the GNU General Public License version 3
by permission from Kenneth Church:

```
From: "Kenneth W Church"
Subject: Re: Inquiry re: align_regions.c
Date: March 25, 2016 at 21:59:32 GMT+9
To: Aaron Madlon-Kay

sure

Aaron Madlon-Kay ---03/14/2016 04:53:12 AM---Hello Professor Church I am a developer working on a FOSS (GPLv3) text alignment tool and I am

From: Aaron Madlon-Kay
To: Kenneth W Church/Watson/IBM@IBMUS
Date: 03/14/2016 04:53 AM
Subject: Inquiry re: align_regions.c

Hello Professor Church

I am a developer working on a FOSS (GPLv3) text alignment tool and I am interested in your algorithm. I have made a Java port of the code for align_regions.c in your paper here:
https://www.cs.jhu.edu/~kchurch/wwwfiles/published_1991_acl.txt

I am unclear regarding the licensing issues surrounding a port of the code from your paper, but I believe that I need your permission to release my port at all. May I do so under GPLv3?

Thanks for your consideration,
Aaron
```