Artificial Intelligence Tutorial

artificial-intelligence

In this tutorial, we will be mostly discussing NLP(Natural Language Processing). There are many NLP libraries and me personally tried apache OpenNLP and Stanford NLP. There were many points at which I realised Standford NLP has better and reliable results. Even during NER, Standford NLP provides accurate results.

Here, are some of the tutorials that I have created using maven which will be useful for most of the readers to get started with the NLP.

Streamlining AI Data Preparation: Choosing the Best Tools with ingestai.io

By Dhiraj Ray , 16 August, 2023 0K

In this article, we will delve into the importance of AI data preparation and provide guidance on choosing the best tools for this critical task. We will also explore how ingestai.io simplifies the process by offering an extensive range of ...

Apache Open NLP Maven Eclipse Example

By Dhiraj , 09 July, 2017 13K

This tutorial is about setting up apache opennlp with maven in Eclipse or IntellijIdea. Here we will be creating an example using Sentence Detector componenet provided by apache opennlp.For this purpose we will be using en-sent.bin file that is trained on opennlp training data. So let us get started....

Stanford NLP Tokenization Maven Eclipse Example

By Dhiraj , 10 July, 2017 11K

This tutorial is about setting up stanford NLP in eclipse IDE with maven. Here we will be creating an example to tokenize any raw text. We wil be using maven to build our project and define different dependencies related to Standford NLP. Apart from setting up the standford NLP in eclipse, we will also take a look into how DocumentPreprocessor and PTBTokenizer can be used to tokenize any raw text....

Open NLP POS Tagger Example (Maven + Eclipse)

By Dhiraj , 11 July, 2017 13K

In this article we will be discussing about apache OpenNLP POS Tagger with an example. The example will be a maven based project and we will be using en-pos-maxent.bin model file to tag any part of speech. We will be using WhitespaceTokenizer provided by OpenNLP to tokenize the text....

Stanford NLP POS Tagger Example(Maven + Eclipse)

By Dhiraj , 12 July, 2017 16K

In this tutorial we will be discussing about Stanford NLP POS Tagger with an example. We will be creating a simple project in eclipse IDE with maven as a building tool and look into how Stanford NLP can be used to tag any part of speech. We will be using MaxentTagger provided by Stanford to tag POS using english-left3words-distsim.tagger...

OpenNLP Named Entity Recognition Example(Maven + Eclipse)

By Dhiraj , 16 July, 2017 20K

In his article we will be discussing about OpenNLP named entity recognition(NER) with maven and eclipse project. We will be using NameFinderME class provided by OpenNLP for NER with different pre-trained model files such as en-ner-location.bin, en-ner-person.bin, en-ner-organization.bin....

Stanford NLP Named Entity Recognition (Maven + Eclipse)

By Dhiraj , 16 July, 2017 13K

In this article we will be discussing about Stanford NLP Named Entity Recognition(NER) in a java project using Maven and Eclipse. The example shown here will be using different annotators such as tokenize, ssplit, pos, lemma, ner to create StanfordCoreNLP pipelines and run NamedEntityTagAnnotation on the input text for named entity recognition using stanford NLP....

How Google Artificial Intelligence Is Changing the Search Results

By Nick Campbell , 24 January, 2018 7K

While the rise of the machines still looks like an unreal scenario, there’s been significant progress in artificial intelligence lately. The most popular search engine, Google, is getting closer and closer to the human brain. A decade ago, it could understand only separate words, but today it has a grasp on the user intent. That’s become possible with RankBrain. Launched as an experiment first, this machine learning technology turned into...