CommentFilter
2015-04-11 15:51:50   8  举报             
     
         
 CommentFilter是一个用于过滤和管理评论的工具。它可以对用户在网站、论坛或其他平台上发布的评论进行实时监控和审查,以确保内容的质量和合规性。通过设置关键词过滤、敏感词屏蔽等功能,CommentFilter可以帮助管理员轻松地维护一个积极、健康的讨论环境。此外,它还支持自定义规则和黑白名单,以满足不同场景下的需求。总之,CommentFilter是一个强大而实用的工具,旨在提高在线社区的互动质量和用户体验。
    作者其他创作
 大纲/内容
 RegexMatchStrategy
    +match(String comment):ArrayList
  MatchStrategy
  DFAMatchStrategy
  CompareMatchStrategy
  Strategy
  CommentFilter
  -sensitiveWordsDAO:SensitiveWordsDAO
  +init(ArrayList sensitiveWords):void+checkComment(String    comment):boolean+processComment(String comment):void+dealWithComment(Stirng comment):String
  ShieldStrategy
  ProcessStrategy
  ReplaceStrategy
  CommentProcess
  SensitiveWordsDAO
  -sensitiveWords:ArrayList
  +add(String word):void+delete(String word):void+getAll():ArrayList
   
 
 
 
 
  0 条评论
 下一页
  
   
   
   
  