Adam Bittlingmayer
Adam Bittlingmayer
Will there be a PyPI package so that other applications can integrate it easily with `pip install tm2tb`?
In the example at the end of the README, decode is called with test_path but not train_path. (That makes sense to me.) However, in correct_text.py main, FLAGS.train_path is still required...
I noticed that the code lowers in preproc. https://github.com/atpaino/deep-text-corrector/search?utf8=%E2%9C%93&q=lower%28%29&type= Because of this: 1. The system can't use case as a clue. 2. The system can't correct case. Did you try...
It's understandable that performance for very short strings is poor. Could we create a mapping with hand-assigned weights for those? I believe strings like 'yeah', 'no', 'si', 'haha', 'hehe' and...
Knowing that most lang id systems perform worse on short strings, I have been experimenting with normalising the length: ``` MIN_LEN = 30 id = langid.rank(s)[0] print langid.rank(s)[0] while len(s)...
I have noticed that 'wunderbar' is classified as Chinese, but only sometimes. Well, you see why: ``` >>> langid.rank(' wunderbar') [('de', 0.9778415187189662), ('ms', 0.010616691993507496), ('rw', 0.005629123117595187), ('jv', 0.002381279333979642), ('en', 0.0012907605583217631),...
- We don't consistently include `adaptive: true`, e.g. for ModernMT in memoQ. - Even where we do include it, we don't display it, e.g. for SYSTRAN in memoQ. We should...
**Description:** The 404 page does not make it easy to create the article. The links don't match the text. **Steps to reproduce the behavior:** 1. Go to https://machinetranslate.org/foo 2. Click...
**Description:** There are duplicate entries for Inuktitut. **Steps to reproduce the behavior:** 1. Go to https://machinetranslate.org/microsoft#languages **Expected behavior:** Either it should appear once, or there should be different names. Are...
**Description:** For quality estimation providers with APIs, the infobox does not link to TMS integrations section. **Steps to reproduce the behavior:** 1. Go to https://machinetranslate.org/modelfront 2. Infobox does not link...