sign-language-processing / sign-language-processing.github.io

Documentation and background of sign language processing
99 stars 9 forks source link

Sign Language Processing

The goal of this project is to contain and organize the sign language processing literature, datasets, and tasks.

This project is hosted in: sign-language-processing.github.io

Contributions are welcomed!

Building

The hosted github page is automatically built on push to master.

To build the page locally, run make.

Make sure you have pandoc installed.

Development

To continuously build the page locally, listening to changes, run:

watch make

(or in bash, run while true; do make; sleep 2; done) And view the result by

npm i -g http-server
http-server dst

Citation

For attribution in academic contexts, please cite this work as:

@misc{moryossef2021slp, 
    title = "{S}ign {L}anguage {P}rocessing", 
    author = "Moryossef, Amit and Goldberg, Yoav",
    howpublished = "\url{https://sign-language-processing.github.io/}",
    year = "2021"
}

Style Guide

Please help me edit the following text to be consistent with the style guide. Make sure to maintain the original line breaks (i.e., don't merge lines, and conserve \n characters). Reply with a code block.

Respond in a Markdown code block, conserving \n characters.

Respond in a Markdown code block. Conserve \n characters (new-line characters). i.e., break line before "They parse the English text..."