conll topic

List conll repositories

conllu

305
Stars
48
Forks
Watchers

A CoNLL-U parser that takes a CoNLL-U formatted string and turns it into a nested python dictionary.

deep-atrous-ner

34
Stars
9
Forks
Watchers

Deep-Atrous-CNN-NER: Word level model for Named Entity Recognition

udpipe

209
Stars
34
Forks
Watchers

R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit

coreference-resolution

185
Stars
61
Forks
Watchers

Efficient and clean PyTorch reimplementation of "End-to-end Neural Coreference Resolution" (Lee et al., EMNLP 2017).

syntaxnet

197
Stars
57
Forks
Watchers

reference code for syntaxnet

spacy_conll

73
Stars
15
Forks
Watchers

Pipeline component for spaCy (and other spaCy-wrapped parsers such as spacy-stanza and spacy-udpipe) that adds CoNLL-U properties to a Doc and its sentences and tokens. Can also be used as a command-l...

doccano-transformer

105
Stars
33
Forks
Watchers

The official tool for transforming doccano format into common dataset formats.

label-studio-converter

243
Stars
130
Forks
Watchers

Tools for converting Label Studio annotations into common dataset formats

joint-lstm-parser

60
Stars
9
Forks
Watchers

Transition-based joint syntactic dependency parser and semantic role labeler using a stack LSTM RNN architecture.