mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
24 lines
531 B
Plaintext
24 lines
531 B
Plaintext
|
|
|
|
|
|
|
|
=Browsing the libraries with GF commands=
|
|
|
|
**New**: Browsing by syntax editor
|
|
[directly on the web ../../../demos/resource-api/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")
|
|
```
|
|
|