summaryrefslogtreecommitdiffstats
path: root/src/include/snowball/libstemmer/stem_UTF_8_arabic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/snowball/libstemmer/stem_UTF_8_arabic.h')
-rw-r--r--src/include/snowball/libstemmer/stem_UTF_8_arabic.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/snowball/libstemmer/stem_UTF_8_arabic.h b/src/include/snowball/libstemmer/stem_UTF_8_arabic.h
new file mode 100644
index 0000000..5ef61a1
--- /dev/null
+++ b/src/include/snowball/libstemmer/stem_UTF_8_arabic.h
@@ -0,0 +1,16 @@
+/* This file was generated automatically by the Snowball to ISO C compiler */
+/* http://snowballstem.org/ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern struct SN_env * arabic_UTF_8_create_env(void);
+extern void arabic_UTF_8_close_env(struct SN_env * z);
+
+extern int arabic_UTF_8_stem(struct SN_env * z);
+
+#ifdef __cplusplus
+}
+#endif
+