Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-07-03 09:11:59 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
ragflow/internal/cpp/stemmer/stem_UTF_8_porter.h

18 lines
320 B
C
Raw Permalink Normal View History

RAGFlow go API server (#13240) # RAGFlow Go Implementation Plan 🚀 This repository tracks the progress of porting RAGFlow to Go. We'll implement core features and provide performance comparisons between Python and Go versions. ## Implementation Checklist - [x] User Management APIs - [x] Dataset Management Operations - [x] Retrieval Test - [x] Chat Management Operations - [x] Infinity Go SDK --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com> Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
2026-03-04 19:17:16 +08:00
/* This file was generated automatically by the Snowball to ANSI C compiler */
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern struct SN_env *porter_UTF_8_create_env(void);
extern void porter_UTF_8_close_env(struct SN_env *z);
extern int porter_UTF_8_stem(struct SN_env *z);
#ifdef __cplusplus
}
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 448ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API