Implementation of a transcription chain that supports ASR, OCTRA, MAUS and EMU-webApp.
You can use TranscriptionPortal without installation here: https://clarin.phonetik.uni-muenchen.de/apps/TranscriptionPortal/ (protected by shibboleth)
You can install TranscriptionPortal on your own web server. Just download the repository and copy the contents from the dist
folder to your web server.
Clone this repository and install all dependencies using npm install
. It is recommended to use WebStorm or PHPStorm IDE and the tslint settings from tslint.json
in order to check the code style automatically.
For this project commitizen is used. If you want to contribute to this project you should make use of this tool to create commit messages important for the changelog (other commit messages will be ignored otherwise). For WebStorm or PHPStorm there is a Commit Template Plugin to create these templates.
For creating changelog automatically, conventional-changelog-cli is used. To create changelogs you need to install conventional-changelog-cli globally as described on its github page. After installation you just need to run npm run changelog
to create the changelog automatically.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run sh ./build.sh
to build the project. The build artifacts will be stored in the dist/transcription-portal
directory. Adapt the configuration in the build.sh script as you need.