harshildarji commited on
Commit
a2d7acd
1 Parent(s): fb9a997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -20,4 +20,27 @@ example = "1. Das Bundesarbeitsgericht ist gemäß § 9 Abs. 2 Satz 2 ArbGG iVm.
20
 
21
  results = ner(example)
22
  print(results)
23
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  results = ner(example)
22
  print(results)
23
+ ```
24
+
25
+ #### Classes:
26
+ |Abbreviation|Class|
27
+ |----|----|
28
+ |PER|Person|
29
+ |RR|Judge|
30
+ |AN|Lawyer|
31
+ |LD|Country|
32
+ |ST|City|
33
+ |STR|Street|
34
+ |LDS|Landscape|
35
+ |ORG|Organization|
36
+ |UN|Company|
37
+ |INN|Institution|
38
+ |GRT|Court|
39
+ |MRK|Brand|
40
+ |GS|Law|
41
+ |VO|Ordinance|
42
+ |EUN|European legal norm|
43
+ |VS|Regulation|
44
+ |VT|Contract|
45
+ |RS|Court decision|
46
+ |LIT|Legal literature|