sudhamstarun/AwesomeNER
An implementation of bidirectional LSTM-CRF for Named Entity Relationship on custom corpus with custom word embeddings
This project helps financial analysts and researchers automatically identify specific entities like company names, people, or locations within financial texts. You feed it raw financial documents or sentences, and it highlights and categorizes these key pieces of information. It's designed for anyone working with large volumes of financial data who needs to quickly extract structured insights.
No commits in the last 6 months.
Use this if you need to extract specific, named entities from financial documents or text that traditional methods struggle with.
Not ideal if your primary need is for general text analysis outside of the finance domain or if you require an off-the-shelf solution for non-finance-specific tasks.
Stars
14
Forks
7
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/sudhamstarun/AwesomeNER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow