-
In the first chapter, "Linux: A Little History", the term "kernel" is thrown around a lot. The first instance is the sentence: "In 1991 Linus Torvalds was completing his computer science degree at the…
-
$ hfst-lookup -V
hfst-lookup 0.6 (hfst 3.6.1)
Copyright (C) 2010 University of Helsinki,
License GPLv3: GNU GPL version 3 http://gnu.org/licenses/gpl.html
This is free software: you are free to change…
-
I've been trying to Maxwell filter Triux fif files and have been encountering issues related to the channel ordering. Because Triux files put EOG etc data before MEG, `_update_sensor_geometry` fails o…
-
To reproduce:
check out and build svn@HEAD of $GTHOME/langs/sme (at rev 83634 as of this writing), then:
```
cd tools/spellcheckers/fstbased/hfst
echo "ođasmáhttan" | hfst-ospell se.zhfst
libc++abi…
-
Steps to reproduce (assumption: a configured and working setup of the SMA language svn in the Giellatekno/Divvun repository):
1. configure sma for hfst use: ./configure --with-hfst --without-xfst
2. …
-
Examples from commandline use:
hfst-mso $ echo "5 [L]" | /usr/local/bin/hfst-ospell-office se-latest/se.zhfst
@@ hfst-ospell-office is alive
*
**\* Error in `/usr/local/bin/hfst-ospell-office': munmap…
-
Hello
I'm a research assistant at University of Helsinki. We are doing a report on SDN and networking in general and your project caught our attention. We noticed that nwEPC---EPC-SAE-Gateway had a o…
-
The exact error varies depending on the input file, here's some samples:
`````` ~~
$ hfst-regexp2fst -S -i $GTCORE/gtshared/src/filters/remove-sub-forms.regex > tmp.hfst
*** xre parsing failed: synt…
-
Background:
1. User installed the newest divvun package (divvun.no)
2. User edited North Sámi texts for one day, everything worked fine
3. User continued the next day, Word hangs (does not respond) an…
-
```
What steps will reproduce the problem?
1. In a C file, write code like this:
int (*pt2Fun)(float, char, char) = NULL; //define function prt.
pt2Fun = (Function); //give pointer an address
*p…