You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foreign name entities: FPHR with #Forn.ID as its head
This type covers NEs introduced by a common noun (like společnost, firma, město, stát ) followed by its foreign name.
In PDT-C, these cases are annotated with the common noun with #Forn.ID as its child;
individual tokens of the foreign name are children #Forn.ID with FPHR functor.
The already implemented conversion results in an adequate structure, just small will enhancement will make the structure perfect!
PDT: Společnost (#Forn.ID (New.FPHR) (England.FPHR) (Electric.FPHR) (System.FPHR))
Uh oh!
There was an error while loading. Please reload this page.
Foreign name entities: FPHR with #Forn.ID as its head
This type covers NEs introduced by a common noun (like společnost, firma, město, stát ) followed by its foreign name.
In PDT-C, these cases are annotated with the common noun with #Forn.ID as its child;
individual tokens of the foreign name are children #Forn.ID with FPHR functor.
The already implemented conversion results in an adequate structure, just small will enhancement will make the structure perfect!
PDT:
Společnost
(#Forn.ID
(New.FPHR)
(England.FPHR)
(Electric.FPHR)
(System.FPHR))
already converted:
(s1s1 / společnost
:name (s1x1 / #Forn
:!!FPHR (s1n1 / New)
:!!FPHR (s1e1 / England)
:!!FPHR (s1e2 / Electric)
:!!FPHR (s1s2 / System))
:refer-number singular)
already implemented:
ID --> name
new changes:
#Forn --> name (as concept)
:!!FPHR (s1n1 / New) --> :op1 "New"
:!!FPHR (s1e1 / England) --> :op2 "England"
:!!FPHR (s1e2 / Electric) --> :op3 "Electric"
:!!FPHR (s1s2 / System)) --> :op4 "System"
Punctuation should be connected to the respective tokens, e.g.:
The text was updated successfully, but these errors were encountered: