Skip to content

Commit

Permalink
[𝘀𝗽𝗿] initial version
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
kod-kristoff committed Jan 25, 2024
1 parent 509c3f9 commit 9f50614
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/hello-ocr/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export:
- <sentence>
# - <token:word>
- <token>:stanza.pos
- <token>:sparv_ocr_suggestion.ocr-suggestion
- <token>:ocr_suggestion.ocr-suggestion

sparv:
compression: none
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project.entry-points."sparv.plugin"]
sparv_ocr_suggestion = "sparv_ocr_suggestion"
ocr_suggestion = "ocr_suggestion"

[project.urls]
Homepage = "https://github.com/spraakbanken/sparv-ocr-suggestion-plugin"
Homepage = "https://spraakbanken.gu.se"
Repository = "https://github.com/spraakbanken/sparv-ocr-suggestion-plugin"
"Bug Tracker" = "https://github.com/spraakbanken/sparv-ocr-suggestion-plugin/issues"

Expand All @@ -51,7 +51,7 @@ dev-dependencies = [
exclude = ["/.github", "/docs"]

[tool.hatch.build.targets.wheel]
packages = ["src/sparv_ocr_suggestion"]
packages = ["src/ocr_suggestion"]

[tool.hatch.metadata]
allow-direct-references = true
Expand Down
File renamed without changes.

0 comments on commit 9f50614

Please sign in to comment.