Commit Graph
15 Commits
Author SHA1 Message Date
John J. Camilleri 69cea20dac Completely remove uses of example-based 2018-11-28 18:09:56 +01:00
John J. Camilleri 50e1e7b17e Merge pull request #7 from odanoburu/travis-ci
add travis ci
2018-08-13 08:46:09 +02:00
John J. Camilleri 895b479564 Merge pull request #8 from legalese/GF_LIB_PATH
GF_LIB_PATH can now be path1:path2:path3, not just 1path
2018-07-22 14:48:44 +02:00
John J. Camilleri 6a8d0038ed Merge pull request #46 from odanoburu/construct
(Eng) use Extend instead of Extra in Construction
2018-07-17 16:32:36 +02:00
John J. Camilleri bb5b21b925 Rename README to README.md 2018-05-03 11:03:56 +02:00
John J. Camilleri eabaa54a23 Merge pull request #14 from mbrock/master
Add a Travis configuration for checking that new commits build correctly
2018-05-03 10:41:59 +02:00
John J. Camilleri 98db9a257f Update editor modes page for Atom 2017-12-06 10:35:28 +01:00
John J. Camilleri 2da722d930 Add cabal sandbox files to .gitignore 2017-11-27 09:50:51 +01:00
john 9b49608451 PGF web service: Return additional completion info with 'full' flag
BETA! The 'complete' command now has a new flag 'full' which when set
returns additional info about completions.

Without 'full' flag (default):

[
    {
        "from": "PhrasebookEng",
        "brackets": {
            "cat": "_",
            "fid": 0,
            "index": 0,
            "fun": "_",
            "children": [
                {
                    "token": "the"
                }
            ]
        },
        "text": "su",
        "completions": [
            "supermarket",
            "suspect"
        ]
    }
]

With full=true or full=yes:

[
    {
        "from": "PhrasebookEng",
        "brackets": {
            "cat": "_",
            "fid": 0,
            "index": 0,
            "fun": "_",
            "children": [
                {
                    "token": "the"
                }
            ]
        },
        "text": "su",
        "completions": [
            {
                "token": "supermarket",
                "funs": [
                    {
                        "fid": 421,
                        "fun": "Supermarket",
                        "hyps": [],
                        "cat": "PlaceKind"
                    }
                ]
            },
            {
                "token": "suspect",
                "funs": [
                    {
                        "fid": 445,
                        "fun": "Suspect",
                        "hyps": [],
                        "cat": "Property"
                    }
                ]
            }
        ]
    }
]
2014-07-11 09:25:26 +00:00
john 7c98267193 Add INSTALL file for python bindings. Add note about libtool to INSTALL of c runtime 2013-08-23 13:06:58 +00:00
john 3bf505d375 Update Maltese Foods grammar
In preparation for presentation at Maltese Linguistics conference next week.
2013-06-11 09:05:13 +00:00
john dafc992b7e Maltese RG: first proper release
Of course some bugs remain and more testing is needed,
but all functions are complete and Maltese now builds as part
of the normal GF install.
2013-06-10 21:37:10 +00:00
john 12424fe1f2 Summer school page: add link to Google Group 2013-05-30 07:01:18 +00:00
john 261594cc5a Summer school page: udpate with directions from Hans 2013-05-30 06:56:55 +00:00
john b9f530a805 Update summer school page 2013-04-13 13:21:03 +00:00