patriziobellan commited on
Commit
8c93a3f
1 Parent(s): 3faf6b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -50,7 +50,7 @@ task_ids:
50
  - [Licensing Information](#licensing-information)
51
  - [Citation Information](#citation-information)
52
  - [Contributions](#contributions)
53
- - [Annotation Guidelines](#annotation-guidelines)
54
  - [Update](#updates)
55
  - [Loading data](#loadingdata)
56
 
@@ -254,7 +254,14 @@ The *Further Specification* process element was the most difficult element to an
254
 
255
  ### Licensing Information
256
 
257
- MIT
 
 
 
 
 
 
 
258
 
259
  ### Citation Information
260
 
@@ -284,15 +291,16 @@ MIT
284
  Thanks to [Patrizio Bellan](https://pdi.fbk.eu/bellan/) for adding this dataset.
285
 
286
 
287
- #### Annotation Guidelines
288
- test[Patrizio Bellan](pbellan@fbk.eu)
289
-
290
-
291
  #### <a name="updates"></a>Update
292
  - v1.0.0: Added token classification task
293
  - v1.0.1: Added extraction relation task
294
 
295
 
 
 
 
 
 
296
  ## <a name="loadingdata"></a>Loading data
297
  ### Token-classification task
298
  ```python
 
50
  - [Licensing Information](#licensing-information)
51
  - [Citation Information](#citation-information)
52
  - [Contributions](#contributions)
53
+ - [Annotation Guidelines](#annotationguidelines)
54
  - [Update](#updates)
55
  - [Loading data](#loadingdata)
56
 
 
254
 
255
  ### Licensing Information
256
 
257
+ Copyright © 2022-present Patrizio Bellan, Mauro Dragoni, Chiara Ghidini, Han van der Aa, Simone Ponzetto
258
+
259
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
260
+
261
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
262
+
263
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
264
+
265
 
266
  ### Citation Information
267
 
 
291
  Thanks to [Patrizio Bellan](https://pdi.fbk.eu/bellan/) for adding this dataset.
292
 
293
 
 
 
 
 
294
  #### <a name="updates"></a>Update
295
  - v1.0.0: Added token classification task
296
  - v1.0.1: Added extraction relation task
297
 
298
 
299
+
300
+ ### <a name="annotationguidelines"></a>Annotation Guidelines
301
+ test[Patrizio Bellan](pbellan@fbk.eu)
302
+
303
+
304
  ## <a name="loadingdata"></a>Loading data
305
  ### Token-classification task
306
  ```python