Krasimir Angelov
|
bfd839b7b0
|
Update README.md
|
2021-08-07 18:29:59 +02:00 |
|
Krasimir Angelov
|
78d6282da2
|
Create README.md
|
2021-08-07 18:29:31 +02:00 |
|
Krasimir Angelov
|
cc8db24a46
|
Update memory_model.md
|
2021-08-07 10:36:34 +02:00 |
|
Krasimir Angelov
|
72c51f4bf9
|
Create memory_model.md
|
2021-08-07 09:44:50 +02:00 |
|
krangelov
|
2d6bcd1953
|
a better API for loading PGF & NGF files
|
2021-08-06 16:50:21 +02:00 |
|
krangelov
|
dc1644563f
|
extend the abstract syntax API
|
2021-08-06 12:43:30 +02:00 |
|
krangelov
|
36e87668e0
|
make sure that changes in the database are always flushed
|
2021-08-05 20:05:29 +02:00 |
|
krangelov
|
2d3aac5aa1
|
fixed white space
|
2021-08-05 19:30:50 +02:00 |
|
krangelov
|
217e0d8cc6
|
added function abstractName from the API
|
2021-08-05 19:30:05 +02:00 |
|
krangelov
|
75e19bbffa
|
document the exception handling
|
2021-08-05 18:05:42 +02:00 |
|
krangelov
|
7d85d3ca9a
|
fix: when PGF loading forgot reading "functions per cat"
|
2021-08-05 17:13:11 +02:00 |
|
krangelov
|
e298410e57
|
read_name -> read_text in literals
|
2021-08-05 17:06:05 +02:00 |
|
krangelov
|
5e320943c9
|
started on the Haskell binding
|
2021-08-05 17:01:49 +02:00 |
|
krangelov
|
54421492b2
|
fix the balancing to avoid segmentation faults
|
2021-08-05 16:28:50 +02:00 |
|
krangelov
|
84789c9fbf
|
finished reading the abstract syntax
|
2021-08-05 12:37:12 +02:00 |
|
krangelov
|
17629e4821
|
strings are stored as length+text and NULL byte is not a terminator
|
2021-07-30 13:45:22 +02:00 |
|
Krasimir Angelov
|
a8b3537184
|
Create DESIDERATA.md
|
2021-07-30 12:55:33 +02:00 |
|
krangelov
|
8f0a1b8fee
|
started a new database-backed runtime from scratch
|
2021-07-30 12:08:28 +02:00 |
|
krangelov
|
155657709a
|
Merge branch 'master' into c-runtime
|
2021-07-30 11:20:04 +02:00 |
|
Inari Listenmaa
|
45bc5595c0
|
Update C runtime install instructions
|
2021-07-15 09:54:15 +08:00 |
|
Meowyam
|
743f5e55d4
|
add missing install.sh file for c runtime
|
2021-07-14 17:20:20 +08:00 |
|
krangelov
|
655173932e
|
fix type signature
|
2021-01-20 20:38:19 +01:00 |
|
krangelov
|
04f6f113f0
|
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
|
2021-01-20 20:16:26 +01:00 |
|
krangelov
|
bac619f025
|
fix gu_map_next
|
2021-01-20 20:15:40 +01:00 |
|
krangelov
|
d4ccd2848c
|
Take a step back and do bottom up prediction only when needed. This solves the problem that some sentences were impossible to parse.
|
2020-11-17 10:26:00 +01:00 |
|
krangelov
|
90fc1d750e
|
remove the deprecated pgf_print_expr_tuple
|
2020-08-14 21:03:48 +02:00 |
|
krangelov
|
23edeec5a9
|
added an API for cloning expressions/types/literals
|
2020-08-14 20:54:15 +02:00 |
|
krangelov
|
a2d7f1369c
|
filter out empty brackets
|
2020-07-26 15:55:18 +02:00 |
|
krangelov
|
77a2630ed9
|
revert to using unconditional probabilities in the different lookup functions
|
2020-07-11 09:52:43 +02:00 |
|
krangelov
|
33818076ff
|
drop the SG library completely.
|
2020-07-08 21:12:01 +02:00 |
|
krangelov
|
165c5a6d9d
|
bugfix in parsing literals
|
2020-05-20 19:57:33 +02:00 |
|
krangelov
|
48d3973daa
|
fix the uggly typo that broke the literals.
|
2020-05-20 10:15:53 +02:00 |
|
krangelov
|
9a1f982b14
|
split unknown words by spaces
|
2020-05-16 08:32:00 +02:00 |
|
krangelov
|
62bc78380e
|
lookupCohorts now detects and reports unknown words. Also:
- added added two filtering functions: filterLongest and filterBest
- updated the PGF service to work with the new API
|
2020-05-14 15:03:30 +02:00 |
|
krangelov
|
762d83c1f0
|
switch off the debugger
|
2020-03-25 20:03:06 +01:00 |
|
krangelov
|
00e25d0ccb
|
an API to access the names of all fields withing a category
|
2020-03-06 12:29:08 +01:00 |
|
krangelov
|
88f76ef671
|
lookup_morpho, lookup_cohorts and fullform_lexicon now report the usual conditional probability. This turns out to be more useful for part of speech tagging
|
2020-03-05 12:04:42 +01:00 |
|
krangelov
|
f22bd70585
|
The APIs for callbacks and the bracketed strings now use a string for the analysis intead of an integer. This is now consistent with lookupMorpho and friends
|
2020-03-05 11:58:21 +01:00 |
|
krangelov
|
14f394c9e9
|
a version of the parser which returns a chart rather than a list of expressions
|
2019-12-07 22:00:39 +01:00 |
|
krangelov
|
95b3fb306f
|
forgot that debugging is on
|
2019-10-09 14:34:04 +02:00 |
|
krangelov
|
5b790b82c5
|
fix chunk extraction when there are literals
|
2019-10-09 14:32:20 +02:00 |
|
krangelov
|
26361b3692
|
fix the parsing for literals after the latest changes in the parser
|
2019-10-09 14:18:05 +02:00 |
|
krangelov
|
acb70ccc1b
|
cleanup
|
2019-09-19 22:30:08 +02:00 |
|
krangelov
|
4a71464ca7
|
Merge with master and drop the Haskell runtime completely
|
2019-09-19 22:01:57 +02:00 |
|
krangelov
|
e2ddea6c7d
|
first version of a parser which returns chunks in case of failure
|
2019-08-30 13:31:57 +02:00 |
|
krangelov
|
59a6e3cfdd
|
fix gu_map_next
|
2019-08-30 13:31:19 +02:00 |
|
krangelov
|
72cfc1f48a
|
a more reasonable API to iterate over a map
|
2019-08-30 08:12:15 +02:00 |
|
krangelov
|
394d033d19
|
added gu_map_delete
|
2019-08-20 18:55:36 +02:00 |
|
krangelov
|
3e662475ee
|
bugfix in the parser's scanner
|
2019-08-09 15:15:30 +02:00 |
|
krangelov
|
32379a8d11
|
fully supported case-insensitive parsing/lookup
|
2019-06-30 08:48:23 +02:00 |
|