Skip to content

FPHR functor: NE introduced with common noun #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Marketa-Lopatkova opened this issue Apr 7, 2025 · 0 comments
Open

FPHR functor: NE introduced with common noun #21

Marketa-Lopatkova opened this issue Apr 7, 2025 · 0 comments
Assignees
Labels
priority-2 Priority Medium t2u Conversion t-layer -> umr

Comments

@Marketa-Lopatkova
Copy link
Collaborator

Marketa-Lopatkova commented Apr 7, 2025

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.:

  • Public Service Co. of New Hampshire ... :op1 "Public " :op2 "Service " :op3 "Co." :op4 "of" :op5 "New" :op6 "Hampshire"
  • :op1 "U.S."
@Marketa-Lopatkova Marketa-Lopatkova added t2u Conversion t-layer -> umr priority-2 Priority Medium labels Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-2 Priority Medium t2u Conversion t-layer -> umr
Projects
None yet
Development

No branches or pull requests

3 participants