node-red-node-wordpos 0.0.4

A Node-RED node that breaks a sentence into the various parts of (English) speech.

npm install node-red-node-wordpos

A Node-RED node that breaks a sentence into the various parts of (English) speech.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-wordpos

Usage

Uses the wordpos npm to analyse the msg.payload and classify the part-of-speech of each word.

The resulting message has a msg.pos object added with the results split into the following:

nouns:[],
verbs:[],
adjectives:[],
adverbs:[],
rest:[]

Note: a word may appear in multiple POS (eg, 'great' is both a noun and an adjective).

Node Info

Version: 0.0.4
Updated 8 years ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

5 in the last week

Nodes

  • wordpos

Keywords

  • node-red
  • wordpos

Maintainers