|
Using buffered reader, and then while not null the readLine() continues, then String Tokenizer creates the tokens (having as delimeters .,?;: etc).
So, I want not only the tokens that are defined thanks to the delimeters, but I also want to create tokens that are made by words that have a hyphen at the end of the line and continue into the next line.
(And then take each and every token (created by either of these two procedures, no matter by which) and do something with them.)
Last edited by Gilgamesh : 12-02-2007 at 03:09 AM.
|