Amir Plivatsky
Amir Plivatsky
I wondered why this dict has only 5 sentence examples and none of them can be fully parsed. The project in this URL has recently been transferred to https://bitbucketarchive.softwareheritage.org/projects/ng/ngocminh/lienkate.html, from...
Idioms
In PR #1194 I said: > There are some more things to discuss on idioms., to be done here or in a new issue. Currently, a word with underbars is...
From 5.7.0: ```text linkparser> !!test.v Token "test.v" matches: test.v 18101 disjuncts ``` Now (248a6133d8793528f6376cd26baa3b9733001bf6): ```text linkparser> !!test.v Token "test.v" matches: test.v 93621 disjuncts ``` This also seems to cause a...
Cost cutoff
# Background I'm trying to fix the SAT-parser disjunct cost calculations to get accurate linkage disjunct and sentence costs, and mostly succeeded with that. (See issue #188 on the ignoring...
These is the current setup of panic mode: ``` parse_options_set_disjunct_cost(opts, 4.0f); parse_options_set_min_null_count(opts, 1); parse_options_set_max_null_count(opts, 100); parse_options_set_max_parse_time(opts, 60); parse_options_set_islands_ok(opts, false); parse_options_set_short_length(opts, 12); parse_options_set_all_short_connectors(opts, true); parse_options_set_linkage_limit(opts, 100); parse_options_set_spell_guess(opts, 0); ``` Proposed fixes:...
In an unrelated search I encountered [page 358 of "Intelligent Information and Database Systems: 8th Asian Conference ..., Part 2"](https://books.google.co.il/books?id=DtCzCwAAQBAJ&pg=PA358&lpg=PA358&dq=%22link-grammar%22+graph&source=bl&ots=aJRAMVvpoX&sig=ACfU3U0DuHIY7CZPdi18Gkvi2HKcmhdJzQ&hl=en&sa=X&ved=2ahUKEwipi9fc8u_lAhWfRxUIHZOmAV04ChDoATADegQIBxAB#v=onepage&q=%22link-grammar%22%20graph&f=false). This conference was in 2016, but according to their benchmark...
Hi Linas! I mostly finished the full integration of the SAT solver. In addition to the previous fixes, that are listed in the comment in #187, I have fixed several...
EDIT: For dynamic left-wall, see the last posts here. Currently, alternatives are not considered in the pruning algo. The problem with them is that a word that got broken for...
The main reason why I didn't propose to include a default support for word-graph display is that the library then includes code that issues exec/popen, a thing that potentially makes...
I tested a proof-of concept optimization that yields ~60% speedup for the fix-long batch. Using it, the most CPU consuming sentence in it ("And yet [...]" - total of 174...