Module: Isomorfeus::Ferret::Analysis

Defined in:
ext/isomorfeus_ferret_ext/frb_analysis.c

Constant Summary collapse

ENGLISH_STOP_WORDS =
get_rstopwords(FRT_ENGLISH_STOP_WORDS)
FULL_ENGLISH_STOP_WORDS =
get_rstopwords(FRT_FULL_ENGLISH_STOP_WORDS)
EXTENDED_ENGLISH_STOP_WORDS =
get_rstopwords(FRT_EXTENDED_ENGLISH_STOP_WORDS)
FULL_FRENCH_STOP_WORDS =
get_rstopwords(FRT_FULL_FRENCH_STOP_WORDS)
FULL_SPANISH_STOP_WORDS =
get_rstopwords(FRT_FULL_SPANISH_STOP_WORDS)
FULL_PORTUGUESE_STOP_WORDS =
get_rstopwords(FRT_FULL_PORTUGUESE_STOP_WORDS)
FULL_ITALIAN_STOP_WORDS =
get_rstopwords(FRT_FULL_ITALIAN_STOP_WORDS)
FULL_GERMAN_STOP_WORDS =
get_rstopwords(FRT_FULL_GERMAN_STOP_WORDS)
FULL_DUTCH_STOP_WORDS =
get_rstopwords(FRT_FULL_DUTCH_STOP_WORDS)
FULL_SWEDISH_STOP_WORDS =
get_rstopwords(FRT_FULL_SWEDISH_STOP_WORDS)
FULL_NORWEGIAN_STOP_WORDS =
get_rstopwords(FRT_FULL_NORWEGIAN_STOP_WORDS)
FULL_DANISH_STOP_WORDS =
get_rstopwords(FRT_FULL_DANISH_STOP_WORDS)
FULL_RUSSIAN_STOP_WORDS =
get_rstopwords(FRT_FULL_RUSSIAN_STOP_WORDS)
FULL_FINNISH_STOP_WORDS =
get_rstopwords(FRT_FULL_FINNISH_STOP_WORDS)
FULL_HUNGARIAN_STOP_WORDS =
get_rstopwords(FRT_FULL_HUNGARIAN_STOP_WORDS)