Flammie Pirinen

Results 30 issues of Flammie Pirinen

``` In Datei, eingebunden von /usr/include/fst/fstlib.h:85, von LogWeightTransducer.cc:25: /usr/include/fst/shortest-path.h: In Instanziierung von »void fst::ShortestPath(const fst::Fst&, fst::MutableFst*, std::vector*, const fst::ShortestPathOptions&) [with Arc = fst::ArcTpl; Queue = fst::AutoQueue; ArcFilter = fst::AnyArcFilter; typename...

I been asked to build conda packages for omorfi but it would require HFST packaged: https://conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs-skeleton.html should work with pypi packages simply.

``` $ cat test.lexc LEXICON Root < [a | b | c | - ] > # ; $ hfst-lexc test.lexc hfst-lexc: warning: Defaulting to OpenFst tropical type Root...*** xre...

a typical `hfst-compose-intersect -v` looks like this: ``` Reading and minimizing rule ��_... Reading and minimizing rule �_... Reading and minimizing rule ��_... Reading and minimizing rule �_... Reading and...

Due to compatibility with xerox twolc etc., hfst-twolc silently accepts undeclared alphabet pairs in rules, I think this should emit warning with option to turn it into error (like gcc...

enhancement
hfst-twolc

I have a potentially very ambiguous string that still freezes hfst-lookup and eats all memory on python lookup(), the time-cutoff mostly seems to have solved problem cases but this one...

I just tested make on fresh rpi machine and it fails at end (after few hours of compiling!): ``` /bin/bash ../../../build-aux/ylwrap xre_parse.yy y.tab.c xre_parse.cc y.tab.h `echo xre_parse.cc | sed -e...

I don't know if it's easy but using various ides or linters with python hfst gets warnings like so: ``` See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports Cannot find implementation or library stub for module...

I'm trying to build a toy guesser: ``` $❯ cat guesser.lexc Multichar_Symbols +n +a +sg +nom +ine +ela +all LEXICON Root abcdefghijklmonpqrstuvxyzåäö # ; Guess ; LEXICON Guess < ?+...

Iäm trying to build a toy guesser: ``` $❯ cat guesser.lexc Multichar_Symbols +n +a +sg +nom +ine +ela +all LEXICON Root abcdefghijklmonpqrstuvxyzåäö # ; Guess ; LEXICON Guess < ?+...