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

Implement universal POS tags ratio #63

Open
dpalmasan opened this issue Apr 24, 2021 · 0 comments
Open

Implement universal POS tags ratio #63

dpalmasan opened this issue Apr 24, 2021 · 0 comments
Labels
good first issue Good for newcomers usability Better usability

Comments

@dpalmasan
Copy link
Owner

SpaCy tokens can contain universal POS tags and detailed POS tags, both properties in a spacy Token are pos_ and tag_ respectively. Currently, the function pos_ratio is kind of misleading as in the docstring it is describing pos_ tags, but computing ratio using tag_. This ticket is to fix this and implement a similar function using universal POS tags.

https://github.com/dpalmasan/TRUNAJOD2.0/blob/master/src/TRUNAJOD/surface_proxies.py#L515

Acceptance Criteria

  • Docstring is updated properly
  • Functionality to compute pos_ratio based on universal POS tag is added.
@dpalmasan dpalmasan added good first issue Good for newcomers usability Better usability labels Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers usability Better usability
Projects
None yet
Development

No branches or pull requests

1 participant