Skip to content

Commit e953bad

Browse files
committed
Merge commit 'ede0fd55afd1f9ad00ed3c7eb6c2c6bb5ca2881b' into main
Conflicts: METADATA
2 parents acebe71 + ede0fd5 commit e953bad

14 files changed

+17315
-11477
lines changed

METADATA

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
## Grammar maintainers and contributors
2626

27-
MAINTAINER=""
28-
CONTRIBUTORS=""
29-
CONTACT_EMAIL=""
27+
MAINTAINER="Olga Zamaraeva"
28+
CONTRIBUTORS="Montserrat Marimon, Lorena Suarez"
29+
CONTACT_EMAIL="[email protected]"
3030

3131
## Grammar name and web presence
3232
## Note: if SHORT_GRAMMAR_NAME is not defined, the directory name is used.
@@ -37,19 +37,19 @@ WEBSITE=""
3737
DEMO_WEBSITE=""
3838
DOCUMENTATION_URL=""
3939
ISSUE_TRACKER=""
40-
LICENSE=""
40+
LICENSE="MIT"
4141

4242
## You may optionally specify a release date for the grammar. If unspecified,
4343
## the grammar catalogue script will attempt to extract a date from the
4444
## Version.l(i)sp file.
45-
LATEST_RELEASE=""
45+
LATEST_RELEASE="3.1"
4646

4747
## Citation data
4848
## If this is not provided, the text of citation.bib or canonical.bib
4949
## will be used in the Grammar Catalogue
5050
BIB_URL=""
5151
PDF_URL=""
52-
CITE=""
52+
CITE="Marimon 2010"
5353

5454
## Version Control
5555
## If this is not provided, it is automatically extracted from the
@@ -61,7 +61,7 @@ VCS=""
6161
## e.g.
6262
## EXTERNAL_RESOURCES="TnT tagger; SPRouT named-entity tagger"
6363

64-
EXTERNAL_RESOURCES=""
64+
EXTERNAL_RESOURCES="Freeling 4.1"
6565

6666
ASSOCIATED_RESOURCES=""
6767

@@ -81,7 +81,7 @@ ASSOCIATED_RESOURCES=""
8181

8282

8383
## Uncomment one:
84-
#GRAMMAR_TYPE="Resource grammar"
84+
GRAMMAR_TYPE="Resource grammar"
8585
#GRAMMAR_TYPE="Treebank trained grammar"
8686
#GRAMMAR_TYPE="Medium-sized linguistic grammar"
8787
#GRAMMAR_TYPE="Experimental grammar"

generics.tdl

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313

1414
;n_-_mc_ge := n_-_mc_le &
1515
;[ STEM < "n_-_mc_le" >,
16-
; SYNSEM.LKEYS.KEYREL.PRED "_generic_n_rel".
17-
; TRAITS generic_token_list ].
16+
; SYNSEM.LKEYS.KEYREL.PRED "_generic_n_rel",
17+
; TOKENS.+LIST generic_token_list ].
1818

1919
;n_pp_mc_ge := n_pp_mc_le &
2020
;[ STEM < *top* >,
21-
; SYNSEM.LKEYS.KEYREL.PRED "_generic_n_rel" ].
21+
; SYNSEM.LKEYS.KEYREL.PRED "_generic_n_rel",
22+
; TOKENS.+LIST generic_token_list ].
2223

2324
;;; Generic lexical entries for noun tags
2425

0 commit comments

Comments
 (0)