| RegexExtractor | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.