Hi guys, how are you? Do you guys know if it is possible and correct to do a tf - idf to a pair (verb-noun)
I have been working on TF-IDF implementation and calculating tf-idf for a set of sentences, but now I want to do it, if possible, for a pair in each sentence.
TF - IDF to a Pair
-
- Site Admin
- Posts: 77
- Joined: Sat Jul 28, 2018 3:46 am
Re: TF - IDF to a Pair
Thanks for your inquiry.
TF-IDF can be used on any non-standard symbols you like. In fact, in the course "Machine Learning: Natural Language Processing in Python (V2)" that is what we did.
TF-IDF can be used on any non-standard symbols you like. In fact, in the course "Machine Learning: Natural Language Processing in Python (V2)" that is what we did.