Skip to content
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

edge annotation in frequency analysis #554

Open
otichy opened this issue Mar 21, 2017 · 1 comment
Open

edge annotation in frequency analysis #554

otichy opened this issue Mar 21, 2017 · 1 comment

Comments

@otichy
Copy link

otichy commented Mar 21, 2017

It would be great if edge annotation (func values) could be used in frequency analysis.
Say I search for all tokens "you" that are PROnouns and are dependent on Noun Phrase, which in turn is dependent on an IP and is its SUBJect.

cat="IP" & cat="NP" & "you" & pos="PRO"
& #3 = #4
& #1 >[func="SBJ"] #2
& #2 > #4

Essentially, I am looking for the use of the pronoun "you" as a subject.

Now I would like to be able to perform an analysis of all possible functions/edge annotations of the #1 > #2 dependency (subjects, objects etc).

@otichy
Copy link
Author

otichy commented Mar 22, 2017

(the same applies for export, I was not able to export edge annotation with any of the exporters, but maybe I am doing it wrong)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants