Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote series of tutorials on text analytics #25

Open
ArturoAmorQ opened this issue May 24, 2022 · 2 comments
Open

Promote series of tutorials on text analytics #25

ArturoAmorQ opened this issue May 24, 2022 · 2 comments

Comments

@ArturoAmorQ
Copy link
Member

ArturoAmorQ commented May 24, 2022

For twitter:

Did you know you can do NLP with scikit-learn? Learn the basics of text vectorizers with this mini tutorial (1/3)

https://scikit-learn.org/dev/auto_examples/text/plot_hashing_vs_dict_vectorizer.html


Learn the basics on classification of text documents with this mini tutorial (2/3)

https://scikit-learn.org/dev/auto_examples/text/plot_document_classification_20newsgroups.html


Learn the basics of text documents clustering with this mini tutorial (3/3)

https://scikit-learn.org/dev/auto_examples/text/plot_document_clustering.html

@ArturoAmorQ ArturoAmorQ changed the title Promote tutorial on text classification Promote series of tutorials on NLP Jun 28, 2022
@ogrisel
Copy link
Member

ogrisel commented Jun 29, 2022

Maybe we should not use the term NLP too much. Natural Language Processing typically involve more advanced operations than just document classification, clustering and topic models. In particular, the NLP community is typically more interested in sentence-level analysis (e.g. named entity detection, syntactic parsing, logical entailment...).

To communicate about those examples I would rather use terms such as "Document classification and clustering" which is more specific.

@ArturoAmorQ
Copy link
Member Author

To avoid pointing users towards the dev version of the doc, we agreed on a small committee to wait until the next release.

@ogrisel ogrisel changed the title Promote series of tutorials on NLP Promote series of tutorials on text analytics Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants