HN user

sloria

494 karma
Posts57
Comments9
View on HN
stevenloria.com 8y ago

Introducing local-Repl: Supercharged Node.js REPLs

sloria
3pts0
stevenloria.com 8y ago

Responsive Typography Using Modern CSS

sloria
1pts0
elitedatascience.com 9y ago

5 Heroic Python NLP Libraries

sloria
2pts0
github.com 9y ago

Show HN: Customize the REPL in your Node.js projects

sloria
2pts0
konch.readthedocs.io 9y ago

Konch: Configures your Python shell

sloria
2pts0
github.com 10y ago

Marshmallow: Simplified object serialization for Python

sloria
91pts15
www.ggvgc.com 10y ago

GgVGc

sloria
1pts0
rwet.decontextualize.com 10y ago

Natural Language Basics with TextBlob

sloria
69pts23
rwet.decontextualize.com 10y ago

Natural Language Basics with TextBlob

sloria
2pts0
medium.com 10y ago

Material Design Is Different, Not Better

sloria
2pts0
konch.readthedocs.org 11y ago

Show HN: Konch – Configure your Python shell

sloria
1pts0
www.petrikainulainen.net 11y ago

We Are Gonna Need It

sloria
10pts1
braythwayt.com 11y ago

Write for Yourself, Rewrite for Others

sloria
10pts0
tmagazine.blogs.nytimes.com 11y ago

In Defense of Technology (2014)

sloria
28pts8
blog.8thlight.com 11y ago

Framework Bound

sloria
2pts0
doitlive.readthedocs.org 12y ago

Show HN: doitlive – A tool for live presentations in the terminal

sloria
2pts0
roy.gbiv.com 12y ago

REST APIs must be hypertext-driven » Untangled

sloria
4pts0
stevenloria.com 12y ago

Command-line Tools for Productive Python Development

sloria
1pts0
konch.readthedocs.org 12y ago

Show HN: konch, The customizable Python shell

sloria
1pts0
stevenloria.com 12y ago

Show HN: AreYouSure.js, the 2Kb library for saner confirmation dialogs

sloria
1pts0
betabeat.com 12y ago

The New Digital Divide: Privilege and Misinformation in Modern Media

sloria
1pts0
www.stevenloria.com 12y ago

The M's, V's, and C's: Keep 'em light and fluffy

sloria
1pts0
marshmallow.readthedocs.org 12y ago

Show HN: marshmallow - Python Object Serialization, Lightweight and Fluffy

sloria
2pts0
blogs.hbr.org 12y ago

Let's Save Great Ideas from the Ideas Industry

sloria
1pts0
computer.twentygototen.org 12y ago

Computer Anonymous

sloria
3pts0
www.stevenloria.com 12y ago

What is WordNet? A Conceptual Introduction Using Python

sloria
13pts0
calnewport.com 12y ago

Why Draper University Won’t Work (But Could)

sloria
1pts0
www.mikeperham.com 12y ago

The Three Best Debugging Tools

sloria
4pts1
www.youtube.com 12y ago

Video: Why Open Source Works - Alex Gaynor

sloria
2pts0
www.stevenloria.com 12y ago

Finding important words in text using Python and TF-IDF

sloria
2pts0

Author here. Must give credit where it's due:

These patterns come from a talk by Vladimir Keleshev, author of docopt and excellent Pythonista. These are NOT my original work.

This is an extension to the Python programming language that makes it easier to analyze and manipulate text.

For example, an analyst might use sentiment analysis to see whether Facebook posts about a product are "positive" or "negative" in tone.

As another example, I hacked together this online sentiment analyzer using TextBlob: https://textfeel.herokuapp.com/

See also: NLP (Wikipedia): https://en.wikipedia.org/wiki/Natural_language_processing NLTK (a python library for NLP): http://nltk.org/ Twitter opinion mining using pattern: http://www.clips.ua.ac.be/pages/pattern-examples-elections