Preprocess Text: Filtering should be expanded (contains, beginswith, etc.)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 134
- Forks
- 86
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 1
Description
Idea
We need a widget for filtering by a certain property:
- length of a word
- beginswith, endswith
- contains
- POS tags (e.g. output only proper nouns)
Design should be similar to Select Rows, only that this widget filters by columns after Bag of Words (or should it filter tokens, too?).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing Select Rows widget and the Bag of Words processing entry point. Clarify whether filtering applies to columns after Bag of Words, tokens, or both, and define the supported word-length, beginswith, endswith, contains, and POS-tag cases before implementation. Done means the filtering widget's scope and behavior are specified and covered for each requested criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100