Skip to content

engprodigy/nertrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

engprodigy.github.io-ner-trainer

NER Trainer React App.

An NLP (Natural Language Processing) tools for intelligent analysis of text based on the Named Entity Recognition (NER) tool. NER labels sequences of words in a text which are the names of things, persons, company names, location and places.

This application was engineered for NER analysis of shipping emails send by brokers and chaterers to quickly identify ship names, built year, arrival port, arrival date and other important information contained in emails they send to each other.

It comes with well-engineered feature extractors for Named Entity Recognition, and many options for defining feature extractors.

This is a sample of the code for analysis and feature purpose. Full code base is on company internal SVN repository. I can't show here because of privacy and intellectual property issues.

The blue highlighted text clolor where identified by the AI as shipping words (like departure date, arrival date, ship name) as initially trained by us.

ner_trainer

It also automates training process to generate your own CRF clasiffiers https://nlp.stanford.edu/software/CRF-NER.html https://nlp.stanford.edu/software/crf-faq.shtml

About

NER Trainer React App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published