- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.tinygroup.org
- 软件文档: http://my.oschina.net/tinyframework/blog/194578
软件介绍
优点:
高效、简单、易用的Html解析器。
学习时间,分分钟。
解析速度超过,查找速度超快,支持格式化。
有强悍的容错性,即使HTML标签不规范,也会尽可以进行匹配,弥补,正确纠错率达95%以上。即使不能正确纠错,也不会导致解析不下去。
支持大小写混合匹配,即开始标签与结束标签为和也可以正确的进行匹配。
Maven引用坐标:
<dependency> <groupId>org.tinygroup</groupId> <artifactId>org.tinygroup.htmlparser</artifactId> <version>0.1.0-SNAPSHOT</version> </dependency>
使用方式,请参考http://my.oschina.net/tinyframework/blog/194574
只要把文中的Xml变成Html就完全适用。
Algorithms on Strings, Trees and Sequences
Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99
String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!
