For JS, see instead: https://github.com/TinoDidriksen/regtest/blob/main/static/inspect.js#L8
Graphviz usage:
... | niceline.pl 'en' | niceline2dot.pl | perl -wpne 's#</?b>##g;' | dot -Tpng
For JS, see instead: https://github.com/TinoDidriksen/regtest/blob/main/static/inspect.js#L8
Graphviz usage:
... | niceline.pl 'en' | niceline2dot.pl | perl -wpne 's#</?b>##g;' | dot -Tpng
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use utf8; | |
| use Digest::SHA qw(sha256_base64); | |
| sub hash_base62 { | |
| my ($s, $n) = @_; | |
| utf8::encode($s); |
| "<Abc=def>" | |
| "Abc=def" tags #1->0 | |
| "<Abc=def=ghi>" | |
| "Abc=def=ghi" tags #2->0 | |
| "<Abc=def=ghi=jkl>" | |
| "Abc=def=ghi=jkl" tags #3->0 | |
| "<Abc=def=ghi=jkl=mno>" |
| diff --git a/src/fst/morphology/affixes/propernouns.lexc b/src/fst/morphology/affixes/propernouns.lexc | |
| index a6f927f16..bddb143ee 100644 | |
| --- a/src/fst/morphology/affixes/propernouns.lexc | |
| +++ b/src/fst/morphology/affixes/propernouns.lexc | |
| @@ -527,6 +527,30 @@ LEXICON ZcitationsformZ | |
| +N+Via+Sg:%>-ikkut ViaVb ; | |
| +N+Via+Sg+Orth/Alt:%>-kkut ViaVb ; | |
| +LEXICON ZcitationsformZ_Num | |
| +!! ** Lexicon **@LEXNAME@** Copy of ZcitationsformZ, but yielding Num |
| Citronen Fjordimi suliniut nunarsuarmi zinkinik aqerlunik peqarnersaasut ilaanniippoq . |
| project(example CXX) | |
| find_package(PkgConfig REQUIRED) | |
| pkg_search_module(LIBEVDEV REQUIRED libevdev) | |
| add_executable(example example.cpp) | |
| target_include_directories(example PRIVATE ${LIBEVDEV_INCLUDE_DIRS}) | |
| target_link_libraries(example PRIVATE ${LIBEVDEV_LIBRARIES}) |
| # In a quay.io/pypa/manylinux_2_28_x86_64 container: | |
| dnf update | |
| dnf install flex bison readline-devel libicu-devel libtool swig pkgconfig readline-devel zlib-devel autoconf automake gcc-toolset-12-libatomic-devel | |
| cd /home/tino/manylinux_2_28/foma/foma/ | |
| cmake . | |
| make clean | |
| time make -j8 2>&1 | tee build.log | |
| make install |
| #!/usr/bin/env php | |
| <?php | |
| /* | |
| USAGE: | |
| ./cg-combsets.php kalcg.dansyn kalcg.dan kalcg.dep kalcg.extra kalcg.pre > sets.cg3 | |
| Parses all given grammars and spits out all sets used across all grammars, and marks conflicts for manual inspection. | |
| Used to create a combined deduplicated sets.cg3 that multiple grammars can Include. |
| aftagende | |
| akut | |
| almindelig | |
| belgisk | |
| betydningsfuld | |
| blød | |
| bæredygtig | |
| cirkulær | |
| delelig | |
| deltagende |
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "meta": { | |
| "theme": "elegant" | |
| }, | |
| "basics": { | |
| "name": "Tino Didriksen", | |
| "label": "Software Developer and Computational Linguist", | |
| "email": "mail@tinodidriksen.com", | |
| "url": "https://tinodidriksen.com/", |