-
Notifications
You must be signed in to change notification settings - Fork 469
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
Replication for elastrini and solrini #1226
Replication for elastrini and solrini #1226
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1226 +/- ##
============================================
- Coverage 48.32% 48.28% -0.04%
+ Complexity 738 736 -2
============================================
Files 147 147
Lines 8559 8559
Branches 1217 1217
============================================
- Hits 4136 4133 -3
- Misses 4083 4087 +4
+ Partials 340 339 -1
Continue to review full report at Codecov.
|
What's your env setup? OS, Java version, etc. What errors are you getting? |
Environment Error: |
That's the issue... I think this is a known issue - #1198 |
Okay, so should ./qbuild.sh be used in place of "mvn clean package appassembler:assemble" for now? |
@shaneding I think the cleaner solution would be for you to downgrade to Java 11 so that you can stay in sync with the project... so you won't run into other JVM compat issues down the road... |
…ini#1226) * Updated script to run with the SpacyNER tagger and REL linker. It is RAM intensive * Shortened left/right context creation into a one-liner. Corrected indentation from tabs to spaces * Added safeguard to keep documents without entities in the final collection file. Fixed positions that refer to the original position of the mentions in the original text. Co-authored-by: Gustavo Gonçalves <[email protected]>
Elastrini and Solrini: