index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2020-05-20
bugfix in parsing literals
krangelov
2020-05-20
expose lookupCohorts in Python
krangelov
2020-05-20
fix the uggly typo that broke the literals.
krangelov
2020-05-16
split unknown words by spaces
krangelov
2020-05-14
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
krangelov
2020-05-14
lookupCohorts now detects and reports unknown words. Also:
krangelov
2020-05-05
accepting gf-ud style abslabels in gf-core ; cnclabels TODO
aarneranta
2020-04-01
Expose PGF/Concr/Iter/Bracket
Johan Dahlin
2020-04-01
forgot the conversion of the annotation string to jstring
krangelov
2020-03-25
switch off the debugger
krangelov
2020-03-15
restore the sequence ordering after -optimize-pgf
krangelov
2020-03-06
an API to access the names of all fields withing a category
krangelov
2020-03-05
fix the build after the change in the morphological API
krangelov
2020-03-05
lookup_morpho, lookup_cohorts and fullform_lexicon now report the usual condi...
krangelov
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ana...
krangelov
2020-01-17
Python 3 literal callbacks will receive offsets in number of characters inste...
krangelov
2019-12-07
a version of the parser which returns a chart rather than a list of expressions
krangelov
2019-12-07
remove bogus comment
krangelov
2019-12-07
silence warnings in the Python bindings
krangelov
2019-11-13
fixed a vd bug that sometimes erased the root label
aarneranta
2019-11-12
fixed the problem with generating several roots in ud2gf. Now only the leftmo...
aarneranta
2019-10-09
forgot that debugging is on
krangelov
2019-10-09
fix chunk extraction when there are literals
krangelov
2019-10-09
fix the parsing for literals after the latest changes in the parser
krangelov
2019-08-30
first version of a parser which returns chunks in case of failure
krangelov
2019-08-30
fix gu_map_next
krangelov
2019-08-30
a more reasonable API to iterate over a map
krangelov
2019-08-20
added gu_map_delete
krangelov
2019-08-09
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
krangelov
2019-08-09
bugfix in the parser's scanner
krangelov
2019-08-07
Remove wrong Haddock comment in PGF2
John J. Camilleri
2019-07-11
Remove TypeScript runtime and point to new repository
John J. Camilleri
2019-06-30
fully supported case-insensitive parsing/lookup
krangelov
2019-06-25
the parser now ensures that all word senses are in the chart
krangelov
2019-06-24
fix in gu_buf_heap_pop
krangelov
2019-06-24
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
krangelov
2019-06-24
share some code for printing
krangelov
2019-06-13
gflib.ts: put warning on console when function undefined
John J. Camilleri
2019-06-13
gflib.ts: fix in annotation when type is unknown
John J. Camilleri
2019-06-13
gflib.ts: generate source map, which is helpful for debugging
John J. Camilleri
2019-06-13
gflib.ts: handled unimplemented functions during linearisation
John J. Camilleri
2019-06-12
gflib.ts: also accept U+00C0-U+00FF (\192-\255) in idents in parseTree
John J. Camilleri
2019-06-12
gflb.ts: add comments about startsWith polyfill, making into module
John J. Camilleri
2019-06-10
Avoid modifying String prototype in TypeScript runtime
John J. Camilleri
2019-06-10
Use strict mode in TypeScript, catch some more corner cases
John J. Camilleri
2019-06-10
TypeScript readme
John J. Camilleri
2019-06-10
Add generated gflib.js under `typescript/js`. Add deprecation notice in `java...
John J. Camilleri
2019-06-10
Catch for when rules are undefined
John J. Camilleri
2019-06-10
Create copies when tagging
John J. Camilleri
2019-06-10
Minor indentation fixes in gflib.js
John J. Camilleri
[next]