AI
Natural Language Processing using OpenNLP Tools
I used tools from OpenNLP as part of my research on natural language processing and semantic web
OpenNLP is an organizational center for open source projects related to natural language processing. It hosts a variety of java-based NLP tools which perform sentence detection, tokenization, pos-tagging, chunking and parsing, named-entity detection, and coreference using the OpenNLP Maxent […]
LingPipe - Java Libraries for Linguistic Analysis of Human Language
This is one of the Java libraries that I tried out and found quite useful for linguistic analysis of human language.
LingPipe is a suite of Java libraries for the linguistic analysis of human language. The features as quoted from the website.
track mentions of entities (e.g. people or proteins);
link entity mentions to database entries;
uncover relations […]
Weka - A Java Machine Learning Tool That I Used
Anyone working on AI will definitely know that how difficult it is to make computers do the common things that human beings are good at. Machine learning is one of the fields in computer science that I am always interested in.
While experimenting with various machine learning algorithms, Weka is my choice of tool.
As quoted […]
