Contributors · Forks · Issues · License
LAMA (Linguistic Automation Management Assistant) was initially developed in the project INEL to simplify and error-proof using git for linguists/non-tech collaborators.
Report Bug
·
Request Feature
- About the project
- Setting up
- Using LAMA
- Additional versions of LAMA
- Contributing
- License
- Authors
- Contact
- Acknowledgements
LAMA (Linguistic Automation Management Assistant) was created in the project INEL to simplify and error-proof using git for linguists/non-tech people.
While technically it is a quite basic shell script, it was created with lots of experience of teaching non-tech people using git with available GUIs as well as spending time fixing problems because of that. Therefore, on the one hand it is restricted to the most basic functionality needed for the every-day work with git, on the other hand it goes beyond git in providing the possibility to integrate processing steps to enhance data quality and for instance reduce the risk and frequency of git merge issues.
The script is intended for people that do not want to learn specific git commands while still being able to collaborate with other git users on projects, especially in a setup where there are technical git maintainers and other collaborators.
For further information see the Abstract and Poster for the FORGE 2021 conference.
Please note that with this script it is assumed that the git repository was already cloned and setup properly before. If git lfs was also set up correctly the script works correctly with lfs as well.
To use the basic version you only need the file LAMA-3.1.sh. It should be placed inside of the cloned git repository you want to work with. For multiple repositories, use multiple LAMA files. If your remote repository is "origin" and the branch you want to work with "main" you don't need to change any variables, otherwise change the variables remote and branch in the LAMA script.
- On Windows, install the git-bash and let the git-bash open bash scripts by default, then you can just double click LAMA and follow the steps in Using LAMA.
- On Linux, run the LAMA via
bash LAMA-3.1.sh
from the terminal. - On Mac, please convert the line endings of the LAMA script to LF as EOL symbols. Also coreutils needs to be installed, e.g. using
brew install coreutils
.
Feel free to open issues or send us a message if you run into any problems!
For more complex versions of the scripts please see Additional versions of LAMA.
To run LAMA, double click on the LAMA-*.sh file located in the folder you want to work on.
The menu of LAMA looks like this:
Working with LAMA consists of some steps that need to be carried out in a specific order:
Before starting to work, first make sure your username and email in LAMA is correct. You can use the following option to do so: @ 4) Viewing your current configuration@
The username should be your @Firstname Lastname@ and the email should be your email address @[email protected]@. You can change it using @5) Setting up your configuration@
Before starting to work on the files, you need to make sure to work on the most recent version of the files. You can update your copy of the files using this option: @2) Update your local repository@
This checks that there are no changes to begin with and then updates your files. If there are changes it does not change the files. If you want to see which changes there are you can use: @1) See the current state of your local repository@.
Now you can start to work on the files and make changes.
Save all your changes, add a message, publish your changes to the main repository and update your local repository (3)
When on step of the work is done, you can save your progress and make it available for the other people working on it. You can do this with @3) Save all your changes, add a message, publish your changes to the main repository and update your local repository@
This steps additionally updates you local repository with the changes other people may have done at the same time.
If someone else worked on the files while you made changes, the script can show the following lines:
If you see these lines, the correct commit message is already written there automatically. To confirm the message and continue with the script, press ESC, then enter the letters :wq and press ENTER. If you're not able to enter the letters :wq after you pressed ESC, press the letter i instead and write :wq and press ENTER.
(If two people worked on the same part of the same file at once it can rarely lead to a Git conflict. If that happens, you will get a message in LAMA and a file timestamp-git-conflict.txt will be written in your folder. This kind of conflict needs to be solved by the technical team, so write a message if it happens to you. But your data will still be save and it does not take long to solve this.)
Work further on the files and Save all your changes, add a message, publish your changes to the main Git repository and update your local Git repository afterwards
Now you can work on the files again and save and publish your changes afterwards. Remember to start with the first step again if you make a pause.
For administration purposes and seldomly necessary commands a "secret" option has been added to LAMA.
When the option 0 (instead of 1-7) is entered in the selection menu, it is possible to enter any command, e.g. for cloning Git repositories or other actions not covered by the official LAMA options.
Special care has to be taken when this option is used because it gives full access to all available terminal commands (incl. file deletion)!
Please choose an option (1-7) or press ENTER to display menu: 0 Enter your command (but take care, you have superpowers now) or just press ENTER to go back: >
There is a version of the LAMA script available in German here. It contains the Mattermost and corpus-services integration, but you could comment out the respective parts to use the basic version in German. There is also a German documentation of using LAMA here.
There is a more complex version of LAMA which sends messaged to Mattermost if a respective hook is provided available here. Replace the variable mattermosturl="https://your.mattermost.server.com/mattermost/hooks/HOOKSHA" with you Mattermost Webhook URL. Find out more about how to create Mattermost Webhooks here.
The most complex version of LAMA contains integration of the corpus services tool using its jar. It is used when working with EXMARaLDA corpora and git for pretty printing and normalizing of the transcription files. It also contains the Mattermost integration. See here.
git
optionally:
Mattermost
corpus services
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Feel free to open issues or send us a message if you run into any problems!
Distributed under MIT License. See LICENSE
for more information.
Anne Ferger
Daniel Jettka
Anne Ferger - @anneferger1 - [email protected]
Project Link: LAMA
Contributions to the project have been made by staff from INEL.
Parts of this project have been produced in the context of the joint research funding of the German Federal Government and Federal States in the Academies’ Programme, with funding from the Federal Ministry of Education and Research and the Free and Hanseatic City of Hamburg. The Academies’ Programme is coordinated by the Union of the German Academies of Sciences and Humanities.
This README file was created on the basis of the Best-README-Template.
Logo created at LogoMakr.com.