INDEXING MECHANISM FOR REGEX SEARCH
  • Home
  • About Us
  • Documents
  • Contact
WHAT IS IMERS ?

IMERS is an interactive regular expression engine which mainly focuses on finding string patterns in the given documents and crawled webpages. To achieve this, it uses a specialized index structure constructed only for this purpose and a matching tool.



Picture

OUR MOTIVATION

​We are living in the times where the people become lesser tolerant to get the outcome of what they look for, thanks to the fact that technology got people accustomed to fast access to information. This project aims to decrease the time cost of searching any phrase over an enormous amount  of documents by using regular expressions.

Picture

IMAGINE

Picture

SEARCH

Picture

ACCESS


OUR SOLUTION

​Becoming a speedster requires great responsibility. The indexing mechanism we use takes advantage of multigram keys. These keys are chosen by the algorithms relying on selectivity and usefulness and once the indices are constructed, lookup times for any query decrease drastically. That is the core of our solution to reach lightspeed matches.

© 2016 Deadliners All Rights Reserved

  • Home
  • About Us
  • Documents
  • Contact