slowal.tex
3.02 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
{% load tex_tags %}
\documentclass[12pt,a4paper,fleqn,landscape]{article}
\usepackage[mathletters]{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{lmodern}
\usepackage{tgheros}
\usepackage[top=50pt, bottom=75pt, left=50pt, right=50pt]{geometry}
\usepackage{color, colortbl}
\definecolor{dark}{rgb}{.7,.7,.7}
\definecolor{light}{rgb}{.9,.9,.9}
\usepackage{enumerate}
\usepackage{underscore}
\DeclareUnicodeCharacter{8199}{ }
\DeclareUnicodeCharacter{132}{}
\DeclareUnicodeCharacter{133}{}
\DeclareUnicodeCharacter{9472}{-}
\righthyphenmin=62
\lefthyphenmin=62
\setlength{\parindent}{0cm}
\setlength{\parskip}{1ex}
\usepackage{graphicx}
\newcommand*{\position}[1]{%
\def\arraystretch{1.25}
\begin{tabular}[t]{l}
\cellcolor{light}\bfseries#1
\end{tabular}%
\hfil\penalty500 \hfilneg\ignorespaces
}
\newsavebox{\argbox}
\newlength{\maxposlen}
\maxposlen=\dimexpr\columnwidth-2cm
\maxposlen=26cm
\newcommand*{\phrasetype}[2]{%
\setbox\argbox\hbox{ {\footnotesize \framebox{ #1 } } #2}%
\ifdim\wd\argbox<\maxposlen
\box\argbox
\else
\resizebox{\maxposlen}{!}{\box\argbox}
\fi
}
\title{\textbf{Walenty: a valence dictionary of Polish\\\textit{http://zil.ipipan.waw.pl/Walenty}}}
\author{Institute of Computer Science, Polish Academy of Sciences (IPI PAN)}
\date{ {% now "jS F Y" %} }
\begin{document}
\maketitle
© Copyright 2012–2017 by the Institute of Computer Science, Polish Academy of Sciences (IPI PAN)
This work is distributed under a CC BY-SA license: \textit{http://creativecommons.org/licenses/by-sa/4.0/}
Walenty is a valence dictionary of Polish developed at the Institute of Computer Science, Polish Academy of Sciences (IPI PAN). It currently contains {{ schemata_count }} schemata and {{ frames_count }} frames for {{ lemmata_count }} lemmata.
The original formalism of Walenty was established by Filip Skwarski, Elżbieta Hajnicz, Agnieszka Patejuk, Adam Przepiórkowski, Marcin Woliński, Marek Świdziński, and Magdalena Zawisławska. It has been further developed by Elżbieta Hajnicz, Agnieszka Patejuk, Adam Przepiórkowski, and Marcin Woliński. The semantic layer has been developed by Elżbieta Hajnicz and Anna Andrzejczuk.
The original seed of Walenty was provided by the automatic conversion, manually reviewed by Filip Skwarski, of the verbal valence dictionary used by the Świgra2 parser (6396 schemata for 1462 lemmata), which was in turn based on SDPV, the Syntactic Dictionary of Polish Verbs by Marek Świdziński (4148 schemata for 1064 lemmata). Afterwards, Walenty has been developed independently by adding new entries, syntactic schemata, in particular phraseological ones, and semantic frames.
Walenty has been edited and compiled using the Slowal tool (\textit{http://zil.ipipan.waw.pl/Slowal}) created by Bartłomiej Nitoń and Tomasz Bartosiak.
\newpage
{% for lemma in lemmas %}
{% lemma_tex lemma forloop.counter0 q_frame_opinions download_dict %}
{% endfor %}
\end{document}