Flammie Pirinen

Results 64 comments of Flammie Pirinen

openfst doesn't really have public version control or such do tehy?

Python is enough for basic level of support; loading language models and using it on things. I think users who need more advanced processing will also be able to figure...

I've automatically generated meta.yaml for omorfi-python here: https://github.com/flammie/omorfi/blob/develop/src/python/meta.yaml but at least my miniconda still says: ``` conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {'hfst'} ``` perhaps I'm missing something on how...

Perfect, now I have https://anaconda.org/flammie/omorfi and can start waiting user feedback :-D

I would've always recommended having separate parts as separate packages and repos: * libhfst * hfst-tools * python-hfst * lgpl version? they shouldn't need to share version and be published...

there are some tools where the front-end functionality is on the library side, particularly xerox style tools with bison and flex processing, but that should be manageable. I think probably...

good point, hyphenation hasn't been maintained much and it seems to be in serious need of reworking; the current ruleset combined with dictionary will end up wasting hundreds of megs...

Seems to work for me with current master version. There has been a number of changes in similar parts of the code that may have worked around it (see #25...

That is an excellent idea, a js binding would be great to have. At the moment the missing piece for that is HFST model support for javascript, if there was...

Docker is a good idea, I think ubuntu has some package like `build-essential` which has most basic deps for building most autoconf-based projects. I'll add fix the dependencies in the...