parsing
What are some of the Artificial Intelligence (AI) related techniques one would use for parsing a webpage?
I would like to scrape several different discussions forums, most of which have different HTML formats. Rather than dissecting the HTML for each page, it would be more efficient (and fun) to implement[详细]
2023-04-11 19:22 分类:问答Use PHP to delete section of .html file
I have an HTML page I\'d like to edit. I want to rem开发者_StackOverflow社区ove a certain section of the .html file such as.[详细]
2023-04-11 16:27 分类:问答Ambiguous grammar with Lemon Parser Generator
So basically I want to parsed structure CSS code in PHP, using a lexer/parser generated by the PEAR packages PHP_LexerGenerator and PHP_ParserGenerator. My goal is to parse files like this:[详细]
2023-04-11 16:22 分类:问答In Python - Parsing a response xml and finding a specific text vaule
I\'m new to python and I\'m having a particularly difficult time working with xml and python. The situation I have is this, I\'m trying t开发者_StackOverflow社区o count the number of times a word appe[详细]
2023-04-11 15:04 分类:问答url parse - route not found
I have designed a website, it was working fine, but lately I modified the links for SEO purposes. I just replaced _ with -. Now I am getting a route not found error.[详细]
2023-04-11 14:49 分类:问答Issues parsing xml array from curl call
I am having serious issues parsing this xml array using curl. I only need the click_id printed on each new row. Does someone have an example of how I can pull this. I am using curl and get the respons[详细]
2023-04-11 13:31 分类:问答Generate tree structure from csv
I have scratched my head o开发者_如何转开发ver this problem for a while now.I am basically trying to generate a tree hierarchy from a set of CSV data.The CSV data is not necessarily ordered.This is li[详细]
2023-04-11 11:43 分类:问答How to abbreviate HTML with Java?
A user enters text as HTML in a form, for example: <p>this is my <strong>blog</strong> post,[详细]
2023-04-11 10:21 分类:问答Parse PDF for Form Titles
I want parse 开发者_运维技巧pdf for form field names and types. Is it possible? Because when I tried one PDF, it gave me some strange characters e.g.:[详细]
2023-04-11 09:54 分类:问答Parsing .wab Microsoft Outlook Address Book files in java
I am attempting to parse .wab files using java. Upon inspection the files look encoded because when you open them in note it just looks like garbage. The only way I have found to parse this data is to[详细]
2023-04-11 09:51 分类:问答