caracena commited on
Commit
6f4b712
·
verified ·
1 Parent(s): 1c86dee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -27,3 +27,13 @@ configs:
27
  - split: test
28
  path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
27
  - split: test
28
  path: data/test-*
29
  ---
30
+
31
+ List of entities
32
+
33
+ ```
34
+ label_list = ["O", "B-Body_Part", "I-Body_Part", "B-Disease", "I-Disease", "B-Medication", "I-Medication",
35
+ "B-Age", "I-Age", "B-Company", "I-Company", "B-Health_Care_Unit", "I-Health_Care_Unit",
36
+ "B-Date_Part", "I-Date_Part", "B-Full_Date", "I-Full_Date",
37
+ "B-First_Name", "I-First_Name", "B-Last_Name", "I-Last_Name", "B-Location", "I-Location",
38
+ "B-Occupation", "I-Occupation", "B-Phone_Number", "I-Phone_Number", "B-RUT", "I-RUT", "B-IDs", "I-IDs", "B-Email", "I-Email"]
39
+ ```