An open API service indexing awesome lists of open source software.

https://github.com/arademaker/wn30-glosses-fftb


https://github.com/arademaker/wn30-glosses-fftb

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Note that grammar must be compiled to Linux and Mac. We can't use the
same compiled grammar with ACE in different operational systems.

sample of WN glosses using the https://github.com/own-pt/own-en.

#+BEGIN_SRC zsh
awk '$0 ~ /^d:/ {out=sub(/d:[ ]+/,""); print $0}' ~/work/wn/own-en/src/* | shuf -n 200 > sample-200.txt
#+END_SRC

In the docker (https://github.com/own-pt/docker-delphin)

#+BEGIN_SRC
ace -G terg.dat -g ~/terg/ace/config.tdl
mkprof -r ~/logon/lingo/lkb/src/tsdb/skeletons/english/Relations -i sample-200.txt sample-200
art -f -a 'ace --disable-generalization -g terg.dat -O' sample-200
#+END_SRC

profile creation with pydelphin:

#+BEGIN_SRC
ace -G terg-mac.dat -g ~/hpsg/terg/ace/config.tdl
delphin mkprof --input sample-200.txt --relations ~/hpsg/logon/lingo/lkb/src/tsdb/skeletons/english/Relations --skeleton sample-200-py
python process-fftb.py
#+END_SRC