Pattern
Pattern is a web mining module for the Python programming language.
It has tools for data mining (Google, Twitter and Wikipedia API, a web crawler, a HTML DOM parser), natural language processing (part-of-speech taggers, n-gram search, sentiment analysis, WordNet), machine learning (vector space model, clustering, SVM), network analysis and <canvas> visualization.
The module is free, well-document and bundled with 50+ examples and 350+ unit tests.
相关文章
- Design Pattern: Observer Pattern
- C#设计模式:代理模式(Proxy Pattern)
- Complete The Pattern #6 - Odd Ladder
- Cache Aside Pattern(旁路缓存模式):如何优雅地解决缓存与数据库同步问题?
- design pattern Builder 生成器设计模式
- 14.命令模式(Command Pattern)
- 适配器模式(Adapter Pattern)--设计模式
- 过滤器模式(Filter Pattern)
- antd form使用pattern和validator自定义校验规则
- 【oracle】正则表达式函数REGEXP_LIKE(x,pattern)