文件名称:myanmar-collation-stats:缅甸词典分析器-排序和细分
文件大小:210KB
文件格式:ZIP
更新时间:2024-06-01 23:45:22
Java
缅甸整理统计 缅甸词典分析仪 职能: *以UTF-8编码的纯文本格式对缅甸语单词进行统计分析*语音上对缅甸音节的分段*缅甸语单词的排序 样例代码 分析 源代码中使用的单词,音节,字母,音节首,音节尾,字母顺序类型可以通过以下代码进行计数: File srcFile = new File("/path/to/file"); Utils.toFile(Utils.toLexicon(f), f.getAbsolutePath() + ".analyzed.txt", Utils.LEX_TO_FILE_FLAG_WRITE_STATS); 分割 可以通过以下代码将缅甸文本分割成音节。 File srcFile = new File("/path/to/file"); Utils.toFile(Utils.toLexicon(srcFile), srcFile.getAbsolutePat
【文件预览】:
myanmar-collation-stats-master
----.gitattributes(483B)
----src()
--------com()
----README.md(4KB)
----data()
--------wordlists()
----.gitignore(3KB)