| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| - added added two filtering functions: filterLongest and filterBest - updated the PGF service to work with the new API | |||
| 2020-05-11 | Add Lauri Alanko to the list of contributors | Inari Listenmaa | |
| 2020-05-05 | accepting gf-ud style abslabels in gf-core ; cnclabels TODO | aarneranta | |
| 2020-04-02 | Merge pull request #50 from jdahlin/patch-1 | Krasimir Angelov | |
| Expose PGF/Concr/Iter/Bracket | |||
| 2020-04-01 | Expose PGF/Concr/Iter/Bracket | Johan Dahlin | |
| Expose the remaining types in the module. These are helpful for example in type annotations. | |||
| 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 ↵ | krangelov | |
| conditional probability. This turns out to be more useful for part of speech tagging | |||
| 2020-03-05 | The APIs for callbacks and the bracketed strings now use a string for the ↵ | krangelov | |
| analysis intead of an integer. This is now consistent with lookupMorpho and friends | |||
| 2020-02-18 | another bug related to mattern matching on multiword expression | krangelov | |
| 2020-02-17 | fix: pattern matching on strings should reconstruct the tokens after matching | krangelov | |
| 2020-02-17 | fix the compilation of case insensitive grammars | krangelov | |
| 2020-02-13 | support command c-lookupCohorts | krangelov | |
| 2020-02-13 | support post requests to the server | krangelov | |
| 2020-01-28 | rename the WordNet module when creating a new language | krangelov | |
| 2020-01-28 | added link to WordNet | krangelov | |
| 2020-01-24 | added plugin for search in WordNet | krangelov | |
| 2020-01-17 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2020-01-17 | Python 3 literal callbacks will receive offsets in number of characters ↵ | krangelov | |
| instead of bytes | |||
| 2019-12-12 | Remove outdated advice on producing Haskell file | Inari Listenmaa | |
| 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-12-03 | GF cloud: GFMorpho: responsive layout improvement for small screens | Thomas Hallgren | |
| 2019-12-03 | GF Cloud: add Word inflection with smart paradigms | Thomas Hallgren | |
| This is a reimplemention of Aarne's GFMorpho service from 2012, using the GF shell web API. Not all features are implemented (yet). | |||
| 2019-11-27 | Fix another build problem in bin/build-binary-dist.sh | Thomas Hallgren | |
| Make sure the dynamic C runtime libraries are found when running GF to compile the RGL | |||
| 2019-11-26 | PGFService: userLanguage now defaults to English, if present in the grammar | Thomas Hallgren | |
| The userLangauge is the name of the concrete syntax that has a languageCode that matches the user's preferred language, as reported by the web browser. If no matching language code is found, the PGF service now sets userLanguage to the concrete syntax for English (e.g. FoodsEng) if present, and defaults to the first concrete syntax (e.g. FoodsAfr) only if English is not present in the grammar. | |||
| 2019-11-21 | Minibar: make it possible to configure a list of preferred grammars | Thomas Hallgren | |
| A preferred grammar is selected when a user visits the Minibar for the first time. (Like before, Minibar remembers the selected grammar for future visits.) A preferred list of grammars can be specified in config.js in the .../minibar directory on the server, e.g. like this: preferred_grammars=["/grammars/Foods.pgf","/grammars/ResourceDemo.pgf"] The first available grammar from the list is used. | |||
| 2019-11-18 | Fix build problems, bump versiom to gf-3.10.4-git | Thomas Hallgren | |
| debian/rules and bin/build-binary-dist.sh needed to be adepted to changes in how INSTALLPATH is used in src/runtime/java/Makefile. | |||
| 2019-11-18 | PGFService: revert unlexing change in PGFService to restore &+ behaviour | Thomas Hallgren | |
| 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 ↵ | aarneranta | |
| 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-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-09-20 | more dead code | krangelov | |
| 2019-09-20 | removed more dead code | krangelov | |
| 2019-09-20 | remove obsolete code | krangelov | |
| 2019-09-10 | GrammarToCanonical: bug fix: add missing case for Empty | Thomas Hallgren | |
| 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 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-08-30 | a more reasonable API to iterate over a map | krangelov | |
| 2019-08-28 | Update Stack files after testing with Stack v2 | John J. Camilleri | |
| - Also bump up some minor GHC versions (8.4.3 -> 8.4.4, 8.6.2 -> 8.6.5) - Should still work with Stack < v2 (tested in docker/haskell:8.2.2) | |||
| 2019-08-21 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Thomas Hallgren | |
