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: Syntactic Parsing - Provide Full Sentence Structure Representation #322

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

Comments

@HsiangNianian
Copy link
Member

Syntactic parsing provides a deeper grammatical structure, typically in the form of a tree (parse tree). This task will focus on building or integrating a syntactic parser that can generate detailed syntactic trees for given sentences.

  • Parser Selection: Should we implement our own parser or leverage existing ones like SpaCy or StanfordNLP?
  • Use Cases: How will the parsed syntactic trees be utilized?
  • Performance: What kind of performance improvements do we expect from this task?

Expected Outcome:

  • A syntactic parser capable of generating detailed parse trees for text.
  • Integration into iamai and demonstration use cases.

Labels: feature, NLP, syntactic-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