Santhosh Thottingal
Santhosh Thottingal
In your message, where is $1? Jquery.i18n assumes placeholders in its linear order. So of you have a placeholder value "10", that is 1st placeholder indicated by $1. It does...
This library is being ported to a jquery indepedent javascript library. See https://github.com/wikimedia/banana-i18n/ It comes with a linter called banana-checker. There are some js framework loaders like vue loader(with vue...
Yes, I am open to explore that feasibility. jquery plugin being in a folder looks a good idea. We need to keep the npm package publishing workflow(https://www.npmjs.com/package/banana-i18n and https://www.npmjs.com/package/@wikimedia/jquery.i18n)
Currently it is not supported in this library. Note that we are not planning to add any new features to jquery.i18n but [banana.i18n](https://github.com/wikimedia/banana-i18n/) - a jquery independent modern js library...
Yes, Agree. See https://github.com/wikimedia/jquery.i18n/issues/83. I started some initial work on this and now stalled due to time constraints.
I am working on this again - to build a generic, modern js library https://github.com/santhoshtr/banana-i18n Please take a look.
https://github.com/Helsinki-NLP/Opus-MT/blob/master/Dockerfile has a Dockerfile for OpusMT which is on top of Marian. It may be useful
Ubuntu LTS 20.04 comes with Python 3.8 by default. Installation of hfst fails in it. Please release a fix.
Sorry for pinging again. since latest linux distributions comes with python 3.8 by default, installing and using hfst is becoming difficult. Either workarounds with pip or downgrading the python to...
In case it is useful, I found https://github.com/hfst/hfst/wiki/Releasing explaining the workflow for building wheel and publishing in pypi.