issues
search
EmilStenstrom
/
conllu
A CoNLL-U parser that takes a CoNLL-U formatted string and turns it into a nested python dictionary.
MIT License
311
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to convert a sentence into CoNLL-U format?
#50
abushoeb
closed
3 years ago
1
Adding new token to existing sentence
#49
jheinecke
closed
3 years ago
6
Add lambda filtering for TokenList
#48
VisualJoyce
closed
3 years ago
2
A special case that requires filter over TokenList id
#47
Vimos
closed
3 years ago
5
"RecursionError: maximum recursion depth exceeded" when accessing "upos"
#46
EmilStenstrom
closed
3 years ago
4
Ignore nodes without head when creating the tree.
#45
hatzel
closed
4 years ago
1
Allow for multiple root nodes
#44
hatzel
closed
4 years ago
3
Type annotations
#43
dnaaun
closed
4 years ago
11
A PEP 561 compliant package
#42
dnaaun
closed
4 years ago
3
Rename upostag -> upos and xpostag -> xpos, as specified on latest CoNLL-U spec
#41
ceramisch
closed
4 years ago
7
Enhanced dependencies fail
#40
mdelhoneux
closed
4 years ago
5
Update README.md
#39
yannikbenz
closed
4 years ago
1
fixed eud length and unicode alphabetic chars
#38
mdelhoneux
closed
4 years ago
8
Support for unstructured comments
#37
kawu
closed
4 years ago
3
Special handling of "0:root" labels in deps column
#36
jbrry
closed
4 years ago
5
Resolve #34: DEPREL now supports capital letters and numbers at the end
#35
flennic
closed
5 years ago
1
Column 'deps' is not being parsed most of the time
#34
flennic
closed
5 years ago
5
Consider supporting CoNLL-U Plus
#33
EmilStenstrom
closed
5 years ago
2
Add way to customize metadata parsing, `metadata_parser`?
#32
EmilStenstrom
closed
5 years ago
8
Document `fields` and `field_parsers`
#31
EmilStenstrom
closed
5 years ago
1
CoNLL and sentence headers
#30
Stormur
closed
5 years ago
6
Feature: Add filter() method of TokenList that returns a subset of nodes
#29
EmilStenstrom
closed
5 years ago
1
Add support multi line between sentences
#28
shizacat
closed
5 years ago
2
Handle elided and range tokens in deps
#27
EmilStenstrom
closed
5 years ago
2
Make parsing faster for large CoNLL-U files
#26
EmilStenstrom
closed
5 years ago
1
Singletons in MISC gets removed
#25
EmilStenstrom
closed
5 years ago
0
add CoNLL 2009 support
#24
grivaz
closed
5 years ago
2
Parsing error: Invalid line format, line must contain either tabs or two spaces
#23
ruathudo
closed
5 years ago
8
added support for specific metadata fields with optional values
#22
orenbaldinger
closed
5 years ago
2
parse_tree with decimal points and integer ranges
#21
Shimorina
closed
5 years ago
5
Fix inconsistency with format specification for IDs
#20
manuelciosici
closed
6 years ago
2
Make TokenList inherit from list
#19
bryant1410
closed
6 years ago
3
TokenList could inherit "list"
#18
bryant1410
closed
6 years ago
1
Add incremental parsing and add back public list -> tree conversion
#17
frankier
closed
6 years ago
3
Update __init__.py to allow multiple sentences
#16
zoharai
closed
6 years ago
1
undocumented breaking change from 0.1 to 1.0
#15
DeNeutoy
closed
6 years ago
1
Return TokenLists/TokenTrees instead of raw lists
#14
EmilStenstrom
closed
6 years ago
0
Added the ability to read variables from a comment
#13
vadim-isakov
closed
6 years ago
7
AssertionError: node not TreeNode <class 'list'>
#12
palandlom
closed
6 years ago
3
Ensure that license is packaged with sdist
#11
mariusvniekerk
closed
6 years ago
1
Is there any way to find the shortest path among two TreeNodes?
#10
fighting41love
closed
6 years ago
1
fix head is None in sent_to_tree
#9
mfa
closed
6 years ago
4
Add nodes with negative id/head values to the parse tree
#8
jamesqo
closed
6 years ago
7
Fields with HEAD = -1 are excluded from the parse tree
#7
jamesqo
closed
6 years ago
1
the proper way to perform the parse_tree
#6
sxhmilyoyo
closed
6 years ago
3
Serialization
#5
erickrf
closed
6 years ago
4
Add sent_to_tree to convert a flat parsed sentence to a parse tree (to handle the case in which the user wants both representations)
#4
frankier
closed
6 years ago
1
Conllu writer
#3
erickrf
closed
6 years ago
6
Replace lists to generators
#2
rominf
closed
6 years ago
9
Update parser.py
#1
svetlana21
closed
7 years ago
8
Previous
Next