stem_ISO_8859_1_finnish.h 310 B

123456789101112131415
  1. /* Generated by Snowball 2.2.0 - https://snowballstem.org/ */
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. extern struct SN_env * finnish_ISO_8859_1_create_env(void);
  6. extern void finnish_ISO_8859_1_close_env(struct SN_env * z);
  7. extern int finnish_ISO_8859_1_stem(struct SN_env * z);
  8. #ifdef __cplusplus
  9. }
  10. #endif