scicloj.ml.crf
NER tool
A plugin for scicloj.ml providing Named Entity Recognition (NER) functionality using Stanford's CRF-NER model.
A plugin for scicloj.ml containing a NER model from standfordNLP
0 stars
7 watching
0 forks
Language: Clojure
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
guillaumegenthial/sequence_tagging | Named Entity Recognition model using LSTM and CRF with character embeddings | 1,946 |
scicloj/scicloj.ml.clj-djl | Provides pre-trained machine learning models for natural language processing tasks using Clojure and the clj-djl framework. | 0 |
scicloj/scicloj.ml | A machine learning library built on top of Clojure with a focus on data preprocessing and model creation | 216 |
franck-dernoncourt/neuroner | Named-entity recognition using neural networks. | 1,698 |
scicloj/scicloj.ml.smile | Creates Smile models for a specific plugin for metamorph.ml and scicloj.ml, re-exporting symbols from several namespaces. | 9 |
mikeylong/ruby-ner | A Ruby implementation of named entity recognition using Stanford NER | 19 |
scicloj/clojisr | Provides a Clojure interface to the R programming language and statistical capabilities. | 153 |
kamalkraj/bert-ner | An implementation of named entity recognition using Google's BERT model for the CoNLL-2003 dataset and Python. | 1,211 |
cogcomp/talen | A tool for annotating named entities in low-resource languages using web-based annotation interface. | 112 |
hernanmd/stner | An interface to the Stanford Named Entity Recognizer from Pharo Smalltalk | 0 |
szegedai/hun_ner_checklist | Provides diagnostic test cases for evaluating Hungarian Named Entity Recognition models | 0 |
swirrl/grafter | Tools and functions for working with linked data, allowing developers to process and manipulate RDF data. | 190 |
lemonhu/ner-bert-pytorch | A PyTorch implementation of named entity recognition using the Google AI's pre-trained BERT model for Chinese text data. | 438 |
scicloj/tablecloth | A dataset manipulation library built on top of tech.ml.dataset, providing a simplified API for data processing and analysis. | 303 |
jimpil/enclog | A Clojure wrapper around the Encog machine learning framework, providing an interface to build and train neural networks | 137 |