matheuschaud
Joined: 04 Sep 2012 Posts: 1
|
Posted: Wed Jan 15, 2014 1:47 pm Post subject: Visualizing the UNL representation |
|
|
Hello,
I would like to know if there is a way of switching from this type of representation:
[S: 2 ]
{ org }
The Hare ridiculed the short feet and slow pace of the Tortoise.
{/ org }
{ unl }
agt ( 200851933 :02 . @past , 102326432 :03 . @def )
obj ( 200851933 :02 . @past , :01 )
and :01 ( 105058580 :08 , 105563266 :05 . @pl )
mod :01 ( 105058580 :08 , 300980527 :01 )
mod :01 ( 105563266 :05 . @pl , 301436003 :04 )
mod ( :01 , 101670092 :06 . @def )
{/ unl }
[/S]
============================
to this kind of representation
============================
[S: 2 ]
{ org }
The Hare ridiculed the short feet and slow pace of the Tortoise.
{/ org }
{ unl }
agt ( ridicule :02 . @past , hare :03 . @def )
obj ( ridicule :02 . @past , :01 )
and :01 ( pace :08 , foot :05 . @pl )
mod :01 ( pace :08 , slow :01 )
mod :01 ( foot :05 . @pl , short :04 )
mod ( :01 , tortoise :06 . @def )
{/ unl }
[/S]
============================
I would like to have a UNL representation where I can "read" the sentence from the representation itself, that is, with words in natural language rather than the codes of the UWs.
Is there an automatic way of changing from the first representation to the second one?
Best regards,
Matheus R. Chaud |
|