文件名称:thrinax:用于中文非结构化文本捕获的库
文件大小:42.72MB
文件格式:ZIP
更新时间:2024-06-13 21:07:24
C#
喉咙 一个用于中文非结构化文本捕获的库。 下载 PM> Install-Package Thrinax 解析列表网页 如何使用? //get the html HttpResult httpResult = null; if (UseBrowser) //if need browser, you must install chrome first. httpResult = SeleniumHelper.HttpRequest(channelUrl); else httpResult = HttpHelper.HttpRequest(channelUrl); //parser the pattern var listPagePatterns = SmartParser.Extract_Patterns(channelUrl, httpResult.Content, M