SheriffRabbit
SheriffRabbit
## 描述 这里是一份腾讯开源的词向量 我打算将这个词向量替换到我们的同义算法中去 [5000-small.txt](https://github.com/chatopera/Synonyms/files/8037484/5000-small.txt) 这个词向量文件是mini版本的腾讯词向量 用于验证是否可以正确导入到我们的库中使用  接下来使用gesmin读取词向量文件(txt)  然后将词向量文件保存成.vector  然后使用系统命令压缩成.gz 我直接用这个新文件替换到了项目目录中的词向量位置(因为文件同名 就直接替换过去了) 然后运行我们库的例子 发现问题  然后不管怎么检索各种词都是([ ],[ ]) ## 功能 ## 操作系统 - [ ] macOS or...
https://stackoverflow.com/questions/77878622/error-in-loading-serialized-map-data-with-inmemmap-deserialize I am attempting to load map data from a pickle file using map_connn = InMemMap.deserialize(map_conn). After exporting the map data from memory with map_con.dump() as a dictionary, an error...