Skip to content

Commit b112c16

Browse files
committed
added NER specs
1 parent b1d9ed1 commit b112c16

File tree

9 files changed

+1979
-393
lines changed

9 files changed

+1979
-393
lines changed

app/__checkout__.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
v1.8
2-
gd905e3fb6e80d0fa537600337614adc2af157309
2+
gb1d9ed10b43922dea39a2054173adc72c21d7cc8

app/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ provenanceSpec:
6262
docUrl: '{urlNb}/{org}/parallels/blob/master/programs/parallels.ipynb'
6363
doi: 10.5281/zenodo.1007642
6464
repo: parallels
65+
extraData: ner
6566
version: 2021
6667
webBase: https://shebanq.ancient-data.org/hebrew
6768
webHint: Show this on SHEBANQ

ner/__checkout__.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v1.8
2+
gb1d9ed10b43922dea39a2054173adc72c21d7cc8

ner/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ keywordFeatures:
1616
defaultValues:
1717
kind: PER
1818

19+
spaceEscaped: true
20+
1921
transform: {}

ner/sheets/places.xlsx

106 Bytes
Binary file not shown.

ner/sheets/places.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
בית.דגון:
2+
kind: LOC
3+
name: בית דגון
4+
occSpecs:
5+
- בית_דגון
6+
- בית_דגן
7+
בית.הישמות:
8+
kind: LOC
9+
name: בית הישׁמות
10+
occSpecs:
11+
- בית_הישׁימת
12+
- בית_הישׁמות
13+
- בית_הישׁמת
14+
בית.חורון:
15+
kind: LOC
16+
name: בית חורון
17+
occSpecs:
18+
- בית_חורון
19+
- בית_חורן
20+
- בית_חרון
21+
- בית_חרן
22+
בית.שאן:
23+
kind: LOC
24+
name: בית שׁאן
25+
occSpecs:
26+
- בית_שׁאן
27+
- בית_שׁן

0 commit comments

Comments
 (0)