DeltaParse:基于模板的数据提取 源码
什么是DeltaParse? DeltaParse是一个简单的基于模板的数据提取工具,它被设计为工具链的一部分。 这个怎么运作 给定一个带有与{{\\w*?}}匹配的令牌的模板字符串,使用Google的提取数据 string text = "The quick brown fox jumps over the lazy dog"; string template = "The quick {{colour}} fox jumps over the lazy {{animal}}"; var parser = new Parser(template, new Sta
下载地址
用户评论