Skip to content

mbollmann/aclfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACL Anthology Search Prototype

A search engine prototype for the ACL Anthology.

Currently hosted at https://aclfind.uber.space/.

Installation

To set up an instance of the search engine on a local server:

  1. Install MeiliSearch.

  2. Clone the ACL Anthology repository and create the following symlinks:

    • ln -s /pathto/acl-anthology/bin/anthology bin/anthology
    • ln -s /pathto/acl-anthology/data/ data
  3. With MeiliSearch running in development mode, run bin/seed_meilisearch.py to create the database from the data in the ACL Anthology repo.

  4. When running MeiliSearch in production mode, replace the publicKey variable in html/js/search.js with the public key you generated for your MeiliSearch instance.

  5. Run a web server and point it to the contents of html/.

Done!

About

A search engine prototype for the ACL Anthology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published