Blame view

dictionary/templates/tex/slowal.tex 3.02 KB
Bartłomiej Nitoń authored
1
2
3
4
5
6
7
8
{% load tex_tags %}

\documentclass[12pt,a4paper,fleqn,landscape]{article}

\usepackage[mathletters]{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc} 
\usepackage{textcomp}   
Bartłomiej Nitoń authored
9
\usepackage{lmodern}
Bartłomiej Nitoń authored
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\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}
Bartłomiej Nitoń authored
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\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
}
Bartłomiej Nitoń authored
49
Bartłomiej Nitoń authored
50
51
\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)}
Bartłomiej Nitoń authored
52
\date{ {% now "jS F Y" %} }
Bartłomiej Nitoń authored
53
54
55

\begin{document}
Bartłomiej Nitoń authored
56
57
\maketitle
Bartłomiej Nitoń authored
58
© Copyright 2012–2016 by the Institute of Computer Science, Polish Academy of Sciences (IPI PAN)
Bartłomiej Nitoń authored
59
Bartłomiej Nitoń authored
60
This work is distributed under a CC BY-SA license: \textit{http://creativecommons.org/licenses/by-sa/4.0/}
Bartłomiej Nitoń authored
61
Bartłomiej Nitoń authored
62
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.
Bartłomiej Nitoń authored
63
Bartłomiej Nitoń authored
64
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.
Bartłomiej Nitoń authored
65
Bartłomiej Nitoń authored
66
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.
Bartłomiej Nitoń authored
67
Bartłomiej Nitoń authored
68
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.
Bartłomiej Nitoń authored
69
70
71

\newpage
Bartłomiej Nitoń authored
72
{% for lemma in lemmas %}
Bartłomiej Nitoń authored
73
  {% lemma_tex lemma forloop.counter0 q_frame_opinions download_dict %}
Bartłomiej Nitoń authored
74
75
76
{% endfor %}

\end{document}