TRIPsystem Kernel API 8.3
|
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] |
Definition of sentence / paragraph boundary markers.
char text_sepa_rec::ignore_chars[64] |
Ignore characters, class I
boolean text_sepa_rec::para_check |
Are paragraph numbers to be generated?
char text_sepa_rec::para_sep_spec[8] |
Paragraph end specification: 2N
boolean text_sepa_rec::sent_beg_req |
Are sentence begin markers required for begin of paragraph?
char text_sepa_rec::sent_beg_spec[8] |
Sentence begin specification: UB
boolean text_sepa_rec::sent_check |
Are sentence numbers to be generated?
char text_sepa_rec::sent_end_chars[16] |
Sentence end characters, class E
boolean text_sepa_rec::sent_end_req |
Are sentence end markers required for end of paragraph?
char text_sepa_rec::sent_sep_spec[8] |
Sentence end specification: SN
char text_sepa_rec::spec_beg_chars[32] |
Sentence begin characters, class B