📄 console.in
字号:
#!/bin/sh## This script makes it easy and# possible to excute the binary # sample from anywhere in the system.# You won't have to be in a particular# directory to execute the sample.## The switch -cd means Configuration Directory# and informs the sample of where the configuration # directory is located.## The switch -ad means Add Directory and informs# the sample which directory to add the aiml files # is.#prefix=@BUILD_prefix@@BUILD_datadir@/Rebecca/bin/release/console -cd @BUILD_datadir@/Rebecca/conf -ad @BUILD_datadir@/Rebecca/aiml/annotated_alice
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -