Update README.md
Browse files
README.md
CHANGED
@@ -91,57 +91,57 @@ print(pipe(content))
|
|
91 |
|
92 |
# Output
|
93 |
[{'entity_group': 'Head',
|
94 |
-
'score': 0.
|
95 |
'word': 'ALBI',
|
96 |
'start': 2,
|
97 |
'end': 6},
|
98 |
{'entity_group': 'Domain_mark',
|
99 |
-
'score': 0.
|
100 |
-
'word': 'Géog.',
|
101 |
-
'start':
|
102 |
'end': 14},
|
103 |
{'entity_group': 'NC_Spatial',
|
104 |
-
'score': 0.
|
105 |
'word': 'ville',
|
106 |
'start': 16,
|
107 |
'end': 21},
|
108 |
{'entity_group': 'NP_Spatial',
|
109 |
-
'score': 0.
|
110 |
'word': 'France',
|
111 |
'start': 25,
|
112 |
'end': 31},
|
113 |
{'entity_group': 'NC_Spatial',
|
114 |
-
'score': 0.
|
115 |
'word': 'capitale',
|
116 |
'start': 33,
|
117 |
'end': 41},
|
118 |
{'entity_group': 'NP_Spatial',
|
119 |
-
'score': 0.
|
120 |
'word': "l'Albigeois",
|
121 |
'start': 45,
|
122 |
'end': 56},
|
123 |
{'entity_group': 'Relation',
|
124 |
-
'score': 0.
|
125 |
'word': 'dans',
|
126 |
'start': 58,
|
127 |
'end': 62},
|
128 |
{'entity_group': 'NP_Spatial',
|
129 |
-
'score': 0.
|
130 |
'word': 'le haut Languedoc',
|
131 |
'start': 63,
|
132 |
'end': 80},
|
133 |
{'entity_group': 'Relation',
|
134 |
-
'score': 0.
|
135 |
'word': 'sur',
|
136 |
'start': 92,
|
137 |
'end': 95},
|
138 |
{'entity_group': 'NP_Spatial',
|
139 |
-
'score': 0.
|
140 |
'word': 'le Tarn',
|
141 |
'start': 96,
|
142 |
'end': 103},
|
143 |
{'entity_group': 'Latlong',
|
144 |
-
'score': 0.
|
145 |
'word': 'Long. 19. 49. lat. 43. 55. 44',
|
146 |
'start': 105,
|
147 |
'end': 134}]
|
|
|
91 |
|
92 |
# Output
|
93 |
[{'entity_group': 'Head',
|
94 |
+
'score': 0.9918331,
|
95 |
'word': 'ALBI',
|
96 |
'start': 2,
|
97 |
'end': 6},
|
98 |
{'entity_group': 'Domain_mark',
|
99 |
+
'score': 0.9260238,
|
100 |
+
'word': '(Géog.',
|
101 |
+
'start': 8,
|
102 |
'end': 14},
|
103 |
{'entity_group': 'NC_Spatial',
|
104 |
+
'score': 0.99029493,
|
105 |
'word': 'ville',
|
106 |
'start': 16,
|
107 |
'end': 21},
|
108 |
{'entity_group': 'NP_Spatial',
|
109 |
+
'score': 0.9919335,
|
110 |
'word': 'France',
|
111 |
'start': 25,
|
112 |
'end': 31},
|
113 |
{'entity_group': 'NC_Spatial',
|
114 |
+
'score': 0.9903319,
|
115 |
'word': 'capitale',
|
116 |
'start': 33,
|
117 |
'end': 41},
|
118 |
{'entity_group': 'NP_Spatial',
|
119 |
+
'score': 0.9919644,
|
120 |
'word': "l'Albigeois",
|
121 |
'start': 45,
|
122 |
'end': 56},
|
123 |
{'entity_group': 'Relation',
|
124 |
+
'score': 0.98715705,
|
125 |
'word': 'dans',
|
126 |
'start': 58,
|
127 |
'end': 62},
|
128 |
{'entity_group': 'NP_Spatial',
|
129 |
+
'score': 0.9919502,
|
130 |
'word': 'le haut Languedoc',
|
131 |
'start': 63,
|
132 |
'end': 80},
|
133 |
{'entity_group': 'Relation',
|
134 |
+
'score': 0.98698694,
|
135 |
'word': 'sur',
|
136 |
'start': 92,
|
137 |
'end': 95},
|
138 |
{'entity_group': 'NP_Spatial',
|
139 |
+
'score': 0.9921453,
|
140 |
'word': 'le Tarn',
|
141 |
'start': 96,
|
142 |
'end': 103},
|
143 |
{'entity_group': 'Latlong',
|
144 |
+
'score': 0.99200517,
|
145 |
'word': 'Long. 19. 49. lat. 43. 55. 44',
|
146 |
'start': 105,
|
147 |
'end': 134}]
|