Skip to content

Commit 1a56ee1

Browse files
committed
con->const (yzhangcs#74)
1 parent b0b7204 commit 1a56ee1

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

docs/source/models/con.rst renamed to docs/source/models/const.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Constituency Models
22
==================================================================
33

4-
.. currentmodule:: supar.models.con
4+
.. currentmodule:: supar.models.const
55

66
CRFConstituencyModel
77
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/source/models/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Models
77
:maxdepth: 2
88

99
dep
10-
con
10+
const
1111
sdp

docs/source/parsers/con.rst renamed to docs/source/parsers/const.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Constituency Parsers
22
================================================================
33

4-
.. currentmodule:: supar.parsers.con
4+
.. currentmodule:: supar.parsers.const
55

66
CRFConstituencyParser
77
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/source/parsers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Parsers
77
:maxdepth: 2
88

99
dep
10-
con
10+
const
1111
sdp

supar/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
from .con import CRFConstituencyModel, VIConstituencyModel
3+
from .const import CRFConstituencyModel, VIConstituencyModel
44
from .dep import (BiaffineDependencyModel, CRF2oDependencyModel,
55
CRFDependencyModel, VIDependencyModel)
66
from .model import Model
File renamed without changes.

supar/parsers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
from .con import CRFConstituencyParser, VIConstituencyParser
3+
from .const import CRFConstituencyParser, VIConstituencyParser
44
from .dep import (BiaffineDependencyParser, CRF2oDependencyParser,
55
CRFDependencyParser, VIDependencyParser)
66
from .parser import Parser
File renamed without changes.

0 commit comments

Comments
 (0)