This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
undocumented
tags/v0.4.10
xxliu
5 years ago
parent
07bbb79f77
commit
c9883bcb30
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
fastNLP/io/loader/coreference.py
+2
-0
fastNLP/io/pipe/coreference.py
+ 2
- 0
fastNLP/io/loader/coreference.py
View File
@@ -1,3 +1,5 @@
"""undocumented"""
from ...core.dataset import DataSet
from ..file_reader import _read_json
from ...core.instance import Instance
+ 2
- 0
fastNLP/io/pipe/coreference.py
View File
@@ -1,3 +1,5 @@
"""undocumented"""
__all__ = [
"CoreferencePipe"
Write
Preview
Loading…
Cancel
Save