搜索资源列表
Netmonitor
- 如果您是网管员,该软件可以自动帮助您检测您说管理的网站是否运行正常。如果是 论坛的话,可以检查论坛板块列表中有没有一些敏感词。还可以检查您的邮件服务器 和数据库服务器是否连通。每次检测完毕后会自动生成报告,并将报告内容通过短信 发送到手机上。 该程序演示了FlexGrid,URLDownloadToFile,Socket和邮件服务器通信,如何构建系 统托盘,定时发送短消息,基于XML的配置文件的实现等。是一个很好的学习案例。
ChineseWordUnit
- 敏感词过滤系统,快速高效的敏感次过滤,可以自定义敏感词,可用于网站安全访问
AC-automation
- 建立AC自动机,实现快速字符串匹配的模板。 高效建立trie,并且构造fail指针。 在敏感词过滤和杀毒方面有广泛应用-AC automatic machine set up, fast string matching template. Efficient establishment of trie, and the structure fail pointer. In the sensitive word filtering and anti-virus has a wi
test
- 敏感词处理程序,可以由用户修改敏感词库,无用词库,标点符号词库,最大输入字数-Sensitive word processing program, can be modified by the user sensitive thesaurus thesaurus, useless, punctuation thesaurus, the maximum input words
user_action_analysis_2011_9_19
- 分析网络用户的行为,根据敏感词、高频词、发现网络用户的违规行为、跟踪用户行为-Analysis of the behavior of network users, according to the sensitive, high-frequency words, the discovery of the violation of network users, to track user behavior
MyAnalyzer
- 简单的中文分词及敏感词检索工具,其中可以任意添加敏感词,并且可以选择使用正向最大匹配算法,逆向最大匹配算法,双向最大匹配算法中的一种进行分词。-Simple Chinese word and sensitive word retrieval tool, which can add any sensitive words, and you can choose to use the forward maximum matching algorithm, reverse maximum matchi
Statistics-and-filter-sensitive-word
- 功能键: 1、添加敏感词:在右侧空格中输入要添加的词汇,点击添加敏感词按键。 2、修改敏感词:先在右侧列表中选中需要修改的敏感词,然后在左侧空格填入需要改成的词汇,点击修改敏感词按键。 3、删除敏感词:选中要删除的敏感词,点击删除敏感词按键。 4、导入敏感词:点击导入敏感词按键,选中要导入的文件,点确定。 5、过滤敏感词:点击选择过滤文件按键,选中要过滤的文件,获得文件路径后点开始过滤按键。-Function keys: 1, add a sensitive word:
SensitiveWordsFilter
- C#,敏感词分析过滤,输入参数:一段需要判断的可能包含敏感词的文字内容,敏感词库,输入包含的敏感词有哪些-filename:SensitiveWordsFilter.cs, SensitiveWords anylize!
PHP_onlineChat
- 是一个类似omegle.com的在线匿名聊天系统。 功能: 1.匿名用户配对聊天 2.聊天记录可以下载 3.可以显示对方输入状态 4.采用轮询服务器方式传输数据,相比comet方式,服务器压力小许多,而且轮询间隔时间可以调节。 5.显示在线人数 6.敏感词屏蔽 7.基于ip地址的地理位置显示-Is a similar omegle.com of anonymous online chat system. Functions: An anonymous us
SenseWordsFilter
- java 实现敏感词过滤,毕业设计做博客网站用到的。-java sensitive word filtering, graduation design blog site used.
php_chinese
- php中文分词词库,用php纯代码书写的,支持敏感词,关键词过滤,还可以给词添加自定义属性(词频、权重、高亮显示)入口操作简单易于整合。-php Chinese word thesaurus, written in pure code with php support sensitive word, keyword filtering, you can also add custom attributes to the word (word frequency, weight, highligh
guolv
- 一段用于敏感词地过滤的简单地C++代码,比较通俗易懂,有注释-simply sensitive words filter
NotePad
- 仿Windows记事本 功能: 过滤敏感词 自动检测目录-Imitation Windows Notepad features: automatic detection of sensitive words filtered directory
hexie
- 敏感词过滤系统c++源代码,能够读入文本文件并过滤敏感词,如犯法,无法-C++ sensitive word filtering system source code, can be read into a text file and filter sensitive words, such as breaking the law, not so
filter
- 敏感词过滤 语句 略去敏感词 敏感词可自由定义 -Sensitive word filtering
FilterWord
- 非法词敏感词过滤,基于游标实现高效匹配,自动过滤词语之间的特殊字符-Illegal word sensitive word filtration, based on the cursor efficient matching, automatic filtering words between the special characters
WINSPI
- 基于SPI的局域网网络管理,具体功能有:流量监控与统计、敏感网址监控、邮件敏感词监控-SPI-based LAN network management, the specific features include: traffic monitoring and statistics, sensitive site monitoring, email monitoring sensitive words
sensitivewd-filter
- 一个小功能,采用java实现的文本敏感词过滤(text sensitive word filter implemented using java)
涉政关键词
- 论坛使用敏感词库,好用的敏感词库。 开发使用,基本无问题(luntanshiyongminggancikuhaoyongdemingganciku kaifashiyongjibenwuwenti)
url
- 用JavaURL编程爬取并分析网页敏感词 1.编写界面,输入一个网址,能够爬取该网址上所有的HTML源代码。 2.对网址中的文本进行提取。 3.建立敏感词库,用文本文件保存。 4.将该网址所对应的文本中的敏感词提取并高亮显示。 5.编写文本文件,可以存入多个网址;程序可爬取这些网址中的文本内容,将敏感词记录存入另一个文件,格式自定。 6.编写一个主界面,整合上述功能。(Crawling and analyzing web sensitive words with Java URL program