Output

Format: 0005 04 W goni lem:gonić,V/AiMdNsP3TfrVp gph:4:1,2,3 dgp:6;s
dgp:<node>;<saturation>[;<links>][;<sets>][;<constraints>]
node
Dependency graph node number.
saturation
The information whether the node is saturated. A node is saturated if the list of required connections for this node is empty, it is unsaturated otherwise.
links
The comma separated list of connections. For each node either the list of its dependents or the list of its heads may be printed, or both (this dependes on the value of the --info parameter).
sets
For each node, the sets of all its left neighbours, transitive left heads, transitive left dependents, and nodes visible on the left can be printed. (This information is useful for fast tree generation.)
constraints
the information on constraints imposed on the node. Constraints follow from the SGL and REQ grammar rules and have the form of a comma-separated list of dependency types required by the node and forbidden for the node. The elements of the list have the following format:
!dependency type dependency type is required
&dependency type dependency type is forbidden
Wynikiem pracy dgp jest graf zależności. Graf ten może zawierać (zwykle tak jest) więcej wierzchołków niż graf wejściowy. * numer wierzchołka w wyjściowym grafie zależności Numery wierzchołków w wyjściowym grafie są inne. Podczas działania parser tworzy kopie (klony) wierzchołków wejściowych. Dzieje się tak w sytuacji, kiedy do wierzchołka (jako nadrzędnika) dowiazywana jest zależnośc objęta ograniczeniami. Ograniczenia wynikają z reguł gramatyki SGL i OBL. SGL - zależność jednokrotna OBL - zależność obligatiryjna node saturation s or u s - wierzchołek nasycony u - wierzchołek nienasycony Wierzchołek nienasycony to taki, któremu brakuje obowiązkowy podrzędnik. Obowiązkowe podrzędniki określane są w regułach OBL gramatyki. connections * connection list connections are lista zależności zawiera oddzielony przecinkami ciąg wyrażeń -<typ>-<w1>/<w2> jeśli w wywołaniu programu dla parametru -info podano wśród wartości 'd' (od dependents) lub ++<typ>-<w1>/<w2> jeśli w wywołaniu programu dla parametru -info podano wśród wartości 'h' Może też zawierac oba typy wyrażeń, jeśli podano zarówno 'd' jak i 'h'. Wyrażenie -<typ>-<w1>/<w2> oznacza możliwość istnienia zależności typu <typ>, której nadrzędnikiem jest aktualny wierzchołek, a podrzędnikiem wierzchołek <w1> (o <w2> za chwilę). pies goni czarnego kota w butach.
Figure: output of tok | sen | lem | canonize
Figure 5.2: Word graph representation: sentence annotated with gph.
Figure 5.3: dgp output
to 2014-12-19