Skip to content

Commit 75401cb

Browse files
committed
Add METADATA files and a .gitignore.
1 parent 023ba78 commit 75401cb

File tree

4 files changed

+318
-0
lines changed

4 files changed

+318
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- mode: gitignore; -*-
2+
*~
3+
\#*\#
4+
/.emacs.desktop
5+
/.emacs.desktop.lock
6+
*.elc
7+
auto-save-list
8+
tramp
9+
.\#*
10+
11+
# Compile Grammar images
12+
*.dat
13+
*.grm
14+
15+
# Maybe add TSDB results?
16+
# /tsdb/current

cmn/hans/METADATA

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
## -*- mode:shell-script -*-
2+
3+
## This file contains metadata about this grammar resource to be read by
4+
## the script that extracts information about the resource for publication
5+
## on the GrammarCatalogue page and in OLAC repositories. Variables left
6+
## as empty strings will lead to empty fields in the grammar catalogue.
7+
8+
## The script supplements the data provided here with information from
9+
## several grammar files, provided they are located in the expected
10+
## places. In particular, all grammars should have the following files
11+
## in their root directories:
12+
13+
## METADATA (this file)
14+
## LICENSE (first line containing summary e.g., "License: MIT")
15+
## canonical.bib (canonical citation for this resource)
16+
17+
## In addition, information about treebanks and testsuites is drawn
18+
## from the following paths (which may be soft links):
19+
20+
## tsdb/gold
21+
## tsdb/skeletons
22+
23+
24+
25+
## Grammar maintainers and contributors
26+
27+
MAINTAINER="FanZhenZhen"
28+
CONTRIBUTORS="FrancisBond MichaelGoodman SanghounSong JustinChunleiYang DanFlickinger NatHillard LuisMorgadoCosta HuiZhenWang"
29+
CONTACT_EMAIL="[email protected]"
30+
31+
## Grammar name and web presence
32+
## Note: if SHORT_GRAMMAR_NAME is not defined, the directory name is used.
33+
34+
GRAMMAR_NAME=""
35+
SHORT_GRAMMAR_NAME=""
36+
WEBSITE="https://github.com/delph-in/zhong"
37+
DEMO_WEBSITE=""
38+
DOCUMENTATION_URL="http://wiki.delph-in.net/moin/zhong/"
39+
ISSUE_TRACKER="https://github.com/delph-in/zhong/issues"
40+
LICENSE="MIT"
41+
42+
## You may optionally specify a release date for the grammar. If unspecified,
43+
## the grammar catalogue script will attempt to extract a date from the
44+
## Version.l(i)sp file.
45+
LATEST_RELEASE=""
46+
47+
## Citation data
48+
## If this is not provided, the text of citation.bib or canonical.bib
49+
## will be used in the Grammar Catalogue
50+
BIB_URL=""
51+
PDF_URL="http://www.delph-in.net/2011/mango.pdf"
52+
CITE=""
53+
54+
## Version Control
55+
## If this is not provided, it is automatically extracted from the
56+
## local version control info. You only need to modify this if the
57+
## version control URL you use locally is not the one you want published
58+
VCS="git clone [email protected]:delph-in/zhong.git"
59+
60+
## Semi-colon separated list of required external resources
61+
## e.g.
62+
## EXTERNAL_RESOURCES="TnT tagger; SPRouT named-entity tagger"
63+
64+
EXTERNAL_RESOURCES=""
65+
66+
ASSOCIATED_RESOURCES=""
67+
68+
## Grammar type:
69+
## Resource grammar: Broad coverage, used in one or more
70+
## applications
71+
##
72+
## Treebank trained grammar: Cheetah-style grammar
73+
## built out of combination of hand-crafted rules and
74+
## treebank-derived grammatical and statistical information
75+
##
76+
## Medium-sized linguistic grammar: Grammar with a growing number
77+
## of analyses, not yet (big enough to be) used in applications.
78+
##
79+
## Experimental grammar: Small grammar fragment used for
80+
## developing/testing one or a small set of linguistic analyses
81+
82+
83+
## Uncomment one:
84+
#GRAMMAR_TYPE="Resource grammar"
85+
#GRAMMAR_TYPE="Treebank trained grammar"
86+
GRAMMAR_TYPE="Medium-sized lingiustic grammar"
87+
#GRAMMAR_TYPE="Experimental grammar"
88+
89+
90+
## Language identification
91+
## Iso-codes can be looked up at http://www.sil.org/iso639-3/codes.asp
92+
93+
LANGUAGE_NAME="Mandarin Chinese (Simplified)"
94+
ISO_CODE="cmn"
95+
BCP_47="zh_Hans"
96+
97+
## File locations of LKB script file and .grm file read by cheap
98+
## Paths relative to top of grammar directory
99+
100+
LKB_SCRIPT_FILE="lkb/script"
101+
CHEAP_GRM_FILE_NAME="mandarins.grm"

