📄 selectd.conf
字号:
## Example configuration file for selectd### Location settings##address # Use default addressaddress my_selectd # Use address my_selectddata_dir # Default: Don't save databases#data_dir . # Save databases in current directory#share_dir # Default: /usr/local/share/selectshare_dir share # Use the specified directory#plugin_dir # Default: /usr/local/lib/selectplugin_dir plugins # Use the specified directory## Language settings##language # No languageslanguage en C # Englishidentifier off # Don't use language identification#stemming on # Perform stemming for chosen languagesstemming off # Don't perform stemmingstopwords on # Use stopwords for chosen languages#stopwords off # Don't use any stopwords## Classifier settings#[classifier]name nb # Name the classifier nbclassifier NaiveBayes # NaiveBayes classifiertype multi_one # Multi classifier, type ONE_MAXoptions # No optionstokenizer alpha # Alpha tokenizervectorizer tfidf # TF-IDF vectorizernormalizer # No normalization[classifier]name from # Name the classifier fromclassifier From # From classifiertype document # Document classifieroptions n=200,o=fifo # 200 addresses, fifo order[classifier]name reply # Name the classifier replyclassifier Reply # Reply classifiertype document # Document classifieroptions n=100 # 100 subject entries
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -