krangelov
|
d7965d81b4
|
parseToChart also returns the category
|
2020-07-26 15:56:21 +02:00 |
|
krangelov
|
a2d7f1369c
|
filter out empty brackets
|
2020-07-26 15:55:18 +02:00 |
|
krangelov
|
0cee82f715
|
the if is actually unnecessary
|
2020-07-22 16:55:21 +02:00 |
|
krangelov
|
7229033e42
|
bugfix in bracketedLinearize
|
2020-07-22 16:26:05 +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 |
|
aarneranta
|
8a052edca2
|
an attempt to solve record extension overloading bug, commented out for the moment
|
2020-07-06 18:01:59 +02:00 |
|
John J. Camilleri
|
ab3c6ec4eb
|
Update descriptions in Python bindings setup.py
|
2020-06-17 11:36:31 +02:00 |
|
krangelov
|
165c5a6d9d
|
bugfix in parsing literals
|
2020-05-20 19:57:33 +02:00 |
|
krangelov
|
0ad1c352fe
|
expose lookupCohorts in Python
|
2020-05-20 16:12:50 +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
|
e8653135d4
|
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
|
2020-05-14 15:05:13 +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 |
|
aarneranta
|
65c810f085
|
accepting gf-ud style abslabels in gf-core ; cnclabels TODO
|
2020-05-05 15:46:48 +02:00 |
|
Johan Dahlin
|
589c358389
|
Expose PGF/Concr/Iter/Bracket
Expose the remaining types in the module.
These are helpful for example in type annotations.
|
2020-04-01 21:37:13 -03:00 |
|
krangelov
|
57a1ea5b56
|
forgot the conversion of the annotation string to jstring
|
2020-04-01 16:26:03 +02:00 |
|
krangelov
|
762d83c1f0
|
switch off the debugger
|
2020-03-25 20:03:06 +01:00 |
|
krangelov
|
733fdac755
|
restore the sequence ordering after -optimize-pgf
|
2020-03-15 19:57:47 +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
|
9806232532
|
fix the build after the change in the morphological API
|
2020-03-05 12:24:01 +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
|
2ab9fee8e4
|
Python 3 literal callbacks will receive offsets in number of characters instead of bytes
|
2020-01-17 12:41:54 +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
|
dbb09cc689
|
remove bogus comment
|
2019-12-07 21:59:41 +01:00 |
|
krangelov
|
bb298fadbe
|
silence warnings in the Python bindings
|
2019-12-07 10:27:06 +01:00 |
|
aarneranta
|
6f2b1a83b7
|
fixed a vd bug that sometimes erased the root label
|
2019-11-13 11:40:37 +01:00 |
|
aarneranta
|
d3b501d35f
|
fixed the problem with generating several roots in ud2gf. Now only the leftmost word becomes ROOT, the others become dep - which can be eliminated by cnclabels. This works fine for e.g. English prepositional and particle verbs. But it does not work if the 'main' word is not the leftmost one
|
2019-11-12 17:46:55 +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
|
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
|
85a81ef741
|
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
|
2019-08-09 15:18:27 +02:00 |
|
krangelov
|
3e662475ee
|
bugfix in the parser's scanner
|
2019-08-09 15:15:30 +02:00 |
|
John J. Camilleri
|
85f12a5544
|
Remove wrong Haddock comment in PGF2
Clearly just a copy-paste error
|
2019-08-07 12:52:17 +02:00 |
|
John J. Camilleri
|
12079550f8
|
Remove TypeScript runtime and point to new repository
https://github.com/GrammaticalFramework/gf-typescript
|
2019-07-11 09:29:49 +02:00 |
|
krangelov
|
32379a8d11
|
fully supported case-insensitive parsing/lookup
|
2019-06-30 08:48:23 +02:00 |
|
krangelov
|
b56591c6b6
|
the parser now ensures that all word senses are in the chart
|
2019-06-25 12:58:28 +02:00 |
|
krangelov
|
b94bb50ec9
|
fix in gu_buf_heap_pop
|
2019-06-24 12:27:36 +02:00 |
|
krangelov
|
e2395335cb
|
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
|
2019-06-24 12:14:15 +02:00 |
|
krangelov
|
2d9478b973
|
share some code for printing
|
2019-06-24 12:13:14 +02:00 |
|
John J. Camilleri
|
17e3f753fb
|
gflib.ts: put warning on console when function undefined
|
2019-06-13 14:43:21 +02:00 |
|
John J. Camilleri
|
498ad572ac
|
gflib.ts: fix in annotation when type is unknown
|
2019-06-13 14:12:53 +02:00 |
|
John J. Camilleri
|
bc61f8c191
|
gflib.ts: generate source map, which is helpful for debugging
|
2019-06-13 13:53:58 +02:00 |
|
John J. Camilleri
|
d252cfd610
|
gflib.ts: handled unimplemented functions during linearisation
|
2019-06-13 10:31:49 +02:00 |
|
John J. Camilleri
|
46a1bdc7ea
|
gflib.ts: also accept U+00C0-U+00FF (\192-\255) in idents in parseTree
Matches definition in src/compiler/GF/Grammar/Lexer.x
|
2019-06-12 15:28:25 +02:00 |
|