issues
search
capreolus-ir
/
capreolus
A toolkit for end-to-end neural ad hoc retrieval
https://capreolus.ai
Apache License 2.0
95
stars
32
forks
source link
Move module code out of package init files
#70
Closed
andrewyates
closed
4 years ago
andrewyates
commented
4 years ago
Move module code out of package init files. This is helpful for auto generated API docs (in addition to being cleaner).
Add several tests to ensure all modules can be created (e.g., see
task/tests/test_task.py
)
Update documentation to use NFCorpus examples
Fix duplication of NFCorpus documents
task/tests/test_task.py
)