GithubHelp home page GithubHelp logo

drvspw / indri Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 14.67 MB

indri search engine

Home Page: http://www.lemurproject.org/lemur/

License: Other

Makefile 0.28% C++ 80.81% M4 0.15% C 8.70% Objective-C 0.82% Shell 0.19% Java 2.46% CSS 0.10% HTML 0.17% PHP 0.98% Hack 0.01% Lex 0.27% Awk 0.05% GAP 0.55% C# 4.46%

indri's Introduction

-----
Help!
-----

If you have trouble using Indri, check online at lemurproject.org for updated
documentation.  You can also ask a question in the Lemur public
forums, on SourceForge at http://sourceforge.net/p/lemur/discussion/.
The Lemur project developers watch the forums and can answer your questions.

--------------
What is Indri?
--------------

Indri is an information retrieval system from the Lemur project; a
joint effort between the University of Massachusetts and Carnegie Mellon
University.  It combines the language modeling and inference network
approaches to information retrieval into one system.

For those who have used the Inquery system, Indri uses a query language
that is very similar, but adds additional features.  In particular,
Indri understands tagged documents, like HTML and XML documents, and can
therefore understand queries like #1(george bush).person (which means
find the phrase george bush appearing inside a person tag).  Indri can
also understand numeric quantities.  You can find out more about the
query language in the query language documentation.

Library:

Indri provides the QueryEnvironment and IndexEnvironment classes, which
can be used from C++, Java, C# or PHP (although indexing is not
supported from PHP).

IndexEnvironment understands many different file types.  However, you
can create your own file type, as long as it is XML-like, and tell
IndexEnvironment how to index it.  Then, using the addFile method,
IndexEnvironment can index your document(s).  If you want to do more
complex processing on your data, or if your data is arriving in real
time, you may parse your document into a ParsedDocument structure.  The
IndexEnvrionment object can index these structures directly.

QueryEnvironment allows you to run queries and retrieve a ranked list of
results.  You can use runAnnotatedQuery to retrieve match information
(annotations), which is useful for highlighting matched words in
documents.  By using the addIndex method with an instance of
IndexEnvironment, you can evaluate queries on an index that is currently
being built.  The addServer method allows you to connect to IndriDaemon
processes for distributed retrieval.

indri's People

Contributors

drvspw avatar

Watchers

James Cloos avatar  avatar

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.