如何设计创建NLP域语言模型或语法文件 任何数据结构,请让我知道
<one-of>
<item>
<tag>fruits="Apple"<tag/>
<one-of>
<item>
<token>Apple</token>
</item>
<item>
<token>i want Apple</token>
</item>
<item>
<token>i want to order an apple</token>
</item>
</one-of>
</item>
</one-of>
</rule>