Code Monkey home page Code Monkey logo

solr-provider's Introduction

solr-provider

Build Status

Solr provider for QA

solr-provider's People

Contributors

alkeshpatel11 avatar amaiberg avatar elmer-garduno avatar pasky avatar ziy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

solr-provider's Issues

Query Syntax

Hi,

We are trying to use "sequencial dependency model" to improve retrieval component. Does the following query makes sense?

AND(#AND(#AND("bovine spongiform"~40 "spongiform encephalitis"~40 "bovine spongiform encephalitis"~80)^3.0 #AND("bovine spongiform" "spongiform encephalitis" "bovine spongiform encephalitis") BSE^0.5 #AND("animal disease"~40)^3.0 #AND("animal disease") )^0.20000000298023224 #AND("mad cow"~40 "cow disease"~40 "mad cow disease"~80)^3.0 #AND("mad cow" "cow disease" "mad cow disease") PrnP^0.5)

We assume the #AND is a best match operator.

Thank you in advance!

Team 16

Get a NoClassDefFoundError Exception

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/hash/Hashing
at edu.cmu.lti.oaqa.ecd.phase.Trace.(Trace.java:24)
at edu.cmu.lti.oaqa.ecd.phase.ProcessingStepUtils.getTraceString(ProcessingStepUtils.java:59)
at edu.cmu.lti.oaqa.ecd.phase.ProcessingStepUtils.getTrace(ProcessingStepUtils.java:51)
at edu.cmu.lti.oaqa.ecd.flow.FixedFlowController797182$FixedFlowObject.getTraceString(FixedFlowController797182.java:205)
at edu.cmu.lti.oaqa.ecd.flow.FixedFlowController797182$FixedFlowObject.next(FixedFlowController797182.java:249)
at org.apache.uima.analysis_engine.asb.impl.FlowContainer.next(FlowContainer.java:100)
at org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.processUntilNextOutputCas(ASB_impl.java:546)
at org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.(ASB_impl.java:409)
at org.apache.uima.analysis_engine.asb.impl.ASB_impl.process(ASB_impl.java:342)
at org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.processAndOutputNewCASes(AggregateAnalysisEngine_impl.java:267)
at org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase.process(AnalysisEngineImplBase.java:267)
at edu.cmu.lti.oaqa.ecd.driver.SimplePipelineRev803.runPipeline(SimplePipelineRev803.java:244)
at edu.cmu.lti.oaqa.ecd.driver.SimplePipelineRev803.runPipeline(SimplePipelineRev803.java:154)
at edu.cmu.lti.oaqa.ecd.driver.ECDDriver.run(ECDDriver.java:66)
at edu.cmu.lti.oaqa.ecd.driver.ECDDriver.main(ECDDriver.java:93)
Caused by: java.lang.ClassNotFoundException: com.google.common.hash.Hashing
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more

Could we access the inverted list? Or just configure the Solr in Runtime?

Hi,

This is team-16 in Professor Eric's Software Engineering course.

We have assigned two people working on Retrieval part. We want to know what kind of flexibility is in our hands.

  1. Could we access the inverted list or plug-in any our own retrieval algorithms?
  2. Could we configure the Solr behavior in Runtime?

Thank you in advance!
Best Regards,
Team 16

Add feature to index corpus with Solr

Should add methods to index a XMI corpus with UIMA annotations within Solr framework, and it will be great if a general framework could be proposed on the top of whichever corpus index and retrieval tool.

DefaultQA ERRORS when using SolrProvider

Before I added solrprovider into maven's dependency, everything is good. But after I added this guy, I got errors in the class.edu.cmu.lti.oaqa.bio.framework.report.DatabaseReportComponentBuilder. For example,

Description Resource Path Location Type
The type com.google.common.collect.Table cannot be resolved. It is indirectly referenced from required .class files DatabaseReportComponentBuilder.java /DefaultQA/src/main/java/edu/cmu/lti/oaqa/bio/framework/report line 1 Java Problem

Any idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.