Unitex/GramLab is the open source, cross-platform, multilingual, lexicon- and grammar-based corpus processing suite
This is the repository for the website running at https://unitexgramlab.org. The site is maintained by the Unitex/GramLab Website Editors Team
To install your own copy of the Unitex/GramLab site, simply follow these steps:
- Download Grav from the getgrav.org site
- Extract the ZIP archive into a directory in your webroot (e.g.
~/www/unitexgramlab-org/
) - Download and extract, or Clone, the unitexgramlab-org repository as
~/www/unitexgramlab-org/user/
- Run
bin/grav install
from the root (e.g.~/www/unitexgramlab-org/
)
At this point the required plugins and vendor libraries should be installed, and your local site should be fully functional.
We welcome everyone to contribute to improve this project. Below are some of the things that you can do to contribute:
Currently the site is available in English, Spanish, Portuguese and French, more translations are welcome. If you are interested in volunteering to translate email [email protected] and we will contact you. Files to translate are located at:
Note that there are no plans to translate blog posts.
If you are interested in volunteering creating a new blog post about Unitex/GramLab and Natural Language Processing, please follow these steps:
-
Copy the directory
pages/02.blog/template-post
to a new location insidepages/02.blog
:cp pages/02.blog/template-post pages/02.blog/my-new-blog-post-name
-
Edit the file named
pages/02.blog/my-new-blog-post-name/post.md
. Take care to change thetitle
,date
,tag
,author
andpublished
attributes. A Markdown tutorial is avalaible here. You can use an online Markdown editor like Stackedit.io to review your post before commit. -
Commit your code:
git commit -m "Add my-new-blog-post-name" pages/02.blog/my-new-blog-post-name
-
Push the changes to your remote repository on GitHub
git push origin
-
Request a pull to the develop branch.
Feel free to submit bug reports or feature requests
- Developed by Cristian Martinez and powered by Grav. A complete list of contributors is avalaible here. A comprehensive list of credits can be found here.