parsing
Which parser generator would be useful for manipulating the productions themselves?
Similar to Generating n statements from context-free grammars, I want to randomly generate sentences from a grammar.[详细]
2023-04-08 22:18 分类:问答Understanding the WMI object path format
I want to write a class with similar funcionality as the .NET ManagementPath class. On MSDN is a set of articles which handles the format of object paths. However, I don\'t understand it yet with all[详细]
2023-04-08 21:00 分类:问答HTML Mixed Encodings?
First I would like to say thank you for the help in advance. I am currently w开发者_如何学Pythonriting a web crawler that parses HTML content, strips HTML tags, and then spell checks the text which i[详细]
2023-04-08 20:25 分类:问答Editing a BIG XML via DOM parser
If there is a very big XML and DOM parser is used to parse it. Now there is a requirement to add/delete elements from the XML i.e edit 开发者_如何转开发the XML[详细]
2023-04-08 20:12 分类:问答Parsing data from text file into multiple arrays in Java
Let me start by saying I am fairly new to Java so forgive me if I am making obvious mistakes... I have a text file that I must read data from and split the data into separate arrays.[详细]
2023-04-08 19:40 分类:问答Parsing complex XML in PHP5
Hello this is my first post. i\'m trying to parse an xml using php, but i\'m stuck with it example of my xml :[详细]
2023-04-08 18:34 分类:问答Parsing text with python and mapping to dictionary words
I am trying to build a dictionary with frequent terms for my websit开发者_开发百科e. So basically I will retrieve a paragraph from my database and this paragraph most likely will contain terms which a[详细]
2023-04-08 17:48 分类:问答Analysing C# source with Irony
This is what my team and I chose to do for our school project. Well, actually we haven\'t decided on how to parse the C# source files yet.[详细]
2023-04-08 17:24 分类:问答how to get info using ast parser
i want to get info from every class of a .java file so that i can save in a structure (maybe a list) the met开发者_JS百科hods that every method of every class calls. Can anyone help me? thanx!ANTLR ca[详细]
2023-04-08 17:03 分类:问答Problem with xml parser (foundCDATA not always working)
I\'m developping an app which get data from a web xml file. I\'m basically following this reference, but with the function[详细]
2023-04-08 16:04 分类:问答