dict_exclude:要排除正则表达式的 postgresql 字典

时间:2021-06-14 22:11:57
【文件属性】:
文件名称:dict_exclude:要排除正则表达式的 postgresql 字典
文件大小:5KB
文件格式:ZIP
更新时间:2021-06-14 22:11:57
C 概述 dict_exclude 是一个 postgresql 扩展,它提供了一个字典,可用于基于正则表达式创建停用词。 在撰写本文时,它似乎是实现此目标的一个不错的解决方案,但它没有在文本搜索中使用停用词功能,从而有效地创建了一个排序的单词列表。 该代码主要基于 postgresql/contrib 中优秀的 dictint 示例。 安装和使用示例 git clone git@github.com:no0p/dict_exclude.git make sudo make install 接下来通过在 postgresql 文本搜索资源目录中添加文件exclude.rules来创建排除规则列表。 例如,对于 ubuntu 上的 Postgresql 9.4,您可以添加文件/usr/share/postgresql/9.4/tsearch_data/exclude.rules 。 该文
【文件预览】:
dict_exclude-master
----dict_exclude.control(161B)
----LICENSE(986B)
----.gitignore(18B)
----Makefile(352B)
----README.md(1KB)
----dict_exclude.c(4KB)
----dict_exclude--unpackaged--1.0.sql(511B)
----dict_exclude--1.0.sql(723B)

网友评论