Text to Root DTM Vectorizer Module¶
This module provides a way to transform a DataFrame of text data into a document-term matrix using word roots extracted by the Zeyrek morphological analyzer. The resulting matrix can be used for various text analysis tasks, such as topic modeling or sentiment analysis etc…