What Can You Do With IRIS?

Summarize your documents. Get an overview of each before you dive deeper.

Rank your documents by word frequency from most relevant to least relevant.

Query through all your documents by keyword for just the information that you need.

Manipulate the document however you want. Filter, sort, extract information. The power is in your hands.
Using IRIS
Developer
The IRIS toolkit is provided as a set of APIs open to the public. It is open source and easily extendable.
IRIS provides a set of simple yet modular document operators. These operators can be combined in various ways to create more interesting and advanced functionality.
Our intentions are for these combinations to produce higher levels of abstraction for information retrieval. Eventually we hope that even very abstract concepts like "making sense" can be realized.
How It Works
The API endpoint is located here:
- Requests can be made via POST (preferred) or GET and all XML data must be included in an "xmldata" request variable.
- Try the request tool to send requests without writing code!
- There is no registration required, but if you wish to keep your data safe you can quickly register to get a fixed client id.
- The format of the request can be found in the documentation.
Download/Contribute
The source is currently hosted on Github where you can download or contribute.
View IRIS on Github