Skip to content

RAKE Keywords Node

AI/Processing

RAKE Keywords

Extracts keywords from text using the RAKE (Rapid Automatic Keyword Extraction) algorithm. RAKE is a domain-independent algorithm that extracts significant phrases by analyzing word frequency and co-occurrence.

ai_processing_rake_extractionprocessing
Inputs5
Outputs1
Security exposure0/10
Packageprocessing

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
0/10High
PrivacyPotential sensitivity of processed data.
0/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
0/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

5

Text

String
text

The text to extract keywords from

Language

String
language

Language for stop words. Use 'auto' for automatic detection.

Default auto
autoendefresit+9 more

Stop Words

String HashSet
stop_words

Custom stop words to filter out (optional). Overrides language-based stop words if provided.

Default []

Min Score

Float
min_score

Minimum score threshold for keywords (0.0 = no filter)

Default 0

Max Keywords

Integer
max_keywords

Maximum number of keywords to return (0 = unlimited)

Default 0

Output Pins

1

Keywords

String HashSet
keywords

Extracted keywords as a string set

Node Info

Internal name
ai_processing_rake_extraction
Category
AI/Processing