Francis Tyers
Francis Tyers
One of the issues with the "dictation" feature is that it isn't always easy to find data for it. It would be great to be able to import data from...
I'm a non-monolingual user. I want to submit reviews in different languages. I want to review places in multiple languages and maybe even in different languages for the same place....
Current behaviour: * I navigate to https://lib.reviews/ * I can't see anything in the language I'm interested in contributing in * I scroll to the bottom * There is a...
Change `0.10.4-alpha` to `latest`
First pass at maintaining the output of the acoustic model and returning it to the client. Example output is [here](https://dpaste.com/F4BSLA3NC). Comments welcome.
``` $ python2 --version Python 2.7.16+ $ python3 --version Python 3.7.2+ ``` ``` $ python3 ./corpuscrawler --language tzh --output output-tzh/ Cache-Hit: http://listen.bible.is/robots.txt Traceback (most recent call last): File "./corpuscrawler", line...
``` cloud-user@opus-rr:~/guarani$ python3 Python 3.4.3 (default, Nov 28 2017, 16:41:13) [GCC 4.8.4] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import hfst >>> tr = hfst.regex('foo:0...
`hfst-proc -q` makes it print weights: ```bash fran@ipek:/tmp/apertium-ewo$ echo "bikie" | hfst-proc -w ewo.automorf.hfst !! Warning: Transducer contains one or more multi-character symbols made up of ASCII characters which are...
Running `hfst-fst2strings -c 0` on `generator-gt-norm.accented.hfst` in `giella-rus` causes infinite strings. Report: > okay. I am still trying this out. Got to about 28 GB of memory. It's cycling generating...
It would be great to be able to use HFST inside of web pages. Just a simple binding for reading and doing lookup ATT files would probably be enough.