blob: aa92dba4abf8a67cd28764a341f0525fe97fd896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
simple_decoder
==============
A very simple phrase-based machine translation decoder in ruby.
Uses a single stack and a single feature 'f2e'.
Requires my zipf gem, see https://github.com/pks/zipf
Usage
-----
<code>
./simple_decoder.rb < data/example.input
</code>
or
<code>
./simple_decoder.rb -d
</code>
|