tema16 / tt4j

Automatically exported from code.google.com/p/tt4j
0 stars 0 forks source link

hw to print the output in a text file/ store it in a array.. #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
either to print the output in the text file or store each word with its 
corresponding information in an array.
and then i have to acess that array.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by apekshag...@gmail.com on 11 Nov 2011 at 8:08

GoogleCodeExporter commented 9 years ago
If you look at the example on the project page, you can crate e.g. an ArrayList 
in the main() method (it must be declared"final") and then you can add items to 
that from within the token() method. Check out Apache Commons IO FileUtils for 
writing stuff to files.

I cannot give you Java lessons. Please find other resources on the web to teach 
you how to use Java. The TT4J issue tracker is meant for resolving problems 
with the actual TT4J, not with how to use Java in general.

Original comment by richard.eckart on 11 Nov 2011 at 3:54