summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-14Merge branch 'master' into wheelsMichael Elsdörfer
2020-06-14Update documentation.Michael Elsdörfer
2020-06-14(Homepage) Add new languages in list of RGL langsInari Listenmaa
2020-06-14in Fedora install instructions, use dnfbc²
dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/
2020-06-14Remove references to live PyPI.Michael Elsdörfer
2020-06-14Make sure sdist is included.Michael Elsdörfer
2020-06-14Bring back fail-fast.Michael Elsdörfer
2020-06-14Add upload to PyPI step.Michael Elsdörfer
2020-06-14Add Github action workflow to build Python wheels.Michael Elsdörfer
2020-06-06(Homepage) Add new languages in list of RGL langsInari Listenmaa
2020-06-03Merge pull request #54 from odanoburu/patch-1Inari Listenmaa
in Fedora install instructions, use dnf
2020-06-02in Fedora install instructions, use dnfbc²
dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/
2020-06-01Homepage: fix some spacing, add RGL browser, add news about GFSS 2020John J. Camilleri
2020-06-01Add link to Inari's video tutorial from homepageJohn J. Camilleri
2020-05-20allow literals in the C shellkrangelov
2020-05-20bugfix in parsing literalskrangelov
2020-05-20expose lookupCohorts in Pythonkrangelov
2020-05-20fix the uggly typo that broke the literals.krangelov
2020-05-16split unknown words by spaceskrangelov
2020-05-14Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2020-05-14lookupCohorts 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-11Add Lauri Alanko to the list of contributorsInari Listenmaa
2020-05-05accepting gf-ud style abslabels in gf-core ; cnclabels TODOaarneranta
2020-04-02Merge pull request #50 from jdahlin/patch-1Krasimir Angelov
Expose PGF/Concr/Iter/Bracket
2020-04-01Expose PGF/Concr/Iter/BracketJohan Dahlin
Expose the remaining types in the module. These are helpful for example in type annotations.
2020-04-01forgot the conversion of the annotation string to jstringkrangelov
2020-03-25switch off the debuggerkrangelov
2020-03-15restore the sequence ordering after -optimize-pgfkrangelov
2020-03-06an API to access the names of all fields withing a categorykrangelov
2020-03-05fix the build after the change in the morphological APIkrangelov
2020-03-05lookup_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-05The 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-18another bug related to mattern matching on multiword expressionkrangelov
2020-02-17fix: pattern matching on strings should reconstruct the tokens after matchingkrangelov
2020-02-17fix the compilation of case insensitive grammarskrangelov
2020-02-13support command c-lookupCohortskrangelov
2020-02-13support post requests to the serverkrangelov
2020-01-28rename the WordNet module when creating a new languagekrangelov
2020-01-28added link to WordNetkrangelov
2020-01-24added plugin for search in WordNetkrangelov
2020-01-17Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2020-01-17Python 3 literal callbacks will receive offsets in number of characters ↵krangelov
instead of bytes
2019-12-12Remove outdated advice on producing Haskell fileInari Listenmaa
2019-12-07a version of the parser which returns a chart rather than a list of expressionskrangelov
2019-12-07remove bogus commentkrangelov
2019-12-07silence warnings in the Python bindingskrangelov
2019-12-03GF cloud: GFMorpho: responsive layout improvement for small screensThomas Hallgren
2019-12-03GF Cloud: add Word inflection with smart paradigmsThomas 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-27Fix another build problem in bin/build-binary-dist.shThomas Hallgren
Make sure the dynamic C runtime libraries are found when running GF to compile the RGL
2019-11-26PGFService: userLanguage now defaults to English, if present in the grammarThomas 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.