📄 defaultgrammar_en.properties
字号:
######################################################
# #
# This is the basic English grammar resourcebundle #
# which uses If/then sentences to describe rules. #
# The file contains configurables such as noun, and #
# verb mapping. It also contains rule to natural #
# language grammar mapping. #
# #
######################################################
if=If
then=Then
set=Set
set.verb=to
set.adverb=
object.has=has
object.equal=is
object.not.has=doesn\'t have
object.not.equal=is not equal
object.adj=
possessive=\'s
conjunction=and
conjunction.separator=,
######################################################
# #
# Grammar mapping properties. These mappings allow #
# the RuleML parser to translate Rule grammar to #
# natural language. We do this by providing a #
# simple map which tests the Rule grammar. Each #
# type of sentence should map to one type of RuleML #
# grammar. The mappings can not be ambiguous and #
# must have a one to one relationship. #
# #
######################################################
# the types of grammar mappings
grammar.types=constant,bind.var,bind.shadow
# start the grammar mapping
constant.rule=
constant.nl=
bind.var.rule=
bind.var.nl=
bind.shadow.rule=
bind.shadow.nl=
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -