FranxYao/Partially-Observed-TreeCRFs
Implementation of AAAI 21 paper: Nested Named Entity Recognition with Partially Observed TreeCRFs
This project helps natural language processing researchers and developers accurately identify all nested mentions of entities within text. It takes raw text documents, often from specialized domains like biomedical research, and outputs a detailed annotation of every named entity, even when they overlap or are contained within other entities. This is useful for anyone working on information extraction, knowledge graph creation, or advanced text analysis.
No commits in the last 6 months.
Use this if you need to extract named entities from text where those entities can be nested or overlapping, which is common in complex domains like biomedicine or legal documents.
Not ideal if you only need to identify simple, non-overlapping named entities or if you require an off-the-shelf solution without any model training or fine-tuning.
Stars
50
Forks
7
Language
Python
License
—
Category
Last pushed
May 11, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/FranxYao/Partially-Observed-TreeCRFs"
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