Created
August 7, 2014 06:22
-
-
Save kyu999/ee4868cf9406b130d976 to your computer and use it in GitHub Desktop.
今後の方針
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flow: | |
1. ひらがな、漢字、記号などの前後のみのシンプルな形で切る | |
-> ひらがな::漢字 | |
-> 記号::非記号 | |
-> ひらがな::数字 | |
2. mecabを使って前の品詞を用いる | |
-> * :: 助詞 | |
3. かぼちゃ?を使って句構造で区切る | |
4. 機会学習させる | |
-> naive bayes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment