Word Count¶
Type¶
transform
Class¶
fire.nodes.ml.NodeWordCount
Fields¶
Name |
Title |
Description |
|---|---|---|
delimiter |
Input Columns |
Details¶
Word Count Node¶
This node counts the number of words in the specified text column(s) of a dataset.
Examples¶
Word Count Node Example¶
Given the following dataset:
PartID SupplierID PartName PartCategory PartQualityScore
A1 S1 Bolt Hardware 8
B2 S2 Nut and Bolt Hardware 7
C3 S3 Screw Hardware 9
If you configure the Word Count node to count the number of words in the PartName column, the output would look like this:
PartName Word Count
Bolt 1
Nut and Bolt 3
Screw 1