diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-06-25 16:54:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-06-25 16:54:35 +0000 |
| commit | e9e80fc389365e24d4300d7d5390c7d833a96c50 (patch) | |
| tree | f0b58473adaa670bd8fc52ada419d8cad470ee03 /examples/wiki/LexEditor.gf | |
| parent | b96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff) | |
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'examples/wiki/LexEditor.gf')
| -rw-r--r-- | examples/wiki/LexEditor.gf | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/examples/wiki/LexEditor.gf b/examples/wiki/LexEditor.gf deleted file mode 100644 index f9c263e93..000000000 --- a/examples/wiki/LexEditor.gf +++ /dev/null @@ -1,58 +0,0 @@ - -interface LexEditor = open Syntax in { - - oper --- Sentences - singleWordCommand_Utt : V -> Utt ; - command_Utt : V -> Det -> A -> N -> Utt ; - randomlyCommand_Utt : V -> Det -> N -> Utt ; - label_Utt : N -> Utt ; - errorMessage_Utt : A -> N -> Utt ; - --- Verbs - undo_V : V ; - redo_V : V ; - cut_V : V ; - copy_V : V ; - paste_V : V ; - delete_V : V ; - refine_V : V ; - replace_V : V ; - wrap_V : V ; - select_V : V ; - enter_V : V ; - show_V : V ; - --- Nouns - language_N : N ; - node_N : N ; - tree_N : N ; - refinement_N : N ; - wrapper_N : N ; - string_N : N ; - page_N : N ; - danish_N : N ; - english_N : N ; - finnish_N : N ; - french_N : N ; - german_N : N ; - italian_N : N ; - norwegian_N : N ; - russian_N : N ; - spanish_N : N ; - swedish_N : N ; - --- Adjectives - noAdj_A : A ; - available_A : A ; - next_A : A ; - previous_A : A ; - --- Determiners - defSg_Det : Det ; - defPl_Det : Det ; - indefSg_Det : Det ; - indefPl_Det : Det ; - this_Det : Det ; - -} |
