All Projects → acl-org → Acl Anthology

acl-org / Acl Anthology

Licence: apache-2.0
Data and software for building the ACL Anthology.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Acl Anthology

Keita
My personal toolkit for PyTorch development.
Stars: ✭ 124 (-26.19%)
Mutual labels:  library, natural-language-processing
Nlp Conference Compendium
Compendium of the resources available from top NLP conferences.
Stars: ✭ 349 (+107.74%)
Mutual labels:  natural-language-processing, acl
Nlp Papers With Arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
Stars: ✭ 345 (+105.36%)
Mutual labels:  natural-language-processing, acl
Awesome Relation Extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
Stars: ✭ 656 (+290.48%)
Mutual labels:  natural-language-processing, acl
Lingua Franca
Mycroft's multilingual text parsing and formatting library
Stars: ✭ 51 (-69.64%)
Mutual labels:  library, natural-language-processing
Ml Classify Text Js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
Stars: ✭ 38 (-77.38%)
Mutual labels:  library, natural-language-processing
Pynlpl
PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Format for Linguistic Annotation).
Stars: ✭ 426 (+153.57%)
Mutual labels:  library, natural-language-processing
Unix Permissions
Swiss Army knife for Unix permissions
Stars: ✭ 106 (-36.9%)
Mutual labels:  library, acl
Nlp bahasa resources
A Curated List of Dataset and Usable Library Resources for NLP in Bahasa Indonesia
Stars: ✭ 158 (-5.95%)
Mutual labels:  library, natural-language-processing
Twigcs
The missing checkstyle for twig!
Stars: ✭ 166 (-1.19%)
Mutual labels:  library
Mirrordiffkit
Graduation from messy XCTAssertEqual messages.
Stars: ✭ 168 (+0%)
Mutual labels:  library
Foregroundappchecker
Foreground application detection library for android.
Stars: ✭ 167 (-0.6%)
Mutual labels:  library
Reference Huffman Coding
Clear implementation of Huffman coding for educational purposes in Java, Python, C++.
Stars: ✭ 167 (-0.6%)
Mutual labels:  library
Showroom
Stars: ✭ 168 (+0%)
Mutual labels:  library
Mailio
mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Stars: ✭ 166 (-1.19%)
Mutual labels:  library
Binarypack
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
Stars: ✭ 169 (+0.6%)
Mutual labels:  library
Holster
A place to keep useful golang functions and small libraries
Stars: ✭ 166 (-1.19%)
Mutual labels:  library
React Messenger
Chat UX components built with React, inspired by Facebook Messenger
Stars: ✭ 167 (-0.6%)
Mutual labels:  library
Libwacom
libwacom is a tablet description library
Stars: ✭ 169 (+0.6%)
Mutual labels:  library
Ng Aquila
Angular UI Component library for the Open Insurance Platform
Stars: ✭ 170 (+1.19%)
Mutual labels:  library

ACL Anthology

These are basic instructions on generating the ACL Anthology website as seen on https://aclweb.org/anthology/. The official home of this repository is https://github.com/acl-org/acl-anthology.

Generating the Anthology

Prerequisites

To build the Anthology website, you will need:

  • Python 3.7 or higher
  • Python packages listed in bin/requirements.txt; to install, run pip -r bin/requirements.txt
  • Hugo 0.58.3 or higher (can be downloaded directly from their repo; the extended version is required!)
  • bibutils for creating non-BibTeX citation formats (not strictly required to build the website, but without them you need to invoke the build steps manually as laid out in the detailed README)
  • optional: If you install libyaml-dev and Cython before running make the first time, the libyaml C library will be used instead of a python implementation, speeding up the build.

Building and deployment with GitHub

There is a GitHub actions action performing deployment directly from GitHub. To use this, you need to define these variables in your repository settings (web interface: settings -> secrets):

  • PUBLISH_TARGET: rsync will push the anthology to this target (e.g. [email protected]:anthology-static)
  • PUBLISH_SSH_KEY: the secret key in standard pem format for authentication (without a passphrase)
  • PUBLISH_ANTHOLOGYHOST: The host which will serve the anthology later on (e.g. https://www.aclweb.org)

GitHub will then automatically build and deploy the current master whenever the master branch changes.

Cloning

Clone the Anthology repo to your local machine:

$ git clone https://github.com/acl-org/acl-anthology

Generating

Provided you have correctly installed all requirements, building the website should be as simple running make from the directory to which you cloned the repo.

The fully generated website will be in build/anthology afterwards. If any errors occur during this step, you can consult the detailed README for more information on the individual steps performed to build the site. You can see the resulting website by launching a local webserver with make serve, which will serve it at http://localhost:8000.

Note that building the website is quite a resource-intensive process; particularly the last step, invoking Hugo, uses about 18~GB of system memory. Building the anthology takes about 10 minutes on a laptop with an SSD.

(Note: This does not mean you need this amount of RAM in your system; in fact, the website builds fine on a laptop with 8 GB of RAM. The system might temporarily slow down due to swapping, however. The figure of approx. 18 GB is the maximum RAM usage reported when running hugo --minify --stepAnalysis.)

The anthology can be viewed locally by running hugo server in the hugo/ directory. Note that it rebuilds the site and therefore takes about a minute to start.

Contributing

If you'd like to contribute to the ACL Anthology, please take a look at:

History

This repo was originally wing-nus/acl and has been transferred over to acl-org as of 5 June 2017.

License

The code for building the ACL Anthology is distributed under the Apache License, v2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].