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
After the corpus is created and saved, create a notebook (src/notebook/) where we explore the features of the corpus.
On a helper script (src/papers/data/), load the dataset, and create a matrix for words frequencies, in the preprocessed corpus and in the original one.
expose functions to return this matrices and its properties.
In the Jupyter notebook, explore the matrices. Which words are the most frequent in each one?
Feel free to explore and display more properties of the datasets.
The text was updated successfully, but these errors were encountered:
After the corpus is created and saved, create a notebook (src/notebook/) where we explore the features of the corpus.
On a helper script (src/papers/data/), load the dataset, and create a matrix for words frequencies, in the preprocessed corpus and in the original one.
expose functions to return this matrices and its properties.
In the Jupyter notebook, explore the matrices. Which words are the most frequent in each one?
Feel free to explore and display more properties of the datasets.
The text was updated successfully, but these errors were encountered: