mirror of
https://github.com/qurator-spk/neat.git
synced 2025-07-27 19:09:55 +02:00
add basic support for GND-ID
This commit is contained in:
parent
224c93dea6
commit
225693390b
2 changed files with 105 additions and 104 deletions
26
example.tsv
26
example.tsv
|
@ -1,9 +1,9 @@
|
|||
No. TOKEN NE-TAG NE-EMB
|
||||
No. TOKEN NE-TAG NE-EMB GND
|
||||
|
||||
# 001 https://zdb-katalog.de/title.xhtml?idn=1049496809 http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/full/full/0/default.jpg
|
||||
# 1880-01-01 Berliner Tageblatt 27646518
|
||||
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/149,325,400,100/full/0/default.jpg
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/149,325,400,100/full/0/default.jpg
|
||||
1 Donnerstag O O
|
||||
2 , O O
|
||||
3 1 O O
|
||||
|
@ -11,20 +11,20 @@ No. TOKEN NE-TAG NE-EMB
|
|||
5 Januar B-TODO O
|
||||
6 . O O
|
||||
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/781,328,580,100/full/0/default.jpg
|
||||
1 Berliner B-ORG B-LOC
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/781,328,580,100/full/0/default.jpg
|
||||
1 Berliner B-ORG B-LOC 40057288
|
||||
2 Tageblatt I-ORG O
|
||||
3 . O O
|
||||
4 Nr O O
|
||||
5 . O O
|
||||
6 1 O O
|
||||
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/1812,328,200,100/full/0/default.jpg
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/1812,328,200,100/full/0/default.jpg
|
||||
1 Seite O O
|
||||
2 3 O O
|
||||
3 . O O
|
||||
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/130,389,650,100/full/0/default.jpg
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/130,389,650,100/full/0/default.jpg
|
||||
1 Kampf O O
|
||||
2 , O O
|
||||
3 dessen O O
|
||||
|
@ -39,7 +39,7 @@ No. TOKEN NE-TAG NE-EMB
|
|||
12 wenn O O
|
||||
13 nicht O O
|
||||
14 Herr O O
|
||||
15 Gambetta B-PER O
|
||||
15 Gambetta B-PER O 118716263
|
||||
16 als O O
|
||||
17 deus O O
|
||||
18 ex O O
|
||||
|
@ -55,14 +55,14 @@ No. TOKEN NE-TAG NE-EMB
|
|||
28 bei O O
|
||||
29 dem O O
|
||||
30 Präsidenten O O
|
||||
31 Grévy B-PER O
|
||||
31 Grévy B-PER O 119064693
|
||||
32 einen O O
|
||||
33 Ausgleich O O
|
||||
34 herbeigeführt O O
|
||||
35 hätte O O
|
||||
36 . O O
|
||||
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/130,443,650,100/full/0/default.jpg
|
||||
# http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/130,443,650,100/full/0/default.jpg
|
||||
1 Es O O
|
||||
2 scheint O O
|
||||
3 dem O O
|
||||
|
@ -83,15 +83,15 @@ No. TOKEN NE-TAG NE-EMB
|
|||
18 dem O O
|
||||
19 Bemühen O O
|
||||
20 , O O
|
||||
21 Waddington B-PER O
|
||||
21 Waddington B-PER O 117086630
|
||||
22 und O O
|
||||
23 Léon B-PER O
|
||||
24 Say I-PER O
|
||||
23 Léon B-PER O 117619744
|
||||
24 Say I-PER O 117619744
|
||||
25 zu O O
|
||||
26 halten O O
|
||||
27 , O O
|
||||
28 dagegen O O
|
||||
29 Lepère B-PER O
|
||||
29 Lepère B-PER O 1012607569
|
||||
30 zu O O
|
||||
31 entfernen O O
|
||||
32 , O O
|
||||
|
|
|
|
@ -388,7 +388,8 @@ function setupInterface(data, file) {
|
|||
<th>POSITION</th>
|
||||
<th>TOKEN</th>
|
||||
<th>NE-TAG</th>
|
||||
<th>NE-EMB<button class="btn btn-link" id="next">>></button></th>
|
||||
<th>NE-EMB</th>
|
||||
<th>GND-ID<button class="btn btn-link" id="next">>></button></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="table-body"></tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue