qbreader / qbreader/packet-parser
packet_classify packets have pronunciation guides in them
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 8
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The packets used for classification have some extraneous words:
- "10" and "points" appears in all tossups
- Words in pronunciation guides also appear, but these wouldn't be too useful for classification, since pronunciation guides differ per packets
Consider putting "10" and "points" as stop words. Filtering out pronunciation guides is trickier. You may need a parameter that takes in what character is used to denote a pronunciation guide (braces or square brackets).
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
The issue identifies packet_classify as the relevant entry point; start by tracing how tossup text and pronunciation guides are tokenized. Done means classification excludes "10", "points", and configurable pronunciation-guide text for the supported delimiters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100