You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: