Daniel Swanson
Daniel Swanson
If there are 2 files open and I open a portal, both files are shared, but if I open a file after sharing the portal, there doesn't seem to be...
If the very first line of a syntax highlighting test is a comment, then even if `tree-sitter highlight` colors the file correctly and essentially instantly, `tree-sitter test` loops seemingly endlessly...
So I have a highlighting test that currently looks like this: ``` a e ä i o ö u ü y ý ; ! ^ punctuation.delimiter ``` According to the...
``` Alphabet y:a y:b ; Rules "a" y:a _ " .#. ; ``` ``` $ printf 'Alphabet\n y:a y:b ;\nRules\n"a"\ny:a _ " .#. ;\n' | hfst-twolc -v | hfst-fst2txt Reading...
``` $ echo "béésh" | hfst-proc nav-eng.automorf.hfst !! Warning: Transducer contains one or more multi-character symbols made up of ASCII characters which are also available as single-character symbols. The input...
Currently unimplemented features: - `` - language variants
The current version of `apertium-kir` (commit 121a4d50341c7c7e0be04c3ba52c29eb4dbdd4e9 as I write this) causes `hfst-proc -g` to segfault on some inputs: ```bash $ echo "^бол+жат$" | hfst-proc -g kir.autogen.hfst Segmentation fault (core...
``` daniel@computer-name-here:~$ cat caps.lexd PATTERNS [x꞉tèeʼ:xte] [nah:na] daniel@computer-name-here:~$ lexd caps.lexd | hfst-txt2fst | hfst-fst2fst -O -o caps.hfstol daniel@computer-name-here:~$ echo "X꞉tèeʼ Nah" | hfst-proc caps.hfstol ^X꞉tèeʼ/xte$ ^Nah/Na$ daniel@computer-name-here:~$ lexd caps.lexd |...
The following TextGrid does not load: [DEL.TextGrid.txt](https://github.com/hbuschme/TextGridTools/files/8514956/DEL.TextGrid.txt) If either the `DEL` (ASCII `7f`) character or the newline is removed from the annotation, the file loads fine, but if both are...
Apparently inputs containing `\r\n` on Windows are coming out of `apertium-transfer` as `\r\r\n`. I was not able to reproduce this on Linux.