Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpost/berkeleyaligner
Automatically exported from code.google.com/p/berkeleyaligner
https://github.com/mjpost/berkeleyaligner
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/berkeleyaligner
- Host: GitHub
- URL: https://github.com/mjpost/berkeleyaligner
- Owner: mjpost
- Created: 2015-03-15T13:15:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T13:26:06.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T20:57:24.892Z (over 1 year ago)
- Language: Java
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
#############################
# The Berkeley Word Aligner #
#############################The Berkeley Word Aligner is a statistical machine translation tool that automatically aligns words in a sentence-aligned parallel corpus.
-------------
Install & Run
-------------The version you have downloaded is primarily intended for people interested in extending or helping develop the aligner. To generate the distribution meant for end users (who just want to align words), you need to compile the package by running ant (http://ant.apache.org/):
ant
The directory called "distribution" will then contain further instructions on running the tool.
-----------
Information
-----------For more information about the package as a whole, please visit:
http://nlp.cs.berkeley.edu/pages/wordaligner.html
Information related to the development of this package resides online:
http://code.google.com/p/berkeleyaligner