python - Text classification of websites -Appropriate classification algorithm - Labelled-LDA is best? -


basically,

i'm extracting text data crawling business web pages , trying classify website type of business >>> restaurants, it, travel etc.

i've looked naive bayes classifcation , lda algorithms

and think labelled-lda way this, might wrong

is there better option suited type of application?

and please specify, if possible, opensource library best above

i don't know lda, these 3 known classifiers:

the used library scikit-learn. there tutorial naive bayes classifiers scikit-learn here.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -