EducationalTestingService / EducationalTestingService/match
What to do with hyphenated words?
Open
enhancement
question
- Dominant language
- Python
- Stars
- 20
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently, using `match.match("I really like time-travel!", "time")` will return a match on the `"time"` portion of `"time-travel"`. I can see applications where this is useful and also where this is terrible lol. Therefore it should probably be optional whether or not to match on portions of hyphenated words or to treat hyphenated words as one word. 👍
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.