stem_ISO_8859_1_danish.h 307 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 * danish_ISO_8859_1_create_env(void);
  6. extern void danish_ISO_8859_1_close_env(struct SN_env * z);
  7. extern int danish_ISO_8859_1_stem(struct SN_env * z);
  8. #ifdef __cplusplus
  9. }
  10. #endif