Posts by mightduck • 23 points
2 posts
-
2
votes1
answer1071
viewsQ: How to view if there are two identical items in Arraylist and remove them?
I am doing the "Tokenization" of a TXT file. I need the code to hold all the tokens in an Arraylist, but can’t get any token duplicate. I would like to know how to remove tokens duplicates, or…
-
0
votes1
answer401
viewsQ: How to pick words and save in a string?
How do I save words I get in a string new? gravarArq.println(token.getLexeme() + "_" + token.getPOSTag() + "_" + token.getFeatures()); How to take what comes from token.getPOSTag() and save all the…