We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32041d9 commit d312394Copy full SHA for d312394
partial.html
@@ -130,10 +130,10 @@ <h3>APIによる制約の指定</h3>
130
lattice->set_sentence("thisisatest");
131
132
// |this|is|a|test| で分割され、かつ品詞大分類をすべて名詞にするように強制
133
-lattice->set_feature_constriant(0,4,"名詞");
134
-lattice->set_feature_constriant(4,6,"名詞");
135
-lattice->set_feature_constriant(6,7,"名詞");
136
-lattice->set_feature_constriant(7,11,"名詞");
+lattice->set_feature_constraint(0,4,"名詞");
+lattice->set_feature_constraint(4,6,"名詞");
+lattice->set_feature_constraint(6,7,"名詞");
+lattice->set_feature_constraint(7,11,"名詞");
137
138
tagger->parse(lattice);
139
0 commit comments