The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Getting TF-IDF from unpivoted data
Hi, I am trying to do text mining. I don't have the original documents, but my words are already in a database. For example:
Doc A: How are you?
Doc B: I am fine
What I have is a mysql table like
A How
A are
A you
B I
B am
B fine
The fact being I am a total newbie and relying heavily on text mining tutorials, it would perhaps be easier for me to go back to the document form so I can take that and "plug it" with what I see in most text mining tutorials and then generate my TF-IDF word vectors after my data clean up.
Doc A: How are you?
Doc B: I am fine
What I have is a mysql table like
A How
A are
A you
B I
B am
B fine
The fact being I am a total newbie and relying heavily on text mining tutorials, it would perhaps be easier for me to go back to the document form so I can take that and "plug it" with what I see in most text mining tutorials and then generate my TF-IDF word vectors after my data clean up.
0
Answers