booleanSearcher:该程序对倒排索引执行布尔搜索

时间:2024-04-23 19:02:51
【文件属性】:

文件名称:booleanSearcher:该程序对倒排索引执行布尔搜索

文件大小:1.71MB

文件格式:ZIP

更新时间:2024-04-23 19:02:51

Python

booleanSearcher 该程序对反向索引执行布尔搜索作者:Bilal Ansari @ Ye Thi Ha ==========说明============= 这个python程序(booleanSearcher)实现了信息检索系统的搜索组件。 输入程序: 搜索查询 反向索引文件的路径(例如C:\ Test \ out_invertedIndex.txt) 布尔运算类型(AND表示1,OR表示2,AND表示3 压缩类型(0表示无压缩,1表示字典字符串) 程序的输出:包含搜索查询结果out_queryResult.txt的文本文件。 ==========环境设置============= 从GitHub下载此软件包(booleanSearcher)(作为zip文件轻松下载)。 将其保存并解压缩到计算机的首选目录中(例如“ C:\ Test \ booleanSea


【文件预览】:
booleanSearcher-main
----sampleInput()
--------out_invertedIndex.zip(1.87MB)
----README.md(2KB)
----queryProcessor.py(6KB)
----sampleOutput()
--------out_queryResultWithCompression.txt(441B)
--------out_queryResult.txt(474B)
----compressor.py(7KB)
----searcherMain.py(2KB)

网友评论