A Firefox extension to translate natural language queries into search queries for various search engines.
The project is currently in a 🚧 prototyping 🚧 stage, but if you are interested give it a star ⭐ and follow along!
Try it now, or follow the steps below to get started locally.
Clone the repository:
git clone [email protected]:christopherwoodall/nlp-query.git
Now you can load the extension into Firefox.
- Open Firefox and go to
about:debugging#/runtime/this-firefox
. - Click "Load Temporary Add-on…" and select the
manifest.json
file located inside thenlp-query/nlp-query
directory. - Now you should see your extension in the list of extensions and in the browser's toolbar.
.
├── docs
│ └── assets
│ └── demo.gif
├── LICENSE
├── Makefile
├── nlp-query
│ ├── assets
│ │ ├── icons
│ │ │ ├── 128x128.png
│ │ │ ├── 16x16.png
│ │ │ ├── 32x32.png
│ │ │ ├── 48x48.png
│ │ │ └── 96x96.png
│ │ └── js
│ ├── background
│ │ ├── background.html
│ │ └── background.js
│ ├── manifest.json
│ ├── options
│ │ ├── options.css
│ │ ├── options.html
│ │ └── options.js
│ └── popup
│ ├── popup.css
│ ├── popup.html
│ └── popup.js
├── README.md
└── tools
└── resize-icons.sh
- Lucene Query Language (Elasticsearch)",
- SQL (McAfee's Enterprise Security Manager)",
- Splunk's Search Processing Language (SPL)",
- Azure Log Analytics Query Language (KQL)",
- CQL (Cassandra Query Language)",