stem_UTF_8_yiddish.h 295 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 * yiddish_UTF_8_create_env(void);
  6. extern void yiddish_UTF_8_close_env(struct SN_env * z);
  7. extern int yiddish_UTF_8_stem(struct SN_env * z);
  8. #ifdef __cplusplus
  9. }
  10. #endif