Java Reference
In-Depth Information
String tags[] = dictionary.getTags(entry);
System.out.print(entry + " ");
for (String tag : tags) {
System.out.print("/" + tag);
}
System.out.println();
}
The output that follows displays what we can expect:
strong /JJ/VB
force /NN/VBP/VB
Search WWH ::




Custom Search