mysql 停用词文件格式是什么?

发布于 2024-11-09 03:31:13 字数 26 浏览 3 评论 0 原文

单词是否有引号,是逗号分隔还是行分隔?

Does the words have quotes or not, is it comma separated or line separated ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

场罚期间 2024-11-16 03:31:13

无需报价。查看不太可读的源代码(ft_parserft_simple_get_word),似乎任何非单词字符都会终止一个单词,因此您可以使用逗号或空格或新行的味道。

No quotes needed. Looking at the not-very-readable source (ft_parser, ft_simple_get_word), it seems like any non-word-character terminates a word, so you could use commas or spaces or newlines to taste.

凌乱心跳 2024-11-16 03:31:13

如果您使用 ft_stopword_file ,我相信它只是没有被引用,文件的每行只有一个单词。

您可能知道,您可以通过 全文停用词手册页。

If you're using the ft_stopword_file, I believe it's simply un-quoted with a single word per line of the file.

As you're probably aware, you can browse the default compiled in set via the Full-Text Stopwords manual page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文