ENIAMwalStringOf.ml
8.56 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
(*
* ENIAMwalenty, a converter for Polish Valence Dictionary "Walenty".
* Copyright (C) 2016-2017 Wojciech Jaworski <wjaworski atSPAMfree mimuw dot edu dot pl>
* Copyright (C) 2016-2017 Institute of Computer Science Polish Academy of Sciences
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*)
open ENIAMwalTypes
let opinion = function
Pewny -> "cer"
| Potoczny -> "col"
| Watpliwy -> "unc"
| Archaiczny -> "dat"
| Zly -> "bad"
| Wulgarny -> "vul"
| Dziedzinowy -> "dom"
| Nieokreslony -> "unk"
| Metaforyczny -> "met"
| Sporadyczny -> "rar"
| OpinionUndef -> failwith "ENIAMwalStringOf.opinion"
let negation = function
Negation -> "neg"
| Aff -> "aff"
| NegationUndef -> "_"
| NegationNA -> ""
let pred = function
PredNA -> ""
| PredTrue -> "pred"
| PredFalse -> "nopred"
| PredUndef -> "_"
let aspect = function
Aspect s -> s
| AspectUndef -> "_"
| AspectNA -> ""
let case = function
Case s -> s
| Str -> "str"
| Part -> "part"
| CaseAgr -> "agr"
| CaseUAgr -> "uagr"
| NomAgr -> "nomagr"
| GenAgr -> "genagr"
| AllAgr -> "allagr"
| AllUAgr -> "alluagr"
| CaseUndef -> "_"
let rec comp = function
Comp s -> s
| Zeby -> "żeby2"
| Gdy -> "gdy"
| CompUndef -> "_"
let rec comp_type = function
Int -> "int"
| Rel -> "rel"
| CompTypeUndef -> "_"
let number = function
Number s -> s
| NumberAgr -> "agr"
| NumberUndef -> "_"
let gender = function
Gender s -> s
| GenderUndef -> "_"
| GenderAgr -> "agr"
| Genders l -> String.concat "." l
let grad = function
Grad s -> s
| GradUndef -> "_"
let refl = function
ReflEmpty -> ""
| ReflTrue -> "się"
| ReflFalse -> "nosię"
| ReflUndef -> "_"
(* let acm = function
Acm s -> s
| AcmUndef -> "_" *)
let gf = function
SUBJ -> "subj"
| OBJ -> "obj"
| ARG -> "arg"(*""*)
| HEAD -> "head"
let pos = function
SUBST(n,c) -> "SUBST(" ^ number n ^ "," ^ case c ^ ")"
| PPRON12(n,c) -> "PPRON12(" ^ number n ^ "," ^ case c ^ ")"
| PPRON3(n,c) -> "PPRON3(" ^ number n ^ "," ^ case c ^ ")"
| SIEBIE(c) -> "SIEBIE(" ^ case c ^ ")"
| PREP(c) -> "PREP(" ^ case c ^ ")"
| NUM(c,g) -> "NUM(" ^ case c ^ "," ^ gender g ^ (*"," ^ acm a ^*) ")"
| ADJ(n,c,g,gr) -> "ADJ(" ^ number n ^ "," ^ case c ^ "," ^ gender g ^ "," ^ grad gr ^ ")"
| ADV(gr) -> "ADV(" ^ grad gr ^ ")"
| GER(n,c,g,a,neg) -> "GER(" ^ number n ^ "," ^ case c ^ "," ^ gender g ^ "," ^ aspect a ^ "," ^ negation neg (*^ "," ^ refl r*) ^ ")"
| PACT(n,c,g,a,neg) -> "PACT(" ^ number n ^ "," ^ case c ^ "," ^ gender g ^ "," ^ aspect a ^ "," ^ negation neg (*^ "," ^ refl r*) ^ ")"
| PPAS(n,c,g,a,neg) -> "PPAS(" ^ number n ^ "," ^ case c ^ "," ^ gender g ^ "," ^ aspect a ^ "," ^ negation neg ^ ")"
| INF(a,n) -> "INF(" ^ aspect a ^ "," ^ negation n (*^ "," ^ refl r*) ^ ")"
| QUB -> "QUB"
| COMPAR -> "COMPAR"
| COMP(c) -> "COMP(" ^ comp_type c ^ ")"
| PERS(n) -> "PERS(" ^ negation n ^ (*"," ^ refl r ^*) ")"
| FIXED -> "FIXED"
let phrase = function
NP c -> "np(" ^ case c ^ ")"
| PrepNP(prep,c) -> "prepnp(" ^ prep ^ "," ^ case c ^ ")"
| AdjP c -> "adjp(" ^ case c ^ ")"
| PrepAdjP(prep,c) -> "prepadjp(" ^ prep ^ "," ^ case c ^ ")"
| NumP(c) -> "nump(" ^ case c ^ ")"
| PrepNumP(prep,c) -> "prepnump(" ^ prep ^ "," ^ case c ^ ")"
| ComprepNP(prep) -> "comprepnp(" ^ prep ^ ")"
| ComparP(prep) -> "comparp(" ^ prep ^ ")"
| CP(ct,co) -> "cp(" ^ comp_type ct ^ "," ^ comp co ^ ")"
| NCP(c,ct,co) -> "ncp(" ^ case c ^ "," ^ comp_type ct ^ "," ^ comp co ^ ")"
| PrepNCP(prep,c,ct,co) -> "prepncp(" ^ prep ^ "," ^ case c ^ "," ^ comp_type ct ^ "," ^ comp co ^ ")"
| InfP(a) -> "infp(" ^ aspect a (*^ req r*) ^ ")"
| AdvP m -> "advp(" ^ m ^ ")"
| FixedP s -> "fixed(" ^ s ^ ")"
(* | Num(c,a) -> "num(" ^ case c ^ "," ^ acm a ^ ")" *)
| Or -> "or"
| Qub -> "qub"
(* | Pro -> "pro"
| ProNG -> "prong" *)
| Null -> "null"
| GerP c -> "gerp(" ^ case c ^ ")"
| PrepGerP(prep,c) -> "prepgerp(" ^ prep ^ "," ^ case c ^ ")"
| PpasP c -> "ppasp(" ^ case c ^ ")"
| PrepPpasP(prep,c) -> "prepppasp(" ^ prep ^ "," ^ case c ^ ")"
| PactP c -> "pactp(" ^ case c ^ ")"
let phrase_abbr = function
Xp(m) -> "xp(" ^ m ^ ")"
| Nonch -> "nonch"
| Distrp -> "distrp"
| Possp -> "possp"
let phrase_comp = function
Cp -> "cp"
| Ncp(c) -> "ncp(" ^ case c ^ ")"
| Prepncp(prep,c) -> "prepncp(" ^ prep ^ "," ^ case c ^ ")"
let rec lex = function
Lexeme s -> "'" ^ s ^ "'"
| ORconcat l -> "OR(" ^ String.concat "," (Xlist.map l lex) ^ ")"
| ORcoord l -> "OR(" ^ String.concat ";" (Xlist.map l lex) ^ ")"
| XOR l -> "XOR(" ^ String.concat "," (Xlist.map l lex) ^ ")"
| Elexeme g -> "'E(" ^ gender g ^ ")"
let restr = function
Natr -> "natr"
| Atr -> "atr"
| Ratr -> "ratr"
| Ratrs -> "ratrs"
| Atr1 -> "atr1"
| Ratr1 -> "ratr1"
| NoRestr -> ""
let controllers l =
Xlist.map l (function
"1" -> "controller"
| n -> "controller" ^ n)
let controllees l =
Xlist.map l (function
"1" -> "controllee"
| n -> "controllee" ^ n)
let rec schema schema =
String.concat "+" (Xlist.map schema (fun s ->
String.concat "," (
(if s.gf = ARG then [] else [gf s.gf])@s.mode@
(if s.role = "" then [] else [s.role])@
(if s.role_attr = "" then [] else [s.role_attr])@
(*s.sel_prefs@*)(controllers s.cr)@(controllees s.ce)) ^ "{" ^ String.concat ";" (Xlist.map s.morfs morf) ^ "}"))
(*and schema_role schema =
String.concat "+" (Xlist.map schema (fun (r,role,cr,ce,morfs) ->
String.concat "," ((if r = "" then [] else [r])@(if role = "" then [] else [role])@(controllers cr)@(controllees ce)) ^ "{" ^ String.concat ";" (Xlist.map morfs morf) ^ "}")) *)
and morf = function
Phrase p -> phrase p
| E p -> "E(" ^ phrase p ^ ")"
| LexPhrase(pos_lex,(r,s)) -> "lex([" ^ String.concat ";" (Xlist.map pos_lex (fun (p,le) -> pos p ^ "," ^ lex le)) ^ "]," ^ restr r ^ "[" ^ schema s ^ "])"
| PhraseAbbr(p,ml) -> phrase_abbr p ^ "[" ^ String.concat ";" (Xlist.map ml morf) ^ "]"
| PhraseComp(p,(ct,l)) -> phrase_comp p ^ "," ^ comp_type ct ^ "[" ^ String.concat ";" (Xlist.map l comp) ^ "]"
| MorfId id -> Printf.sprintf "id(%d)" id
| SimpleLexArg(le,p) -> "lex(" ^ le ^ "," ^ pos p ^ ")"
| LexArg(id,le,p) -> "lex(" ^ string_of_int id ^ "," ^ le ^ "," ^ pos p ^ ")"
let simple_morf = function
| MorfId id -> Printf.sprintf "%d" id
| _ -> failwith "ENIAMwalStringOf.simple_morf"
let rec simple_schema schema =
String.concat "+" (Xlist.map schema (fun s ->
String.concat "," (
(if s.gf = ARG then [] else [gf s.gf])@
s.mode@(controllers s.cr)@(controllees s.ce)) ^
"{" ^ String.concat ";" (Xlist.map s.morfs simple_morf) ^ "}"))
let sel_prefs = function
SynsetId id -> Printf.sprintf "synset(%d)" id
| Predef id -> id
| RelationArgId _ -> failwith "sel_prefs"
| RelationRole(rel,role,role_attr) ->
if role_attr = "" then Printf.sprintf "relation(%s,%s)" rel role
else Printf.sprintf "relation(%s,%s,%s)" rel role role_attr
let sem_frame (s:position) =
s.role ^
(if s.role_attr="" then "" else "," ^ s.role_attr) ^
(if s.sel_prefs = [] then "" else
"[" ^ String.concat ";" (Xlist.map s.sel_prefs sel_prefs) ^ "]")
let rec connected_schema schema =
String.concat "+" (Xlist.map schema (fun s ->
String.concat "," (
(if s.gf = ARG then [] else [gf s.gf])@
s.mode@(controllers s.cr)@(controllees s.ce)) ^
"{" ^ String.concat ";" (Xlist.map s.morfs simple_morf) ^ "}:" ^ sem_frame s))
(* let meaning m =
m.name ^ "-" ^ m.variant *)
let lex_entry = function
SimpleLexEntry(le,p) ->
Printf.sprintf "lex(%s,%s)" le p
| LexEntry(id,le,p,NoRestr,s) ->
Printf.sprintf "lex(%d,%s,%s)\t%s" id le p (schema s)
| LexEntry(id,le,p,r,[]) ->
Printf.sprintf "lex(%d,%s,%s)\t%s" id le p (restr r)
| ComprepNPEntry(le,NoRestr,s) ->
Printf.sprintf "comprepnp(%s)\t%s" le (schema s)
| ComprepNPEntry(le,r,[]) ->
Printf.sprintf "comprepnp(%s)\t%s" le (restr r)
| _ -> failwith "ENIAMwalStringOf.lex_entry"