Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / snowball / libstemmer / stem_UTF_8_russian.h
blob4ef774ddccbb38590bbcd54e6f5f8dc7f28010d0
2 /* This file was generated automatically by the Snowball to ANSI C compiler */
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 extern struct SN_env * russian_UTF_8_create_env(void);
9 extern void russian_UTF_8_close_env(struct SN_env * z);
11 extern int russian_UTF_8_stem(struct SN_env * z);
13 #ifdef __cplusplus
15 #endif