File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ build] ( https://github.com/yzhangcs/parser/workflows/build/badge.svg )] ( https://github.com/yzhangcs/parser/actions )
4
4
[ ![ docs] ( https://readthedocs.org/projects/parser/badge/?version=latest )] ( https://parser.readthedocs.io/en/latest )
5
- [ ![ release] ( https://img.shields.io/github/v/release/yzhangcs/parser )] ( https://yzhangcs/parser/releases )
5
+ [ ![ release] ( https://img.shields.io/github/v/release/yzhangcs/parser )] ( https://github.com/ yzhangcs/parser/releases )
6
6
[ ![ downloads] ( https://pepy.tech/badge/supar )] ( https://pepy.tech/project/supar )
7
7
[ ![ LICENSE] ( https://img.shields.io/github/license/yzhangcs/parser )] ( https://github.com/yzhangcs/parser/blob/master/LICENSE )
8
8
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'supar' ,
7
- version = '1.0.0 -a1' ,
7
+ version = '1.0.1 -a1' ,
8
8
author = 'Yu Zhang' ,
9
9
author_email = 'yzhang.cs@outlook.com' ,
10
10
description = 'Syntactic Parsing Models' ,
Original file line number Diff line number Diff line change 15
15
'VISemanticDependencyParser' ,
16
16
'Parser' ]
17
17
18
- __version__ = '1.0.0 -a1'
18
+ __version__ = '1.0.1 -a1'
19
19
20
20
PARSER = {parser .NAME : parser for parser in [BiaffineDependencyParser ,
21
21
CRFNPDependencyParser ,
You can’t perform that action at this time.
0 commit comments