Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 371 Bytes

ask-the-tweeter

Logical Query Processor for tweets searching

Once tweet corpus is stored in the format:

timestamp, tweet

The processor can be passed a logical query to fetch the satisfying tweet set.

The processor can handle complex logical queries made up of & (and), | (or) and !(not)

Sample query: hello & (this & is & !(jeeves | bertie))