Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Aug 19, 2024
1 parent 79b42a4 commit 2ec4115
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ venv
ENV/
env.bak/
venv.bak/
p312

# mypy
.mypy_cache/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2019-2024 Miðeind ehf.
Copyright (C) 2018-2024 Miðeind ehf.
Original author: Vilhjálmur Þorsteinsson

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Copyright and License
:align: right
:alt: Miðeind ehf.

**Copyright © 2019-2023 Miðeind ehf.**
**Copyright © 2018-2024 Miðeind ehf.**

GreynirCorrect's original author is *Vilhjálmur Þorsteinsson*.

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Spelling and grammar correction for Icelandic"
authors = [{ name = "Miðeind ehf.", email = "[email protected]" }]
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "LICENSE.txt" }
# For classifier list see: https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down
3 changes: 0 additions & 3 deletions src/reynir_correct/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@


class AnnTokenDict(TypedDict, total=False):

"""Type of the token dictionaries returned from check_errors()"""

# Token kind
Expand All @@ -90,7 +89,6 @@ class AnnTokenDict(TypedDict, total=False):


class AnnDict(TypedDict):

"""A single annotation, as returned by the Yfirlestur.is API"""

start: int
Expand All @@ -104,7 +102,6 @@ class AnnDict(TypedDict):


class AnnResultDict(TypedDict):

"""The annotation result for a sentence"""

original: str
Expand Down

0 comments on commit 2ec4115

Please sign in to comment.