Skip to main content

Multi-Pattern Matching Algorithms 多模式匹配算法

Project description

Engling Example:

from multi_pattern_search import MultiPatternSearch

search = MultiPatternSearch() search.add_keyword(“zsp”) search.add_keyword(“my”)

print search.exist(“sdfgasg sadgfa zsp my “)

for k, v in search.count(“my zsp ewtawt my zsp wat233”).iteritems():

print k.decode(‘utf-8’), v

中文演示:

#coding=utf-8

from multi_pattern_search import MultiPatternSearch

search = MultiPatternSearch() search.add_keyword(“张沈鹏”) search.add_keyword(“我是”)

print search.exist(“asdga sddqbq 珍珠饰张沈鹏品 “)

for k, v in search.count(“我是张沈鹏.我是张沈鹏.我是张沈鹏.我是张沈鹏.”).iteritems():

print k.decode(‘utf-8’), v

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multi_pattern_search-1.2.0dev-r24554.tar.gz (20.3 kB view details)

Uploaded Source

File details

Details for the file multi_pattern_search-1.2.0dev-r24554.tar.gz.

File metadata

File hashes

Hashes for multi_pattern_search-1.2.0dev-r24554.tar.gz
Algorithm Hash digest
SHA256 de759a7d207a3796a9497a5bcc2589903a47b8cec9abde499711a42ce0ae74fc
MD5 4952594ce77c147552f37e3d7f85493d
BLAKE2b-256 fd84d27943c7d3faec1386df72fe4deae178d55ebfad1799ae03f08940e387fd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page