Commit
·
e86b14e
1
Parent(s):
29a2b6c
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,3 +61,30 @@ Relations:
|
|
| 61 |
## Dataset Creation
|
| 62 |
|
| 63 |
More details about the annotation process can be found in our [Paper](https://ceur-ws.org/Vol-3441/paper7.pdf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
## Dataset Creation
|
| 62 |
|
| 63 |
More details about the annotation process can be found in our [Paper](https://ceur-ws.org/Vol-3441/paper7.pdf).
|
| 64 |
+
|
| 65 |
+
## Additional Information
|
| 66 |
+
|
| 67 |
+
### Licensing Information
|
| 68 |
+
```
|
| 69 |
+
MIT License
|
| 70 |
+
|
| 71 |
+
Copyright (c) 2023 Daniel Steinigen
|
| 72 |
+
|
| 73 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 74 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 75 |
+
in the Software without restriction, including without limitation the rights
|
| 76 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 77 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 78 |
+
furnished to do so, subject to the following conditions:
|
| 79 |
+
|
| 80 |
+
The above copyright notice and this permission notice shall be included in all
|
| 81 |
+
copies or substantial portions of the Software.
|
| 82 |
+
|
| 83 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 84 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 85 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 86 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 87 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 88 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 89 |
+
SOFTWARE.
|
| 90 |
+
```
|