Here is the json code..i am new to json parsing..so please let me know how to parse this json data to java.
I have two text files, master.txt and 926.txt. If there is a line in 926.txt that is not in master.txt, I want to write to a new file, notinbook.txt.
I am creating a HTML to text parser. I need to remove all HTML elements and want to do a carriage return everytime there is a <BR> and then remove the <BR> as well after so there are no HT
I would like to use the Stanford parser in another language not already implemented. I looked on the website but found nothing that could help开发者_开发问答 me with that.
I need to parse text that uses various custom tags within it, for instance: <tag>example</tag>
I\'m communication with a web service and it the json response has dates in it. the problem is thos开发者_StackOverflowe dates are in different formats. is there a generic way to parse these strings?Y
I have an xml document (from a feed), which I\'m extracting values from: $(feed_data).find(\"item\").each(function() {
I know lots of people asked this sort of question alot but unfortunetly I couldn\'t sort out my problem .
When defining the grammar for a language parser, how do you deal with things like comments (eg /* .... */) that can occur at any point in the text?
I\'m writing an impact analysis tool that will parse a bunch of selected file types and find the class and method calls inside the file (in this case a .cs file).I have managed to write a regular expr