slowal.tex
2.67 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
{% 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{The Polish Valence Dictionary (Walenty)}}
\author{Institute of Computer Science, Polish Academy of Sciences}
\date{ {% now "jS F Y" %} }
\begin{document}
\maketitle
The Polish Valence Dictionary (Walenty) is an adaptation of
the Syntactic Dictionary of Polish Verbs by Marek Świdziński
in its electronic version provided by Łukasz Dębowski and
Elżbieta Hajnicz and further expanded by Witold Kieraś to
include the most frequent verbs in the 1 million sample of
NKJP (National Corpus of Polish).
The presented resource results from an automatic conversion
of the aforementioned dictionary, manually reviewed by Filip
Skwarski to include correct information about a number of new
features, including sentential subjects, passivisation, and
control relations.
The format of the new dictionary has been established by Filip
Skwarski, Elżbieta Hajnicz, Agnieszka Patejuk, Adam Przepiórkowski,
Marek Świdziński, and Marcin Woliński.
The dictionary has been edited and compiled using a tool
created by Bartłomiej Nitoń.
The original Syntactic Dictionary of Polish Verbs derives from:
Marek Świdziński
Institute of Polish
Warsaw University
Warsaw, Poland
© Copyright 1998,2012 by Marek Świdziński
This work is distributed under a CC BY-SA license:
\textit{http://creativecommons.org/licenses/by-sa/2.0/}
\newpage
{% for lemma in lemmas %}
{% lemma_tex lemma forloop.counter0 q_frame_opinions download_dict %}
{% endfor %}
\end{document}