Submit
Path:
~
/
/
opt
/
alt
/
postgresql11
/
usr
/
include
/
pgsql
/
server
/
snowball
/
libstemmer
/
File Content:
api.h
typedef unsigned char symbol; /* Or replace 'char' above with 'short' for 16 bit characters. More precisely, replace 'char' with whatever type guarantees the character width you need. Note however that sizeof(symbol) should divide HEAD, defined in header.h as 2*sizeof(int), without remainder, otherwise there is an alignment problem. In the unlikely event of a problem here, consult Martin Porter. */ struct SN_env { symbol * p; int c; int l; int lb; int bra; int ket; symbol * * S; int * I; unsigned char * B; }; extern struct SN_env * SN_create_env(int S_size, int I_size, int B_size); extern void SN_close_env(struct SN_env * z, int S_size); extern int SN_set_current(struct SN_env * z, int size, const symbol * s);
Submit
FILE
FOLDER
Name
Size
Permission
Action
api.h
763 bytes
0644
header.h
2487 bytes
0644
stem_ISO_8859_1_danish.h
325 bytes
0644
stem_ISO_8859_1_dutch.h
322 bytes
0644
stem_ISO_8859_1_english.h
328 bytes
0644
stem_ISO_8859_1_finnish.h
328 bytes
0644
stem_ISO_8859_1_french.h
325 bytes
0644
stem_ISO_8859_1_german.h
325 bytes
0644
stem_ISO_8859_1_hungarian.h
334 bytes
0644
stem_ISO_8859_1_italian.h
328 bytes
0644
stem_ISO_8859_1_norwegian.h
334 bytes
0644
stem_ISO_8859_1_porter.h
325 bytes
0644
stem_ISO_8859_1_portuguese.h
337 bytes
0644
stem_ISO_8859_1_spanish.h
328 bytes
0644
stem_ISO_8859_1_swedish.h
328 bytes
0644
stem_ISO_8859_2_romanian.h
331 bytes
0644
stem_KOI8_R_russian.h
316 bytes
0644
stem_UTF_8_danish.h
310 bytes
0644
stem_UTF_8_dutch.h
307 bytes
0644
stem_UTF_8_english.h
313 bytes
0644
stem_UTF_8_finnish.h
313 bytes
0644
stem_UTF_8_french.h
310 bytes
0644
stem_UTF_8_german.h
310 bytes
0644
stem_UTF_8_hungarian.h
319 bytes
0644
stem_UTF_8_italian.h
313 bytes
0644
stem_UTF_8_norwegian.h
319 bytes
0644
stem_UTF_8_porter.h
310 bytes
0644
stem_UTF_8_portuguese.h
322 bytes
0644
stem_UTF_8_romanian.h
316 bytes
0644
stem_UTF_8_russian.h
313 bytes
0644
stem_UTF_8_spanish.h
313 bytes
0644
stem_UTF_8_swedish.h
313 bytes
0644
stem_UTF_8_turkish.h
313 bytes
0644
N4ST4R_ID | Naxtarrr