Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave C-J committed Sep 21, 2014
2 parents 60dba00 + 7d17a10 commit 410ef92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Copyright 2013 IBM Corp. under [the Apache 2.0 license](LICENSE).

### Analysis

**[17-smooth](analysis/smooth)** - A simple node to provide various functions across several previous values, including max, min, mean, high and low pass filters.

**[72-wordpos](analysis/wordpos)** - Analyses the payload and classifies the part-of-speech of each word. The resulting message has msg.pos added with the results. A word may appear in multiple categories (eg, 'great' is both a noun and an adjective).

**[74-swearfilter](analysis/swearfilter)** - Analyses the payload and tries to filter out any messages containing bad swear words. This only operates on payloads of type string. Everything else is blocked.
Expand Down

0 comments on commit 410ef92

Please sign in to comment.