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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
How should I handle variation in text length (words for each line in training file)? Is it okay to just train with these differences or should I perform any normalization tasks to the text lengths before?
I am working on classifying words to a text that better fits them (i.e. relate the word electronics to text that mention or are about this topic). I'm just training on trainMode 0 with the text as data and the name of the text source as the label. The length of each text variate in range from 1 to 700 words. (Median of 74 words and std of 96 words).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How should I handle variation in text length (words for each line in training file)? Is it okay to just train with these differences or should I perform any normalization tasks to the text lengths before?
I am working on classifying words to a text that better fits them (i.e. relate the word electronics to text that mention or are about this topic). I'm just training on trainMode 0 with the text as data and the name of the text source as the label. The length of each text variate in range from 1 to 700 words. (Median of 74 words and std of 96 words).
The text was updated successfully, but these errors were encountered: