Re: [Htmlparser-user] newbie:Sample code for text extraction
Brought to you by:
derrickoswald
From: Derrick O. <der...@ro...> - 2007-09-24 11:54:19
|
Sorry for the broken link. My bad. It's under 'old'.=0A=0AIt actually only = pointed at the JavaDoc for the StringExtractor class.=0ABasically, it did t= his:=0A=0A Parser parser =3D new Parser (<url from command line>);=0A Str= ingBean sb =3D new StringBean ();=0A parser.visitAllNodesWith (sb);=0A Sy= stem.out.println (sb.getStrings());=0A=0A=0A----- Original Message ----=0AF= rom: Rupanu Ranjaneswar <rup...@ya...>=0ATo: Htmlparser-user@lists.= sourceforge.net=0ASent: Monday, September 24, 2007 4:13:51 AM=0ASubject: [H= tmlparser-user] newbie:Sample code for text extraction=0A=0AHello there,=0A= I just got started off and was looking for some sample codes given in the = website. but the link for String extractor doesn't seem to be working.It wo= uld be great if someone could provide me an alternate link or send me an em= ail with the Text Extractor code. =0A=0AThanks and regards=0ARupanu Pa= l=0A=0A =0A =0ATake the Internet to Go: Yahoo!Go puts the Internet in = your pocket: mail, news, photos & more. =0A=0A=0A |