Skip to content

definability/data_mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data_mining

Natural Language Processing in Python

Target

We have unique words in a text. We want to have weights of words and we have three methods:

  • TF-IDF. Wickness: frequent words are not necessary unnecessary.
    • For every word
    • For pairs of words
    • For triads of words
  • Diffusion method

In the end we want to have a network of words with connections.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages