Download the PHP package wangningkai/simple-dictionary without Composer
On this page you can find all versions of the php package wangningkai/simple-dictionary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wangningkai/simple-dictionary
More information about wangningkai/simple-dictionary
Files in wangningkai/simple-dictionary
Download wangningkai/simple-dictionary
More information about wangningkai/simple-dictionary
Files in wangningkai/simple-dictionary
Please rate this library. Is it a good library?
Informations about the package simple-dictionary
Simple Dictionary
一个简单快速的词库工具
特点:
- 简单:纯 PHP 实现,无需安装扩展。
- 快速:查找耗时跟词库大小关系不大,不会一次性加载整个词库,使用时内存占用小(生成词库比较耗费内存)。
使用方法
1.准备文本格式的词库
首先准备一个文本文件,每个词占一行。格式:
2.使用SimpleDictionary生成词库
搜索
替换
All versions of simple-dictionary with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package wangningkai/simple-dictionary contains the following files
Loading the files please wait ....