|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
; This is a 'naive' conversion from KIPI to NKJP.
; The conversion is naive in that it only casts wordclasses
; physically not present in NKJP to other wordclasses; no lexical
; information is employed and some important differences will not
; be reflected.
[convert]
tagset_from=kipi
tagset_to=nkjp
check=ignore
; cast the TaKIPI tokeniser classes as ign
override=twf:ign
override=tnum:ign
override=tsym:ign
override=tdate:ign
override=ttime:ign
override=turi:ign
override=tmail:ign
; cast xxs as subst
override=xxs:subst
; comp -> com (value of deg)
override=comp:com
late-check=true
|