(no title)
thecodingmonk | 7 years ago
It is an enterprise search engine which departs from traditional keyword-based search in order to provide an easier way to run complex, semantic queries on huge collections of text documents.
Why it's cool: image a pharmaceutical research task, where you need to find all documents mentioning drugs that interact with a specific class of diseases. In a normal setting, you would need to first research which drugs satisfy your condition and then either build a boolean OR query or probably query them one by one. Doqume saves you this hassle, because it allows to express conditions like "drugs that interact with infectious disease" with a simple user interface. As a result, you can get both the items that match your conditions (i.e., in the example, all the drugs that we know interact with the class of diseases that you specified) and the documents that match the query (e.g., recent research articles mentioning those items). The approach is not specific to pharma and you can easily build queries that span across several domains (e.g., "cities with more than 1M inhabitants", "USA companies with more than X employees", "singers who are born in Chicago", etc...).
If you want to give it a try you can see a demo with this query building capability at http://doqume.com/search.html
sgondala2|7 years ago
thecodingmonk|7 years ago
abledon|7 years ago
thecodingmonk|7 years ago