heuristicscanner.properties

来自「spam source codejasen-0.9jASEN - java An」· PROPERTIES 代码 · 共 19 行

PROPERTIES
19
字号
# HeuristicScanner config

# The analyzer FQCN
analyzer-class=org.jasen.core.parsers.StandardHeuristicAnalyzer

# The definition set FQCN
def-class=org.jasen.core.parsers.StandardHeuristicDefinitionSet

# The classpath relative path to the data file
data-file=default/heuristics.dat

# The probability returned if at least "threshold" patterns match
max=1.0

# The lowest possible probability
min=0.5

# The threshold which indicates high-prob
threshold=1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?