texthero icon indicating copy to clipboard operation
texthero copied to clipboard

Add NLP Tutorial

Open henrifroese opened this issue 3 years ago • 2 comments

This builds upon

  • #174 (the tutorial does not work otherwise - really important)
  • #171

TODO

  • add references at the end to the other tutorials

EDIT:

You can now see the tutorial with the images right here. Will switch images to higher res. as some are a little blurry. Apart from that, I'm interested in opinions content- and style-wise :crossed_fingers:

henrifroese avatar Sep 06 '20 11:09 henrifroese

Looks good! 👍

Review:

  • For the DF output, it would be elegant if you just copy-paste the output as we are doing in the getting-started (See "Getting Started" section, for instance, >>> df.head(2) )
  • This will need to go under website/blog as this is a Tutorial blog post and not a "getting started" page
  • Try to have subsection shorter and eventually add a sub-sub section.
  • "Of course, we use Texthero's count_sentences function.". Is "Of course" pertinent?

Extra:

  • We will need to adapt a bit the CSS code for the code snippet, it does not look that good (but that's not related with this PR)

Example:

Count Sentences - Who is the most well-known superhero?

Becomes

Count Sentences

Who is the most well-known superhero?

jbesomi avatar Sep 08 '20 11:09 jbesomi

Incorporated the suggested changes from both your reviews :parachute: .

This will need to go under website/blog as this is a Tutorial blog post and not a "getting started" page

I believe that this should be getting-started-nlp (We accidentally named it tutorial-nlp) as this showcases the nlp module and tutorials should probably be more focused and in-depth (e.g. "Sparsity" or "Topic Modelling")

henrifroese avatar Sep 24 '20 19:09 henrifroese