biolab / biolab/orange3-text

Preprocess Text: Filtering should be expanded (contains, beginswith, etc.)

Open
#211 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.