Skip to content

Commit

Permalink
added NER specs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Oct 28, 2023
1 parent b1d9ed1 commit b112c16
Show file tree
Hide file tree
Showing 9 changed files with 1,979 additions and 393 deletions.
2 changes: 1 addition & 1 deletion app/__checkout__.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v1.8
gd905e3fb6e80d0fa537600337614adc2af157309
gb1d9ed10b43922dea39a2054173adc72c21d7cc8
1 change: 1 addition & 0 deletions app/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ provenanceSpec:
docUrl: '{urlNb}/{org}/parallels/blob/master/programs/parallels.ipynb'
doi: 10.5281/zenodo.1007642
repo: parallels
extraData: ner
version: 2021
webBase: https://shebanq.ancient-data.org/hebrew
webHint: Show this on SHEBANQ
Expand Down
2 changes: 2 additions & 0 deletions ner/__checkout__.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v1.8
gb1d9ed10b43922dea39a2054173adc72c21d7cc8
2 changes: 2 additions & 0 deletions ner/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ keywordFeatures:
defaultValues:
kind: PER

spaceEscaped: true

transform: {}
Binary file modified ner/sheets/places.xlsx
Binary file not shown.
27 changes: 27 additions & 0 deletions ner/sheets/places.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
בית.דגון:
kind: LOC
name: בית דגון
occSpecs:
- בית_דגון
- בית_דגן
בית.הישמות:
kind: LOC
name: בית הישׁמות
occSpecs:
- בית_הישׁימת
- בית_הישׁמות
- בית_הישׁמת
בית.חורון:
kind: LOC
name: בית חורון
occSpecs:
- בית_חורון
- בית_חורן
- בית_חרון
- בית_חרן
בית.שאן:
kind: LOC
name: בית שׁאן
occSpecs:
- בית_שׁאן
- בית_שׁן
Loading

0 comments on commit b112c16

Please sign in to comment.