- ベストアンサー
エラーの意味
Error: Feature ''common:type:type':'TRANS'' is restricted to ''common:type:type':trans', and cannot take ''common:type:type':'VMS\'' at ./compile_tmp.5202.lil:24 これはどういう意味なのでしょう?エラーに見方がいまいちよくわかりません。識者の方御指導お願いします。
- みんなの回答 (1)
- 専門家の回答
質問者が選んだベストアンサー
これはLiLFeSでしょうか http://www-tsujii.is.s.u-tokyo.ac.jp/lilfes/manual/chap5.ja.html によると Feature '[feature]' is restricted to '[type1]', and cannot take '[type2]' 素性'[feature]'の先には型'[type1]'がくると定義したのに, その制約を破る型'[type2]'が指定されています. 素性'[feature]'の先には,型'[type1]'か,そのsubtypeを指定して下さい. です。
お礼
ありがとうございます。 勉強になりました