TRIPsystem Kernel API 8.3
Loading...
Searching...
No Matches
text_sepa_rec Struct Reference

Definition of sentence / paragraph boundary markers. More...

#include <tripapi_types.h>

Public Attributes

char ignore_chars [64]
 
boolean para_check
 
char para_sep_spec [8]
 
boolean sent_beg_req
 
char sent_beg_spec [8]
 
boolean sent_check
 
char sent_end_chars [16]
 
boolean sent_end_req
 
char sent_sep_spec [8]
 
char spec_beg_chars [32]
 

Detailed Description

Definition of sentence / paragraph boundary markers.

Member Data Documentation

◆ ignore_chars

char text_sepa_rec::ignore_chars[64]

Ignore characters, class I

◆ para_check

boolean text_sepa_rec::para_check

Are paragraph numbers to be generated?

◆ para_sep_spec

char text_sepa_rec::para_sep_spec[8]

Paragraph end specification: 2N

◆ sent_beg_req

boolean text_sepa_rec::sent_beg_req

Are sentence begin markers required for begin of paragraph?

◆ sent_beg_spec

char text_sepa_rec::sent_beg_spec[8]

Sentence begin specification: UB

◆ sent_check

boolean text_sepa_rec::sent_check

Are sentence numbers to be generated?

◆ sent_end_chars

char text_sepa_rec::sent_end_chars[16]

Sentence end characters, class E

◆ sent_end_req

boolean text_sepa_rec::sent_end_req

Are sentence end markers required for end of paragraph?

◆ sent_sep_spec

char text_sepa_rec::sent_sep_spec[8]

Sentence end specification: SN

◆ spec_beg_chars

char text_sepa_rec::spec_beg_chars[32]

Sentence begin characters, class B


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