OSDN Git Service

コメント修正
authorkomutan <t_komuta@nifty.com>
Sat, 12 Jul 2014 15:11:41 +0000 (00:11 +0900)
committerkomutan <t_komuta@nifty.com>
Sat, 12 Jul 2014 15:11:41 +0000 (00:11 +0900)
src/LibNMeCab/Core/Tokenizer.cs

index 07ce850..a03cd96 100644 (file)
@@ -179,7 +179,7 @@ namespace NMeCab.Core
             node.PosId = token.PosId;
             node.WCost = token.WCost;
             //node.Token = token;
-            //node.Feature = dic.GetFuture(token); //この段階では素性情報を取得しない
+            //node.Feature = dic.GetFeature(token); //この段階では素性情報を取得しない
             node.SetFeature(token.Feature, dic); //そのかわり遅延取得を可能にする
         }