Created
August 8, 2014 15:16
-
-
Save kyu999/97d228e65d3a92c093d3 to your computer and use it in GitHub Desktop.
初土日TODO:
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
Must : 改行のやつ完成 | |
方針 : 形態素解析+文字種 => 特定の強いルール , つまり複数回す。 | |
課題: 1)記号+記号のケースを一つの名詞と捉えることがある。 | |
=> 1. とりあえず細かく切って、後から修正 | |
2. 危険なとこは斬らないで、あとから別ルールで切る | |
2)ルールの優先順位を厳格化と動作の共通するパターンをまとめる | |
勉強: 1. git | |
2. 正規表現 | |
3. unixコマンドライン使い方 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment