Skip to content

logical query processor for searching tweets in a static corpus

Notifications You must be signed in to change notification settings

UVNishanth/ask-the-tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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))

About

logical query processor for searching tweets in a static corpus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages