Most developers find this error when they run executables in the terminal. Commonly these types of errors don't occur in Integrated Development Environments (IDE). NoClassDefFoundError in Java comes when Java Virtual Machine is not able to find a particular class at runtime which was available during compile time.
Saturday, October 25, 2014
Thursday, October 16, 2014
Converting HTK Binary MFCC values in to ASCII MFCC
HTK is a Open Source Toolkit for Hidden Markov models developed by Cambridge university . mostly people use this tool kit for speech recognition and speech synthesis purposes.
Wednesday, October 15, 2014
Tuesday, October 14, 2014
Training Name Entity Recognizer model using Open NLP
Name Entity Recognizer means it extract some Name Entities like ( Person , Location , Traffic Level ) tags from sentences automatically.
First you have to download Open NLP
First you have to download Open NLP
Subscribe to:
Posts (Atom)