Alexandre Rademaker
Alexandre Rademaker
Can we disambiguate words in a context partially disambiguate? Imagine a dataset with some sentences with some words annotated with senses and we want to disambiguate only the words not...
Can you provide a sample of the command line to run the parser with the pre-trained models?
The command C-c C-a for adding a new transaction can be used with hledger? How? Using it a got `hledger: command xact is not recognized, run with no command to...
How can we model the proportion of components in compound sustance. Say a rock that is composed of X% of mineral 1 and Y% of mineral 2...
I am trying to setup an environment to work with https://replit.com. But I am having trouble installing the lib in the C Repl. I don't have root access to follow...
Is the code used in the paper http://lc-quad.sda.tech/static/ISWC2017_paper_152.pdf available? Where? I would like to reproduce the steps to create a dataset for a specific domain...
Do we have any method to parse the TFS from tokens? ``` token [ +FORM "cats" +FROM "4" +TO "8" +ID *diff-list* [ LIST *cons* [ FIRST "1" REST *list*...
In the `response.tokens().tokens`, see that all `pos` are empty `[]`: ``` >>> from delphin import ace >>> response = ace.parse('erg.dat', 'Abrams chased Browne') NOTE: parsed 1 / 1 sentences, avg...
``` % delphin mkprof -v -v -i all.txt --delimiter "@" --relations ~/hpsg/logon/lingo/lkb/src/tsdb/skeletons/english/Relations --skeleton all Traceback (most recent call last): File "/Users/ar/work/wn/venv/bin/delphin", line 8, in sys.exit(main()) File "/Users/ar/work/wn/venv/lib/python3.8/site-packages/delphin/main.py", line 42, in...
The link for "Programming in Lean 4" is broken in These aspects of Lean are explored in a companion tutorial to this one, Programming in Lean 4, though computational aspects...