cmn/hant/METADATA

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
## -*- mode:shell-script -*-
2+
3+
## This file contains metadata about this grammar resource to be read by
4+
## the script that extracts information about the resource for publication
5+
## on the GrammarCatalogue page and in OLAC repositories. Variables left
6+
## as empty strings will lead to empty fields in the grammar catalogue.
7+
8+
## The script supplements the data provided here with information from
9+
## several grammar files, provided they are located in the expected
10+
## places. In particular, all grammars should have the following files
11+
## in their root directories:
12+
13+
## METADATA (this file)
14+
## LICENSE (first line containing summary e.g., "License: MIT")
15+
## canonical.bib (canonical citation for this resource)
16+
17+
## In addition, information about treebanks and testsuites is drawn
18+
## from the following paths (which may be soft links):
19+
20+
## tsdb/gold
21+
## tsdb/skeletons
22+
23+
24+
25+
## Grammar maintainers and contributors
26+
27+
MAINTAINER="SanghounSong"
28+
CONTRIBUTORS="FrancisBond; FanZhenZhen; JustinChunleiYang; DanFlickinger; NatHillard; MichaelGoodman"
29+
CONTACT_EMAIL="[email protected]"
30+
31+
## Grammar name and web presence
32+
## Note: if SHORT_GRAMMAR_NAME is not defined, the directory name is used.
33+
34+
GRAMMAR_NAME=""
35+
SHORT_GRAMMAR_NAME=""
36+
WEBSITE="https://github.com/delph-in/zhong"
37+
DEMO_WEBSITE=""
38+
DOCUMENTATION_URL="http://wiki.delph-in.net/moin/ZhongTop"
39+
ISSUE_TRACKER="https://github.com/delph-in/zhong/issues"
40+
LICENSE="MIT"
41+
42+
## You may optionally specify a release date for the grammar. If unspecified,
43+
## the grammar catalogue script will attempt to extract a date from the
44+
## Version.l(i)sp file.
45+
LATEST_RELEASE=""
46+
47+
## Citation data
48+
## If this is not provided, the text of citation.bib or canonical.bib
49+
## will be used in the Grammar Catalogue
50+
BIB_URL=""
51+
PDF_URL="http://www.delph-in.net/2011/mango.pdf"
52+
CITE=""
53+
54+
## Version Control
55+
## If this is not provided, it is automatically extracted from the
56+
## local version control info. You only need to modify this if the
57+
## version control URL you use locally is not the one you want published
58+
VCS="git clone [email protected]:delph-in/zhong.git"
59+
60+
## Semi-colon separated list of required external resources
61+
## e.g.
62+
## EXTERNAL_RESOURCES="TnT tagger; SPRouT named-entity tagger"
63+
64+
EXTERNAL_RESOURCES=""
65+
66+
ASSOCIATED_RESOURCES=""
67+
68+
## Grammar type:
69+
## Resource grammar: Broad coverage, used in one or more
70+
## applications
71+
##
72+
## Treebank trained grammar: Cheetah-style grammar
73+
## built out of combination of hand-crafted rules and
74+
## treebank-derived grammatical and statistical information
75+
##
76+
## Medium-sized linguistic grammar: Grammar with a growing number
77+
## of analyses, not yet (big enough to be) used in applications.
78+
##
79+
## Experimental grammar: Small grammar fragment used for
80+
## developing/testing one or a small set of linguistic analyses
81+
82+
83+
## Uncomment one:
84+
#GRAMMAR_TYPE="Resource grammar"
85+
#GRAMMAR_TYPE="Treebank trained grammar"
86+
GRAMMAR_TYPE="Medium-sized lingiustic grammar"
87+
#GRAMMAR_TYPE="Experimental grammar"
88+
89+
90+
## Language identification
91+
## Iso-codes can be looked up at http://www.sil.org/iso639-3/codes.asp
92+
93+
LANGUAGE_NAME="Mandarin Chinese (Traditional)"
94+
ISO_CODE="cmn"
95+
BCP_47="zh_Hant"
96+
97+
## File locations of LKB script file and .grm file read by cheap
98+
## Paths relative to top of grammar directory
99+
100+
LKB_SCRIPT_FILE="lkb/script"
101+
CHEAP_GRM_FILE_NAME="mandarint.grm"

