-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsemi.vpm
87 lines (77 loc) · 1.51 KB
/
semi.vpm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
;;; -*- Mode: TDL; Coding: utf-8 -*-
; A basic VPM for Matrix grammars.
event <> e
ref-ind <> x
individual <> i
handle <> h
non_event <> p
* >> u
semarg << u
SPECI : SPECI
* <> *
SF : SF
prop <> prop
ques <> ques
prop-or-ques >> prop-or-ques
prop << prop-or-ques
comm <> comm
* <> *
COG-ST : COG-ST
type-id <> type-id
uniq-id <> uniq-id
familiar <> familiar
activated <> activated
in-foc <> in-foc
activ+fam <> activ+fam
uniq+fam <> uniq+fam
activ-or-more <> activ-or-more
uniq-or-less <> uniq-or-less
uniq+fam+act <> uniq+fam+act
fam-or-more <> fam-or-more
fam-or-less <> fam-or-less
uniq-or-more <> uniq-or-more
activ-or-less <> activ-or-less
* <> *
PNG.ANIMACY : PNG.ANIMACY
human <> human
non-human <> non-human
animate <> animate
inanimate <> inanimate
* <> *
PNG.PERNUM : PNG.PERNUM
3pl <> 3pl
2pl <> 2pl
1pl_excl <> 1pl_excl
1pl_incl <> 1pl_incl
1pl <> 1pl
3sg <> 3sg
2sg <> 2sg
1sg <> 1sg
; 3rd <> 3rd
; 3rd << 3rd
; FCB & DVM 2015-10-28: generate unspecified 3rd as 3sg
3rd >> 3sg
2nd <> 2nd
1st <> 1st
pl <> pl
sg <> sg
* <> *
PNG.GEND : PNG.GEND
* <> *
E.TENSE : E.TENSE
; future <> future
future >> future
tense >> no-tensed
* <> *
E.ASPECT : E.ASPECT
; perf-and-prog <> perf-and-prog
; perf <> perf
; perf-and-prog <> perf-and-prog
; prog <> prog
perf >> perf
; perf-and-prog >> perf-and-prog
prog >> prog
aspect >> non-perf-and-prog
* <> *
E.MOOD : E.MOOD
* <> *