• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 224  文章 - 41  trackbacks - 0
            <2015年7月>
            2829301234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678

            享受編程

            常用鏈接

            留言簿(11)

            隨筆分類(159)

            隨筆檔案(224)

            文章分類(2)

            文章檔案(4)

            經典c++博客

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

             pymmseg-cpp
            http://code.google.com/p/pymmseg-cpp/

            pymmseg-cpp is a Python port of the rmmseg-cpp project. rmmseg-cpp is a MMSEG Chinese word segmenting algorithm implemented in C++ with a Ruby interface.

            Download the binary release on the right sidebar and copy the pymmseg directory to your Python's path (e.g. /usr/lib/python2.5/site-packages/). Here's an example of usage:

            from pymmseg import mmseg

            mmseg
            .dict_load_defaults()
            text
            = # ...
            algor
            = mmseg.Algorithm(text)
            for tok in algor:
            print '%s [%d..%d]' % (tok.text, tok.start, tok.end)

            Or you can download the source tarball or check out the latest code from the git repo hosted at github. Then you'll need to build the mmseg-cpp module yourself: goto the mmseg-cpp subdirectory and run the build.py script. It will build the native module for you.

            For more information, refer to the README file.


            很多同學都會出現亂碼的問題。可能是mmseg支持的是utf8, windows的本地默認編碼是cp936,也就是gbk編碼,所以在控制臺直接打印utf-8的字符串當然是亂碼了。 
            解決方法:
            在控制臺打印的地方用一個轉碼就ok了,打印的時候這么寫:
            print myname.decode('UTF-8').encode('GBK') 


            from pymmseg import mmseg

            mmseg
            .dict_load_defaults()
            text
            = # ...
            algor
            = mmseg.Algorithm(text)
            for tok in algor:
            print '%s [%d..%d]' % (tok.text.decode('UTF-8').encode('GBK') , tok.start, tok.end)

            posted on 2011-05-03 13:27 漂漂 閱讀(1151) 評論(0)  編輯 收藏 引用
            久久精品国产亚洲一区二区| 国产69精品久久久久9999| 亚洲精品国产综合久久一线| 久久夜色精品国产噜噜亚洲a| 亚洲中文久久精品无码| 久久精品草草草| 久久亚洲AV无码精品色午夜 | 青青青国产成人久久111网站| 国产午夜精品久久久久九九| 奇米影视7777久久精品人人爽| 久久99精品国产| 国产精品久久久久久久久软件| 欧美久久综合性欧美| 久久精品国产99国产精品亚洲| 91久久香蕉国产熟女线看| 偷偷做久久久久网站| 青青青国产成人久久111网站| 国内精品人妻无码久久久影院导航| 欧美激情精品久久久久| 99蜜桃臀久久久欧美精品网站| 精品无码久久久久久国产| 青青草原精品99久久精品66| 亚洲欧美日韩久久精品| 亚洲国产成人久久综合一 | 亚洲综合久久综合激情久久| 亚洲午夜久久久久久久久久| 香蕉99久久国产综合精品宅男自 | 欧美精品国产综合久久| 婷婷久久综合| 久久久精品久久久久久 | 久久香综合精品久久伊人| 精品一久久香蕉国产线看播放| 久久精品免费观看| 99精品久久精品一区二区| 色88久久久久高潮综合影院| 99久久精品国产一区二区| 国产成人精品久久| 久久亚洲AV成人出白浆无码国产| 无码人妻精品一区二区三区久久久| 久久亚洲精品国产精品婷婷| 久久婷婷色综合一区二区|