Simple regex-based entity extractor (no external dependencies)
Public fields
entity_types
Entity types to extract
Methods
Method new()
Create a new RegexExtractor
Arguments
entity_types
Types to extract
Extract entities from text
Usage
RegexExtractor$extract(text, chunk_id = NULL)
Arguments
text
Text to extract from
chunk_id
Chunk ID
Method clone()
The objects of this class are cloneable with this method.
Usage
RegexExtractor$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.