Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docent | 12 | 6 years ago | gpl-3.0 | C++ | ||||||
Document-Level Local Search Decoder for Phrase-Based Statistical Machine Translation | ||||||||||
English Tamil Mt | 2 | 5 years ago | apache-2.0 | Python | ||||||
English Tamil MT is part of a project carried out for ADD (Acoustic Dialect Decoder). It implements Moses based SMT and Neural MT in TensorFlow. | ||||||||||
Chisel | 1 | 7 years ago | apache-2.0 | Python | ||||||
SMT decoder based on sampling |
chisel
is an SMT decoder based on sampling. It implements a number of sampling strategies and different decision rules for SMT.
It works with phrase-based and hierarchical phrase-based models. Lots of its features are not yet availabile in the repository, but that won't last long.
I have added a few features to some of the dependencies below, these changes might not yet have made their way upstream, so you might need to download them from my forks.
I recommend you use virtualenv
virtualenv chiselenv
source chiselenv/bin/activate
kenlm
git clone https://github.com/wilkeraziz/kenlm.git
python setup.py install
cdec
git clone https://github.com/wilkeraziz/cdec.git
autoreconf -ifv
./configure
make
cd python
python setup.py install
jieba
pip install jieba
numpy
pip install numpy
chisel
python setup.py install
We are still preparing our paper, so please be kind and wait a bit ;)
chisel
is developed by Wilker Aziz at the University of Amsterdam.
Copyright (C) 2014 Wilker Aziz
Licensed under the Apache License Version 2.0.