Skip to content

issues Search Results · repo:observerss/textfilter language:Python

Filter by

16 results
 (55 ms)

16 results

inobserverss/textfilter (press backspace or delete to remove)

keywords为啥被删除了?
  • Llunch4w
  • 9
  • Opened 
    on Sep 21, 2021
  • #17

  • wushiwen123456
  • Opened 
    on May 28, 2021
  • #16

牛逼牛逼
  • lukelongcn
  • Opened 
    on Apr 30, 2021
  • #15

“然后” 也是违禁词?
  • weixiangmeng521
  • 2
  • Opened 
    on Nov 1, 2020
  • #13

我的项目:https://github.com/toolgood/ToolGood.Words 支持 java,C#, python, js, go C#语言,使用StringSearchEx2.Replace过滤,在48k敏感词库上的过滤速度超过3亿字符每秒。(cpu i7 8750h)
  • toolgood
  • 1
  • Opened 
    on Sep 29, 2020
  • #12

对中文支持不好,python3对utf8支持很好了,建议修改,open(filename, r ,encoding= utf8 )
  • xtdx
  • 1
  • Opened 
    on Mar 7, 2020
  • #11

1、pirnt - pirnt() 2、unicode的报警 py3 的字符串与 py2 的区别说穿了就是很简单的对三种数据类型的处理。py2 的方式意味着字符串跟字节流是相同的东西。而unicode字符串是某种独特的类型。bytes==strunicode!=strpy3 的方式意味着字符串跟unicode字符串是相同的东西,而字节流是某种独特的类型。unicode==strbytes!=strunicode是什么呢?是某种特定编码的字节流,是bytes的子集。这就意味着:所有的unicode都能放进bytes,但某些bytes无法放进unicode。C ...
  • Valuebai
  • 1
  • Opened 
    on Dec 12, 2019
  • #10

Parse function def parse(self, path): with open(path, rb ) as f: self.keywords = [x.decode( utf8 ).strip() for x in f.readlines()] Filter function def filter(self, message, ...
  • jacksujingcheng
  • Opened 
    on Mar 3, 2019
  • #9

keywords文件中,10357行有空格,关键字“搞死”、“拉案)”附近
  • stud2008
  • 3
  • Opened 
    on Jan 28, 2019
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub