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.
|
to
2014-12-19