Krotos Modules 3
Loading...
Searching...
No Matches
krotos::NER::Entity Struct Reference

Public Member Functions

 Entity (String name=String(), String category=String(), float score=0.0f, int startIndex=0, int endIndex=0)
 

Public Attributes

String name
 
String category
 
float score
 
int startIndex
 
int endIndex
 

Constructor & Destructor Documentation

◆ Entity()

krotos::NER::Entity::Entity ( String name = String(),
String category = String(),
float score = 0.0f,
int startIndex = 0,
int endIndex = 0 )
inline

Member Data Documentation

◆ category

String krotos::NER::Entity::category

◆ endIndex

int krotos::NER::Entity::endIndex

◆ name

String krotos::NER::Entity::name

◆ score

float krotos::NER::Entity::score

◆ startIndex

int krotos::NER::Entity::startIndex

The documentation for this struct was generated from the following file: