Blame view

tools/maca/data/morfsgjp-kipi.ini 682 Bytes
Jan Lupa authored
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
; Data from Morfeusz SGJP, converted to the KIPI tagset
; TODO: this is rough, more descr

[general]
	tagset=kipi
	; default config, but let's be explicit
	toki-config=config

[ma:unknown]
	class=const
	tagset=kipi
	tag=ign

[ma:interp]
	class=const
	tagset=kipi
	tag=interp

[ma:morfeusz]
	class=morfeusz
	tagset=kipi
	converter=morfsgjp2kipi.conv
	library=libmorfSGJP.so.0
; comment out the above line if Morfeusz SGJP is installed normally and not alongside Morfeusz SIAT in a binary-modified version with the soname changed
	require_version=Morfeusz SGJP

[rule]
	toki_type=p
	ma=interp

; [rule]
; 	toki_type=th
; 	ma=morfeusz
; 	ma=unknown

[default]
	ma=morfeusz
	ma=unknown