Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WuLC/ThesaurusParser
/ functions
Functions
23 in github.com/WuLC/ThesaurusParser
⨍
Functions
23
◇
Types & classes
7
↓ 5 callers
Method
read
(File file)
Sogou/SougouScelReader.java:19
↓ 5 callers
Method
readUnsignedShort
(InputStream in)
Sogou/SougouScelReader.java:148
↓ 4 callers
Method
readString
(DataInputStream input,int pos,int[] reads)
Sogou/SougouScelReader.java:29
↓ 2 callers
Method
readBdictFile
读取百度词库文件(bdict),返回一个包含所以词的list @param bdictFilePath : bdict文件的路径 @return: 包含词库文件中所有词的一个List<String> @throws Exception
Baidu/BaiduBdcitReader.java:21
↓ 2 callers
Method
readQpydFile
读取qq词库文件(qpyd),返回一个包含所以词的list @param inputPath : qpyd文件的路径 @return: 包含词库文件中所有词的一个List<String> @throws Exception
QQ/QQqpydReader.java:37
↓ 1 callers
Method
getWordMap
()
Sogou/SougouScelReader.java:169
↓ 1 callers
Method
setDescription
(String description)
Sogou/SougouScelReader.java:189
↓ 1 callers
Method
setName
(String name)
Sogou/SougouScelReader.java:205
↓ 1 callers
Method
setSample
(String sample)
Sogou/SougouScelReader.java:197
↓ 1 callers
Method
setType
(String type)
Sogou/SougouScelReader.java:181
↓ 1 callers
Method
setWordMap
(Map<String, List<String>> wordMap)
Sogou/SougouScelReader.java:173
↓ 1 callers
Method
sogou
读取scel的词库文件,生成txt格式的文件 @param inputPath 输入路径 @param outputPath 输出路径 @param isAppend 是否拼接追加词库内容,true 代表追加,false代表重建
Sogou/SogouScel2Txt.java:36
↓ 1 callers
Method
transBdict2Txt
功能: 将输入的bdict文件转为txt文件 @param inputPath: 输入的bdcit文件路径 @param outputPath: 输出的txt文件路径 @return : void
Baidu/BaiduBdict2Txt.java:18
↓ 1 callers
Method
transBdict2Txt
功能: 将输入的qypd文件转为txt文件 @param inputPath: 输入的qpyd文件路径 @param outputPath: 输出的txt文件路径 @return : void
QQ/QQqpyd2Txt.java:18
Method
getDescription
()
Sogou/SougouScelReader.java:185
Method
getName
()
Sogou/SougouScelReader.java:201
Method
getSample
()
Sogou/SougouScelReader.java:193
Method
getType
()
Sogou/SougouScelReader.java:177
Method
main
(String[] args)
Baidu/BaiduBdict2Txt.java:37
Method
main
(String[] args)
Baidu/BaiduBdcitReader.java:59
Method
main
(String[] args)
Sogou/SogouScel2Txt.java:24
Method
main
(String[] args)
QQ/QQqpyd2Txt.java:37
Method
main
(String[] args)
QQ/QQqpydReader.java:19