-
Java lookup doesn't seem to load all automata:
```
$ CLASSPATH=$HOME/Koodit/hfst-optimized-lookup-java/hfst-ol.jar:. java com.googlecode.omorfi.Omorfi
Exception in thread "main" java.lang.ArrayIndexO…
-
I am finding severe problems with generalized EM. Again, this is in 3.3 – please check if this is fixed in 4.0.
The following program using EM with VE runs correctly:
package exercises
import com.c…
-
In the following example, hfst-lookup should give a warning about infinitely many outputs for the input "[WORD_ID=anoa][POS=VERB][KTN=52][VOICE=ACT][MOOD=INDV][TENSE=PAST][PRS=SG2]" instead of simply …
-
`Semiring` has the following law:
- `zero * a = zero`
With the instance `(Semiring a) => Semiring (Maybe a)`, neither of these hold for `a = Nothing` - since `mul` is defined as `liftA2 mul`, `zero *…
-
Running hfst3 r3185 on x86_64 architecture.
apertium-kaz:
`````` ~
make
if [ ! -d .deps ]; then mkdir .deps; fi
cat apertium-kaz.kaz.lexc | grep -v 'Dir/RL' > .deps/kaz.LR.lexc
hfst-lexc --format fo…
-
Not sure what I did, I thought I had not changing anything, but one day it worked, and one day I started getting this error:
```
~/s/winot (lhc|✔) ❯❯❯ stack build --flag winot:liquidhaskell
winot-0.1…
bonds updated
8 years ago
-
i see in scaladoc: (DenseMatrix)[http://www.scalanlp.org/api/breeze/#breeze.linalg.DenseMatrix] it is to say that `It is designed to be fast: Double- (and potentially Float-)valued DenseMatrices can b…
-
On both master and maint:
```
$ cabal haddock
Running Haddock for Agda-2.4.3...
Preprocessing library Agda-2.4.3...
Warning: The documentation for the following packages are not installed. No
links w…
-
@paf31 Instead of just threatening that I'm working on something I suppose I better explain what I'm doing before I get too far with it, in case we don't want to do this.
Now we have reliable re-expo…
garyb updated
8 years ago
-
this unifies:
``` purescript
> :type [(+), (+)] \x -> x 1 2
Prim.Array Prim.Int
```
but this doesn't:
``` purescript
> :type [{f: (+)}, {f: (+)}] \x -> x.f 1 2
Error found:
Error in module $PSCI:…