Creating classifiers Directory on NetBeans Test Project
- DR.GEEK
- Jan 21, 2021
- 1 min read
(21th-January-2021)
• Make a directory by name of classifiers in the project root directory
• Copy english.all.3class.distsim.crf.ser.gz file from the unzipped classifiers directory to the project root’s classifiers directory

• Commenting NER Demo Program
• Now again move to the NERDemo program
• Here we will comment all the for loops in the else clause except one in order to simplify the program for understanding
• The one for loop that we will not comment will be the one with classifyWithInlineXML
Comments