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

Make a corpus-specific function for producing a frequency-countable token list #10

Open
gregdan3 opened this issue Aug 24, 2024 · 0 comments

Comments

@gregdan3
Copy link
Owner

The corpus study for ilo Muni would benefit from preserving case, numerals, and potentially emotes. However, using the filtered and cleaned output directly from this library doesn't allow for that since it has already removed everything in the ignorable filters by the time scoring occurs.

In other words, it may be necessary to have a second path out from the main scoring path: before cleaning or filtering, a separate cleaning and filtering takes place which produces a frequency-countable version of the sentence.

  • Should preserve case. (already done since case is used to detect names)
  • Should preserve numerals. (currently removed during the ignoring filters)
  • Should still reduce consecutive duplicates, but not for numerals (oh no)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant