Capture the context of a target word. A context is defined as characters before or after the target word.
The regex used is :
.{10}\sin\s.{10}
The regex translated to English:
.{10} – Find 10 characters (spaces are technically characters)
\s – literal space
"in" – target word
The numbers (here 10) indicate the context window size which can be changed by the user.
Workflow
Context Capturing with the Regex Find All Component
External resources
Used extensions & nodes
Created with KNIME Analytics Platform version 4.5.2
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
Legal
By using or downloading the workflow, you agree to our terms and conditions.