sgjp.ini
1008 Bytes
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
; Morfeusz SGJP with no conversion, no extensions, using its own tagset,
; i.e. NKJP-like but with full range of genders as output by Morfeusz lib.
; To get the one as described in NKJP papers, use morfeusz-nkjp.ini.
; NOTE: this config assumes Morfeusz SGJP with tweaked soname is installed.
; This version is used internally by MACA authors to have both Morfeusz SIaT and SGJP
; coexist peacefully (which is normally impossible).
; If you want to use the official SGJP version (and not to use SIaT), please use
; sgjp-official config.
[general]
tagset=sgjp
[ma:unknown]
class=const
tagset=sgjp
tag=ign
[ma:interp]
class=const
tagset=sgjp
tag=interp
[ma:morfeusz]
class=morfeusz
tagset=sgjp
converter=mm-sgjp.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
[default]
ma=morfeusz
ma=unknown