摘要:
盘古分词平台兼容性===============================在使用Lucece.net,需要一个中文的分词组件,比较好的是[盘古分词](http://pangusegment.codeplex.com/),但是我希望能够在mono的环境下运行,就使用[moma](http://www.mono-project.com/MoMA)检查了一下盘古分词>Assembly Version Missing Not Implemented Todo P/Invoke>PanGu.dll 2.3.1.0 3 0 5 0>Calling Method Method Mis 阅读全文
摘要:
想找一个简体中文与繁体中文相互转换的东西,但在.net里面能够找到的大部分都是使用了`Microsoft.VisualBasic.Strings.StrConv`这个方法,但是我想在mono的环境中使用,是不能够调用这个类的。于是自己做了个简单的转换类 首先找到gb2312的编码表,我找到上面的这个地址,然后在文本编辑器里将除了汉字以外的文字去掉,剩余了6763个字符,然后在word里利用简体转繁体的功能将6763个字符转换为对应的繁体中文字符。然后写了个小脚本将重复的部分排除掉。剩余2338个字符。代码-------------------- public class DotSTConv.. 阅读全文
摘要:
原文链接 : 帮助文档:Microsoft has a bulk conversion utility that can convert multiple DOC files to DOCX files. This blog post presents very basic information on its use. This utility has been around for a while, but a fair number of people don’t know of its existence. Because it’s a powerful tool de... 阅读全文