marquesafonso commited on
Commit
ae78f71
1 Parent(s): e7dbe60

add example in readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -45,6 +45,16 @@ result = pipe([sentence])
45
 
46
  print(f"{sentence}\n{result}")
47
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  ```
50
 
 
45
 
46
  print(f"{sentence}\n{result}")
47
 
48
+ # James Marsh, realizador de filmes como A Teoria de Tudo ou Homem no Arame, assumiu a missão de criar uma obra biográfica sobre Samue Beckett, figura ímpar da literatura e da dramaturgia do século XX. O guião foi escrito pelo escocês Neil Forsyth, vencedor de dois Baftas.
49
+ # [[
50
+ # {'entity_group': 'PESSOA', 'score': 0.99737316, 'word': 'James Marsh', 'start': 0, 'end': 11},
51
+ # {'entity_group': 'OBRA', 'score': 0.9823761, 'word': 'A Teoria de Tudo', 'start': 39, 'end': 55},
52
+ # {'entity_group': 'OBRA', 'score': 0.96812135, 'word': 'Homem no Arame', 'start': 59, 'end': 73},
53
+ # {'entity_group': 'PESSOA', 'score': 0.9954967, 'word': 'Samue Beckett', 'start': 127, 'end': 140},
54
+ # {'entity_group': 'TEMPO', 'score': 0.97845674, 'word': 'século XX', 'start': 189, 'end': 198},
55
+ # {'entity_group': 'PESSOA', 'score': 0.9962597, 'word': 'Neil Forsyth', 'start': 233, 'end': 245},
56
+ # {'entity_group': 'OUTRO', 'score': 0.7552187, 'word': 'Baftas', 'start': 264, 'end': 270}
57
+ # ]]
58
 
59
  ```
60