yue/METADATA

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
## -*- mode:shell-script -*-
2+
3+
## This file contains metadata about this grammar resource to be read by
4+
## the script that extracts information about the resource for publication
5+
## on the GrammarCatalogue page and in OLAC repositories. Variables left
6+
## as empty strings will lead to empty fields in the grammar catalogue.
7+
8+
## The script supplements the data provided here with information from
9+
## several grammar files, provided they are located in the expected
10+
## places. In particular, all grammars should have the following files
11+
## in their root directories:
12+
13+
## METADATA (this file)
14+
## LICENSE (first line containing summary e.g., "License: MIT")
15+
## canonical.bib (canonical citation for this resource)
16+
17+
## In addition, information about treebanks and testsuites is drawn
18+
## from the following paths (which may be soft links):
19+
20+
## tsdb/gold
21+
## tsdb/skeletons
22+
23+
24+
25+
## Grammar maintainers and contributors
26+
27+
MAINTAINER="JoannaSio"
28+
CONTRIBUTORS="FrancisBond"
29+
CONTACT_EMAIL="[email protected]"
30+
31+
## Grammar name and web presence
32+
## Note: if SHORT_GRAMMAR_NAME is not defined, the directory name is used.
33+
34+
GRAMMAR_NAME="Cantonese Grammar"
35+
SHORT_GRAMMAR_NAME=""
36+
WEBSITE="https://github.com/delph-in/zhong"
37+
DEMO_WEBSITE=""
38+
DOCUMENTATION_URL="http://moin.delph-in.net/ZhongTop"
39+
ISSUE_TRACKER="https://github.com/delph-in/zhong/issues"
40+
LICENSE="MIT"
41+
42+
## You may optionally specify a release date for the grammar. If unspecified,
43+
## the grammar catalogue script will attempt to extract a date from the
44+
## Version.l(i)sp file.
45+
LATEST_RELEASE=""
46+
47+
## Citation data
48+
## If this is not provided, the text of citation.bib or canonical.bib
49+
## will be used in the Grammar Catalogue
50+
BIB_URL=""
51+
PDF_URL=""
52+
CITE=""
53+
54+
## Version Control
55+
## If this is not provided, it is automatically extracted from the
56+
## local version control info. You only need to modify this if the
57+
## version control URL you use locally is not the one you want published
58+
VCS="git clone [email protected]:delph-in/zhong.git"
59+
60+
## Semi-colon separated list of required external resources
61+
## e.g.
62+
## EXTERNAL_RESOURCES="TnT tagger; SPRouT named-entity tagger"
63+
64+
EXTERNAL_RESOURCES=""
65+
66+
ASSOCIATED_RESOURCES=""
67+
68+
## Grammar type:
69+
## Resource grammar: Broad coverage, used in one or more
70+
## applications
71+
##
72+
## Treebank trained grammar: Cheetah-style grammar
73+
## built out of combination of hand-crafted rules and
74+
## treebank-derived grammatical and statistical information
75+
##
76+
## Medium-sized linguistic grammar: Grammar with a growing number
77+
## of analyses, not yet (big enough to be) used in applications.
78+
##
79+
## Experimental grammar: Small grammar fragment used for
80+
## developing/testing one or a small set of linguistic analyses
81+
82+
83+
## Uncomment one:
84+
#GRAMMAR_TYPE="Resource grammar"
85+
#GRAMMAR_TYPE="Treebank trained grammar"
86+
GRAMMAR_TYPE="Medium-sized lingiustic grammar"
87+
#GRAMMAR_TYPE="Experimental grammar"
88+
89+
90+
## Language identification
91+
## Iso-codes can be looked up at http://www.sil.org/iso639-3/codes.asp
92+
93+
LANGUAGE_NAME="Cantonese"
94+
ISO_CODE="yue"
95+
96+
## File locations of LKB script file and .grm file read by cheap
97+
## Paths relative to top of grammar directory
98+
99+
LKB_SCRIPT_FILE="lkb/script"
100+
CHEAP_GRM_FILE_NAME="cantonese.grm"

0 commit comments

Comments
 (0)