-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue309 key files with labels only #313
Conversation
Codecov Report
@@ Coverage Diff @@
## master #313 +/- ##
===========================================
- Coverage 99.36% 79.97% -19.39%
===========================================
Files 55 55
Lines 2842 2867 +25
===========================================
- Hits 2824 2293 -531
- Misses 18 574 +556
Continue to review full report at Codecov.
|
Code Climate keeps complaining but I think the code is now good enough |
Codecov Report
@@ Coverage Diff @@
## master #313 +/- ##
==========================================
+ Coverage 99.36% 99.37% +<.01%
==========================================
Files 55 55
Lines 2842 2867 +25
==========================================
+ Hits 2824 2849 +25
Misses 18 18
Continue to review full report at Codecov.
|
This pull request introduces 1 alert when merging 0678998 into 1877f40 - view on LGTM.com new alerts:
|
Fixes #309
This PR modifies the document corpus processing code so that URIs are looked up based on labels and vice versa (with the help of a subject index). This should make it possible to use simple
.key
files with only subject labels, as specified in the wiki.Marking as draft PR since some refactoring may be necessary before merging.