yalign
yalign copied to clipboard
A sentence aligner for comparable corpora
I tried to create a model using yalign-issue6-response package and I am getting the following warning. `DeprecationWarning: Passing 1d arrays as data is deprecated in 0.17 and willraise ValueError in...
`wget: unable to resolve host address ‘yalign.machinalis.com’` The site machinalis.com seems to be dead. Is there an alternative location where the models can be downloaded from? Thanks.
Use python-astar (https://github.com/jrialland/python-astar) instead.
Hi, any plans to update the repo for supporting Python 3? Thanks!
Hi, I found that this align tool is very useful. And I wanna to train a model of my own, but I do not have any phrase table could you...
Can yalign be used for other language pairs? If so, are there any instructions for how those language models are setup?
Hi. I'm trying to use yalign and to start I read the docs and did run: ` sudo pip install yalign ` Followed by ` wget https://raw.githubusercontent.com/machinalis/yalign/develop/data/models/0.1/en-es.tar.gz tar -xvzf en-es.tar.gz...
Hi, I managed to install the package in python 2.7 conda enviornment. When I run the `help` or any other command is give me this ResourceError as below, not sure...
Hi, ``` I tried installing yalign in python 3.4 using `sudo pip3 install yalign` , it shows installed correctly, but when i try to import i get no module found,...
Hi, I tried to align en es plan text file with en-es model that provided But there is some problem after "yalign-align en-es en.txt es.txt" /yalign/wordpairscore.py", line 51, in __call__...