imagedominancescanner.properties
来自「spam source codejasen-0.9jASEN - java An」· PROPERTIES 代码 · 共 19 行
PROPERTIES
19 行
# Configuration for the ImageDominanceScanner
# The ratio of images to text and its association with a probability
# This is determined based on the premise that 100% images indicates
# high spam probability
# The ratio is determined from the number of images vs the amount of text
# The highest possible probability
max=0.8
# The lowest possible probability
min=0.5
# The ratio of images to words which implies high prob
# This is a real value that describes:
# "The number of images per word"
ratio=0.5
# The number of characters representing an average word
wordSize=12
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?