JianLoong / word-cloud-generator

D3 Word Cloud Generator
https://jian.sh/word-cloud-generator
MIT License
4 stars 9 forks source link

Implement TF-IDF as one of the methodology #2

Closed JianLoong closed 2 years ago

JianLoong commented 2 years ago

TF-IDF as mentioned here is probably one of the more well known methodologies.

It should be possible to implement it as a feature here.

JianLoong commented 2 years ago

Closing this issue as TF-IDF is not a good approach at all.