A Chrome extension that lets you study sentences on web pages using Stanford NLP tools. Motivation: Learn how others write by studying their grammar and word choice with the help of NLP!
How it works: The extension sends content to a localhost server that can execute Stanford NLP jar files.
This extension current returns Penn parse trees and a map of POS (part of speech) to word counts.
Below is a screenshot showing the contents more clearly.
Over time, I aim to add more features, such as storing a history of POS counts and tree patterns by website/author that you can accumulate over time.
Stanford NLP, for making their software available.
The client directory is cloned from Chrome Extension Webpack Boilerplate by @samuelsimoes.