diff --git a/.gitignore b/.gitignore index 777c9c5..c2021ba 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,7 @@ venv ENV/ env.bak/ venv.bak/ +p312 # mypy .mypy_cache/ diff --git a/LICENSE.txt b/LICENSE.txt index 143c8be..1a6e335 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/README.rst b/README.rst index 7715ca6..490b2d5 100644 --- a/README.rst +++ b/README.rst @@ -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*. diff --git a/pyproject.toml b/pyproject.toml index f283699..c8e4c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "Spelling and grammar correction for Icelandic" authors = [{ name = "Miðeind ehf.", email = "mideind@mideind.is" }] 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", diff --git a/src/reynir_correct/wrappers.py b/src/reynir_correct/wrappers.py index 709924c..04ff7d6 100644 --- a/src/reynir_correct/wrappers.py +++ b/src/reynir_correct/wrappers.py @@ -76,7 +76,6 @@ class AnnTokenDict(TypedDict, total=False): - """Type of the token dictionaries returned from check_errors()""" # Token kind @@ -90,7 +89,6 @@ class AnnTokenDict(TypedDict, total=False): class AnnDict(TypedDict): - """A single annotation, as returned by the Yfirlestur.is API""" start: int @@ -104,7 +102,6 @@ class AnnDict(TypedDict): class AnnResultDict(TypedDict): - """The annotation result for a sentence""" original: str