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

Search function based on list of operations #57

Open
XanderVertegaal opened this issue Aug 27, 2024 · 3 comments
Open

Search function based on list of operations #57

XanderVertegaal opened this issue Aug 27, 2024 · 3 comments
Labels
minimalist parser Part of the Minimalist Parser demo project (NLP)

Comments

@XanderVertegaal
Copy link
Contributor

XanderVertegaal commented Aug 27, 2024

- Input form
- Submit button
- Basic validation + error messages
- Debouncing
- Loading indicator
- Error handling
- Active subscription with memory leak prevention

Let's go with the list of operations!

@XanderVertegaal XanderVertegaal converted this from a draft issue Aug 27, 2024
@XanderVertegaal XanderVertegaal added the minimalist parser Part of the Minimalist Parser demo project (NLP) label Aug 27, 2024
@XanderVertegaal XanderVertegaal changed the title Input form for corpus search Corpus search input form Aug 27, 2024
@megodoonch
Copy link

Since Vulcan already supports search, maybe we don't need our own search form.
However, we were thinking that it would be cool if selecting from an existing list of operations names would implement a Vulcan search for tree node labels containing that name.

@XanderVertegaal XanderVertegaal changed the title Corpus search input form Search function based on list of operations Oct 9, 2024
@XanderVertegaal
Copy link
Contributor Author

I still think this is a cool idea :) We'll see if it's possible to build this!

@XanderVertegaal
Copy link
Contributor Author

We will be going for a list of operations / internal node labels. When clicking on a label, you should see all sentences in the corpus with that operation. We can hook into Vulcan's internal search function for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minimalist parser Part of the Minimalist Parser demo project (NLP)
Projects
Status: Todo
Development

No branches or pull requests

2 participants