Simple regex-based entity extractor (no external dependencies)
entity_typesEntity types to extract
new()Create a new RegexExtractor
RegexExtractor$new(entity_types = NULL)entity_typesTypes to extract
extract()Extract entities from text
RegexExtractor$extract(text, chunk_id = NULL)textText to extract from
chunk_idChunk ID
ExtractionResult
clone()The objects of this class are cloneable with this method.
RegexExtractor$clone(deep = FALSE)deepWhether to make a deep clone.