1
0
forked from GitHub/gf-rgl

Move everything related to synopsis into subfolder

Clean up some unused and generated files
This commit is contained in:
John J. Camilleri
2018-11-12 10:05:42 +01:00
parent 3ac2bcc8af
commit 74384044c9
26 changed files with 94 additions and 4407 deletions

22
doc/synopsis/browse.txt Normal file
View File

@@ -0,0 +1,22 @@
=Browsing the libraries with GF commands=
**Note**: You can browse using the syntax editor
[directly on the web http://cloud.grammaticalframework.org/syntax-editor/editor.html].
All of the following assume that
``GF_LIB_PATH`` points to the directory ``GF/lib`` with compiled libraries.
To try out inflection paradigms:
```
> i -retain alltenses/ParadigmsGer.gfo
> cc mkN "Farbe"
```
To try out overloaded syntax, test lexicon, and inflection paradigms:
```
> i -retain alltenses/TryGer.gfo
> cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel")
```