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

Feature Request: Dependency Parsing - Parse Sentence Structure for Grammatical Relationships #321

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments

Comments

@HsiangNianian
Copy link
Member

Dependency parsing analyzes the grammatical structure of a sentence by establishing relationships between words. This task will involve building a dependency parser to identify these relationships (e.g., subject, object).

  • Modeling: What models will be used for parsing (e.g., transition-based parsers, neural parsers)?
  • Use Cases: How will the output be used? (e.g., grammar checking, text understanding)
  • Evaluation: How will the parser's accuracy be evaluated?

Expected Outcome:

  • A dependency parser that can extract grammatical structures from sentences.
  • API integration to use the parser in iamai pipelines.

Labels: feature, NLP, dependency-parsing

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

No branches or pull requests

1 participant