diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/extmini/LexiconCmn.gf | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/extmini/LexiconCmn.gf')
| -rw-r--r-- | examples/extmini/LexiconCmn.gf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/extmini/LexiconCmn.gf b/examples/extmini/LexiconCmn.gf deleted file mode 100644 index 254d09057..000000000 --- a/examples/extmini/LexiconCmn.gf +++ /dev/null @@ -1,23 +0,0 @@ -concrete LexiconCmn of Lexicon = GrammarCmn ** open Prelude, ResCmn, ParadigmsCmn in { -flags coding=utf8; -lin - man_N = mkN "男人" "个"; -- "nanren" "ge" first being noun, second is classifier(counter) - woman_N = mkN "女人" "个"; -- "nvren" "ge" classifier behaves like the "cup" in "cup of tea" - house_N = mkN "房子" "间"; -- "fangzi" "jian" - tree_N = mkN "树" "棵"; -- "shu" "ke" - big_A = mkA "大" True; -- "da" - small_A = mkA "小" True; -- "xiao" - green_A = mkA "绿" True; -- "lv" - walk_V = mkV "走" ; -- "zou" - sleep_V = mkV "睡" ; -- "shui" - arrive_V = mkV "到" "了" [] [] "过"; -- "dao" - love_V2 = mkV "爱" ; -- "ai" - look_V2 = mkV "看" ; -- "kan" - please_V2 = mkV "麻烦" ; -- "mafan" - believe_VS = mkV "相信" ; -- "xiangxin" - know_VS = mkV "知道" [] [] [] []; -- "zhidao" - wonder_VQ = mkV "好奇" [] [] [] []; -- "haoqi" - john_PN = mkPN "约翰" Sg ; -- "yuehan" - mary_PN = mkPN "玛丽" Sg ; -- "mali" - -} |
