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
- Host: GitHub
- URL: https://github.com/amake/jalignregions
- Owner: amake
- Created: 2016-01-27T16:01:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T13:34:49.000Z (over 10 years ago)
- Last Synced: 2025-03-16T03:11:11.704Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```