stem_ISO_8859_2_hungarian.h 316 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 * hungarian_ISO_8859_2_create_env(void);
  6. extern void hungarian_ISO_8859_2_close_env(struct SN_env * z);
  7. extern int hungarian_ISO_8859_2_stem(struct SN_env * z);
  8. #ifdef __cplusplus
  9. }
  10. #endif