OSDN Git Service

バグ修正
authorkomutan <t_komuta@nifty.com>
Tue, 29 Jul 2014 14:41:54 +0000 (23:41 +0900)
committerkomutan <t_komuta@nifty.com>
Tue, 29 Jul 2014 14:41:54 +0000 (23:41 +0900)
src/LibNMeCab/MeCabNode.cs

index c2df6fd..b02c6f5 100644 (file)
@@ -54,7 +54,7 @@ namespace NMeCab
         {\r
             get\r
             {\r
-                if (this.feature == null)\r
+                if (this.feature == null && this.Dictionary != null)\r
                     this.feature = this.Dictionary.GetFeature(this.featurePos);\r
                 return this.feature;\r
             }\r