|
|
|
|
|
by segphault
3763 days ago
|
|
The main problem with a tool like this it that it needs to understand sentence structure in order to find a lot of common anti-patterns. Without some natural language processing, it's just going to be able to scan for word usage and simple things that you can catch with a regex. You could probably build something a lot more sophisticated on top of something like Apple's NSLinguisticTagger and related APIs. After testing this against a dozen of my blog posts, I'm not terribly impressed with the output. I get more immediate value out of MarkedApp's keyword drawer and word repetition visualization. |
|
We're interested in incorporating deeper NLP. In particular, we've been eyeing https://github.com/spacy-io/spaCy.