py2docfx 0.1.16rc2051518__py3-none-any.whl → 0.1.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- py2docfx/docfx_yaml/miss_reference.py +1 -1
- py2docfx/docfx_yaml/parameter_utils.py +58 -6
- py2docfx/docfx_yaml/tests/roots/test-translator-typing/code_with_typing.py +14 -0
- py2docfx/docfx_yaml/tests/roots/test-translator-typing/conf.py +18 -0
- py2docfx/docfx_yaml/tests/test_translator_typing.py +39 -0
- py2docfx/docfx_yaml/utils.py +2 -2
- py2docfx/venv/basevenv/Lib/site-packages/babel/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/certifi/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/certifi/core.py +1 -32
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/cli/__main__.py +62 -2
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/constant.py +17 -0
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/legacy.py +1 -3
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/md.py +19 -14
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/utils.py +6 -0
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/version.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/markupsafe/_speedups.pyi +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/markupsafe/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/packaging/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/packaging/_elffile.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/packaging/_manylinux.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/packaging/_parser.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/packaging/_tokenizer.py +5 -4
- py2docfx/venv/basevenv/Lib/site-packages/packaging/licenses/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/packaging/markers.py +53 -22
- py2docfx/venv/basevenv/Lib/site-packages/packaging/metadata.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/packaging/specifiers.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/packaging/tags.py +39 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/py.typed +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/pkg_resources/__init__.py +6 -7
- py2docfx/venv/basevenv/Lib/site-packages/pkg_resources/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pygments/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/pygments/lexers/_sql_builtins.py +106 -0
- py2docfx/venv/basevenv/Lib/site-packages/pygments/lexers/scripting.py +5 -3
- py2docfx/venv/basevenv/Lib/site-packages/pygments/lexers/sql.py +24 -118
- py2docfx/venv/basevenv/Lib/site-packages/requests/__version__.py +2 -2
- py2docfx/venv/basevenv/Lib/site-packages/requests/compat.py +12 -0
- py2docfx/venv/basevenv/Lib/site-packages/requests/models.py +3 -1
- py2docfx/venv/basevenv/Lib/site-packages/requests/utils.py +6 -16
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/__init__.py +0 -38
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_discovery.py +33 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_distutils/command/build_scripts.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_distutils/command/config.py +0 -2
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py +63 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_distutils/compilers/C/unix.py +5 -6
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_entry_points.py +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_normalization.py +0 -2
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_path.py +12 -3
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_reqs.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_scripts.py +361 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_shutil.py +6 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/build_meta.py +25 -37
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/bdist_egg.py +9 -11
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/bdist_wheel.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/build_ext.py +29 -28
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/develop.py +39 -179
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/easy_install.py +17 -2352
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/editable_wheel.py +14 -31
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/egg_info.py +0 -2
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/install.py +3 -55
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/install_scripts.py +5 -11
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/command/sdist.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/compat/py310.py +11 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/dist.py +10 -12
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/installer.py +34 -29
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/contexts.py +0 -14
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/fixtures.py +235 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/integration/test_pbr.py +20 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_build_meta.py +0 -24
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_develop.py +1 -64
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_dist.py +2 -2
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_dist_info.py +0 -63
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_editable_install.py +15 -41
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_egg_info.py +3 -2
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_scripts.py +12 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_wheel.py +12 -36
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_windows_wrappers.py +3 -4
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/wheel.py +49 -24
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/__init__.py +6 -0
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/arabic_stemmer.py +798 -797
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/armenian_stemmer.py +212 -213
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/basestemmer.py +20 -54
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/basque_stemmer.py +202 -228
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/catalan_stemmer.py +370 -375
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/danish_stemmer.py +63 -61
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/dutch_porter_stemmer.py +466 -0
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/dutch_stemmer.py +1217 -343
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/english_stemmer.py +295 -264
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/esperanto_stemmer.py +588 -0
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/estonian_stemmer.py +850 -0
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/finnish_stemmer.py +144 -143
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/french_stemmer.py +308 -246
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/german_stemmer.py +224 -167
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/greek_stemmer.py +1314 -1313
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/hindi_stemmer.py +39 -38
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/hungarian_stemmer.py +231 -256
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/indonesian_stemmer.py +61 -64
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/irish_stemmer.py +101 -106
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/italian_stemmer.py +272 -272
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/lithuanian_stemmer.py +233 -240
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/nepali_stemmer.py +108 -134
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/norwegian_stemmer.py +108 -63
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/porter_stemmer.py +101 -108
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/portuguese_stemmer.py +241 -250
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/romanian_stemmer.py +332 -296
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/russian_stemmer.py +178 -179
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/serbian_stemmer.py +2331 -2332
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/spanish_stemmer.py +254 -259
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/swedish_stemmer.py +143 -70
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/tamil_stemmer.py +638 -1491
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/turkish_stemmer.py +326 -292
- py2docfx/venv/basevenv/Lib/site-packages/snowballstemmer/yiddish_stemmer.py +245 -246
- py2docfx/venv/basevenv/Lib/site-packages/sphinx/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/applehelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/htmlhelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/qthelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/serializinghtml/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/_version.py +9 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/connection.py +87 -38
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/emscripten/fetch.py +20 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/exceptions.py +12 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/http2/connection.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/poolmanager.py +17 -1
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/py.typed +2 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/response.py +53 -24
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/request.py +12 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_.py +22 -2
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/__main__.py +7 -5
- py2docfx/venv/{venv1/Lib/site-packages/wheel/cli → basevenv/Lib/site-packages/wheel/_commands}/__init__.py +3 -5
- py2docfx/venv/{venv1/Lib/site-packages/wheel/cli → basevenv/Lib/site-packages/wheel/_commands}/convert.py +14 -9
- py2docfx/venv/{venv1/Lib/site-packages/wheel/cli → basevenv/Lib/site-packages/wheel/_commands}/pack.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_metadata.py +184 -0
- py2docfx/venv/basevenv/Lib/site-packages/wheel/bdist_wheel.py +12 -23
- py2docfx/venv/basevenv/Lib/site-packages/wheel/macosx_libfile.py +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/wheel/metadata.py +17 -183
- py2docfx/venv/basevenv/Lib/site-packages/wheel/wheelfile.py +30 -16
- py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/credentials.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/instrumentation.py +67 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_base.py +3 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_base_async.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_tools.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py +4 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_distributed_tracing.py +152 -29
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect_async.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py +3 -10
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry_async.py +3 -8
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_universal.py +2 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/transport/_aiohttp.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/transport/_base_async.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/transport/_requests_asyncio.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/polling/base_polling.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/core/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_aiohttp.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_http_response_impl_async.py +3 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_requests_asyncio.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_rest_py3.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/settings.py +27 -21
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/__init__.py +3 -7
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_abstract_span.py +2 -35
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_models.py +71 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/common.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator.py +66 -13
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator_async.py +62 -23
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/ext/opencensus_span/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/opentelemetry.py +256 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_connection_string_parser.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_messaging_shared.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_pipeline_transport_rest_shared.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_pipeline_transport_rest_shared_async.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_utils.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_constants.py +1 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/default.py +23 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/environment.py +12 -16
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/service_fabric.py +22 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/user_password.py +10 -6
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/vscode.py +13 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/auth_code_redirect_handler.py +3 -5
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_client.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_persistent_cache.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azd_cli.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_cli.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_powershell.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/chained.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/default.py +22 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/environment.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/service_fabric.py +17 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/vscode.py +4 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/certifi/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/certifi/core.py +1 -32
- py2docfx/venv/venv1/Lib/site-packages/certifi/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/cli/__main__.py +62 -2
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/constant.py +17 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/legacy.py +1 -3
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/md.py +19 -14
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/utils.py +6 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/__about__.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/cryptography/__init__.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/cryptography/fernet.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/_oid.py +35 -2
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/backends/openssl/backend.py +33 -10
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi +37 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi +8 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi +7 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi +17 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi +117 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi +75 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi +107 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi +38 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi +18 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi +51 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi +52 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi +28 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi +22 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi +49 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi +34 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi +15 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi +55 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi +52 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi +23 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi +313 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py +9 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/openssl/binding.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py +5 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py +4 -2
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/_serialization.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py +16 -3
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py +47 -3
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py +16 -3
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py +16 -3
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py +14 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py +14 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py +14 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py +6 -6
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/ciphers/base.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/ciphers/modes.py +18 -18
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/hashes.py +5 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py +4 -4
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py +7 -4
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/padding.py +7 -121
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/serialization/__init__.py +2 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py +21 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py +48 -6
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/serialization/ssh.py +68 -18
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/primitives/twofactor/totp.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/utils.py +15 -3
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/__init__.py +3 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/base.py +39 -6
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/extensions.py +100 -49
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/name.py +27 -15
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/ocsp.py +60 -25
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/oid.py +2 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/x509/verification.py +6 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/annotations_pb2.pyi +24 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/auth_pb2.pyi +120 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/backend_pb2.pyi +102 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/billing_pb2.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/client_pb2.pyi +405 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/config_change_pb2.pyi +65 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/consumer_pb2.pyi +62 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/context_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/control_pb2.pyi +43 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/distribution_pb2.pyi +144 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/documentation_pb2.pyi +86 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/endpoint_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/error_reason_pb2.pyi +90 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_behavior_pb2.pyi +45 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_info_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/http_pb2.pyi +94 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/httpbody_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/label_pb2.pyi +47 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/launch_stage_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/log_pb2.pyi +47 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/logging_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/metric_pb2.pyi +186 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitored_resource_pb2.pyi +104 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitoring_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/policy_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/quota_pb2.pyi +116 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/resource_pb2.pyi +93 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/routing_pb2.pyi +49 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/service_pb2.pyi +170 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/source_info_pb2.pyi +34 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/system_parameter_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/usage_pb2.pyi +55 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/visibility_pb2.pyi +56 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/bidi.py +17 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/client_info.py +6 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/gapic_v1/client_info.py +1 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/retry/retry_base.py +13 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/retry/retry_streaming.py +7 -6
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/retry/retry_streaming_async.py +8 -5
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/retry/retry_unary.py +7 -6
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/retry/retry_unary_async.py +7 -6
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/auth/_default.py +2 -36
- py2docfx/venv/venv1/Lib/site-packages/google/auth/_helpers.py +240 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/aio/_helpers.py +62 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/aio/transport/aiohttp.py +6 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/compute_engine/_metadata.py +5 -1
- py2docfx/venv/venv1/Lib/site-packages/google/auth/compute_engine/credentials.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/google/auth/identity_pool.py +91 -2
- py2docfx/venv/venv1/Lib/site-packages/google/auth/impersonated_credentials.py +75 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/transport/__init__.py +1 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/transport/_aiohttp_requests.py +8 -1
- py2docfx/venv/venv1/Lib/site-packages/google/auth/transport/_http_client.py +3 -1
- py2docfx/venv/venv1/Lib/site-packages/google/auth/transport/requests.py +4 -1
- py2docfx/venv/venv1/Lib/site-packages/google/auth/transport/urllib3.py +15 -5
- py2docfx/venv/venv1/Lib/site-packages/google/auth/version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/extended_operations_pb2.pyi +45 -0
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/location/locations_pb2.pyi +96 -0
- py2docfx/venv/venv1/Lib/site-packages/google/gapic/metadata/gapic_metadata_pb2.pyi +118 -0
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/http_request_pb2.pyi +91 -0
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/log_severity_pb2.pyi +42 -0
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto_pb2.pyi +126 -0
- py2docfx/venv/venv1/Lib/site-packages/google/oauth2/id_token.py +12 -0
- py2docfx/venv/venv1/Lib/site-packages/google/oauth2/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/oauth2/webauthn_types.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/any.py +15 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/any_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/api_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/compiler/plugin_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor.py +15 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pb2.py +258 -113
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pool.py +22 -8
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/duration_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/empty_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/field_mask_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/decoder.py +106 -23
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/field_mask.py +3 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_edition_defaults.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_message.py +21 -18
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/testing_refleaks.py +8 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/well_known_types.py +60 -43
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/json_format.py +4 -5
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/message_factory.py +16 -0
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/runtime_version.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/source_context_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/struct_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/text_format.py +11 -7
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/timestamp_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/type_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/wrappers_pb2.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/code_pb2.pyi +58 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/attribute_context_pb2.pyi +309 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/audit_context_pb2.pyi +51 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.py +29 -23
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.pyi +246 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/http_pb2.pyi +71 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/status_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/calendar_period_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/color_pb2.pyi +42 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/date_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/datetime_pb2.pyi +77 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/dayofweek_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/decimal_pb2.pyi +27 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/expr_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/fraction_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/interval_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/latlng_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/localized_text_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/money_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/month_pb2.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/phone_number_pb2.pyi +48 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/postal_address_pb2.pyi +74 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/quaternion_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/timeofday_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/idna/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/jwt/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/msal/application.py +1 -0
- py2docfx/venv/venv1/Lib/site-packages/msal/individual_cache.py +9 -5
- py2docfx/venv/venv1/Lib/site-packages/msal/managed_identity.py +4 -5
- py2docfx/venv/venv1/Lib/site-packages/msal/sku.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/msal/throttled_http_client.py +58 -30
- py2docfx/venv/venv1/Lib/site-packages/opencensus/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/__init__.py +138 -138
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/exporter.py +93 -93
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/processor.py +63 -63
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/protocol.py +206 -206
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/storage.py +205 -205
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/transport.py +355 -355
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/utils.py +79 -79
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/common/version.py +15 -15
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/log_exporter/__init__.py +314 -314
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/metrics_exporter/__init__.py +190 -190
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/metrics_exporter/standard_metrics/__init__.py +62 -62
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/metrics_exporter/standard_metrics/cpu.py +50 -50
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/metrics_exporter/standard_metrics/http_requests.py +176 -176
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/metrics_exporter/standard_metrics/memory.py +42 -42
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/metrics_exporter/standard_metrics/process.py +87 -87
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/statsbeat/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/statsbeat/state.py +50 -50
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/statsbeat/statsbeat.py +100 -100
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/statsbeat/statsbeat_metrics.py +480 -480
- py2docfx/venv/venv1/Lib/site-packages/opencensus/ext/azure/trace_exporter/__init__.py +236 -236
- py2docfx/venv/venv1/Lib/site-packages/packaging/__init__.py +15 -0
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_elffile.py +10 -9
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_manylinux.py +13 -11
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_musllinux.py +5 -3
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_parser.py +12 -15
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_tokenizer.py +15 -12
- py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/__init__.py +145 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/_spdx.py +759 -0
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/markers.py +148 -39
- py2docfx/venv/venv1/Lib/site-packages/packaging/metadata.py +862 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/requirements.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/specifiers.py +41 -33
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/tags.py +135 -50
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/utils.py +39 -48
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/version.py +53 -32
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/py.typed +4 -0
- py2docfx/venv/venv1/Lib/site-packages/pkg_resources/__init__.py +6 -7
- py2docfx/venv/venv1/Lib/site-packages/pkg_resources/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/requests/__version__.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/requests/compat.py +12 -0
- py2docfx/venv/venv1/Lib/site-packages/requests/models.py +3 -1
- py2docfx/venv/venv1/Lib/site-packages/requests/utils.py +6 -16
- py2docfx/venv/venv1/Lib/site-packages/rsa/__init__.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/rsa/asn1.py +52 -52
- py2docfx/venv/venv1/Lib/site-packages/rsa/cli.py +321 -321
- py2docfx/venv/venv1/Lib/site-packages/rsa/common.py +184 -184
- py2docfx/venv/venv1/Lib/site-packages/rsa/core.py +53 -53
- py2docfx/venv/venv1/Lib/site-packages/rsa/key.py +858 -858
- py2docfx/venv/venv1/Lib/site-packages/rsa/parallel.py +96 -96
- py2docfx/venv/venv1/Lib/site-packages/rsa/pem.py +134 -134
- py2docfx/venv/venv1/Lib/site-packages/rsa/pkcs1.py +485 -485
- py2docfx/venv/venv1/Lib/site-packages/rsa/pkcs1_v2.py +100 -100
- py2docfx/venv/venv1/Lib/site-packages/rsa/prime.py +198 -198
- py2docfx/venv/venv1/Lib/site-packages/rsa/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/rsa/randnum.py +95 -95
- py2docfx/venv/venv1/Lib/site-packages/rsa/transform.py +72 -72
- py2docfx/venv/venv1/Lib/site-packages/rsa/util.py +97 -97
- py2docfx/venv/venv1/Lib/site-packages/setuptools/__init__.py +0 -38
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_discovery.py +33 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_distutils/command/build_scripts.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_distutils/command/config.py +0 -2
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py +63 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_distutils/compilers/C/unix.py +5 -6
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_entry_points.py +4 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_normalization.py +0 -2
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_path.py +12 -3
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_reqs.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_scripts.py +361 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_shutil.py +6 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/build_meta.py +25 -37
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/bdist_egg.py +9 -11
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/bdist_wheel.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/build_ext.py +29 -28
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/develop.py +39 -179
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/easy_install.py +17 -2352
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/editable_wheel.py +14 -31
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/egg_info.py +0 -2
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/install.py +3 -55
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/install_scripts.py +5 -11
- py2docfx/venv/venv1/Lib/site-packages/setuptools/command/sdist.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/setuptools/compat/py310.py +11 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/dist.py +10 -12
- py2docfx/venv/venv1/Lib/site-packages/setuptools/installer.py +34 -29
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/contexts.py +0 -14
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/fixtures.py +235 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/integration/test_pbr.py +20 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_build_meta.py +0 -24
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_develop.py +1 -64
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_dist.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_dist_info.py +0 -63
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_editable_install.py +15 -41
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_egg_info.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_scripts.py +12 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_wheel.py +12 -36
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_windows_wrappers.py +3 -4
- py2docfx/venv/venv1/Lib/site-packages/setuptools/wheel.py +49 -24
- py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py +380 -708
- py2docfx/venv/venv1/Lib/site-packages/urllib3/_version.py +9 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/connection.py +87 -38
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/emscripten/fetch.py +20 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/exceptions.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/http2/connection.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/urllib3/poolmanager.py +17 -1
- py2docfx/venv/venv1/Lib/site-packages/urllib3/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/response.py +53 -24
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/request.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_.py +22 -2
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/wheel/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/wheel/__main__.py +7 -5
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/cli → venv1/Lib/site-packages/wheel/_commands}/__init__.py +3 -5
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/cli → venv1/Lib/site-packages/wheel/_commands}/convert.py +14 -9
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/cli → venv1/Lib/site-packages/wheel/_commands}/pack.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
- py2docfx/venv/venv1/Lib/site-packages/wheel/_metadata.py +184 -0
- py2docfx/venv/venv1/Lib/site-packages/wheel/bdist_wheel.py +12 -23
- py2docfx/venv/venv1/Lib/site-packages/wheel/macosx_libfile.py +4 -0
- py2docfx/venv/venv1/Lib/site-packages/wheel/metadata.py +17 -183
- py2docfx/venv/venv1/Lib/site-packages/wheel/wheelfile.py +30 -16
- {py2docfx-0.1.16rc2051518.dist-info → py2docfx-0.1.17.dist-info}/METADATA +2 -3
- {py2docfx-0.1.16rc2051518.dist-info → py2docfx-0.1.17.dist-info}/RECORD +588 -427
- {py2docfx-0.1.16rc2051518.dist-info → py2docfx-0.1.17.dist-info}/WHEEL +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/package_index.py +0 -1137
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/sandbox.py +0 -536
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/server.py +0 -86
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_easy_install.py +0 -1476
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_packageindex.py +0 -267
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/tests/test_sandbox.py +0 -134
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
- py2docfx/venv/basevenv/Lib/site-packages/wheel/util.py +0 -17
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_manylinux.py +0 -260
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_parser.py +0 -356
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_tokenizer.py +0 -192
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/markers.py +0 -253
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/requirements.py +0 -90
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/specifiers.py +0 -1011
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/utils.py +0 -172
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/application.py +0 -119
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/application.py +0 -121
- py2docfx/venv/venv1/Lib/site-packages/setuptools/package_index.py +0 -1137
- py2docfx/venv/venv1/Lib/site-packages/setuptools/sandbox.py +0 -536
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/server.py +0 -86
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_easy_install.py +0 -1476
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_packageindex.py +0 -267
- py2docfx/venv/venv1/Lib/site-packages/setuptools/tests/test_sandbox.py +0 -134
- py2docfx/venv/venv1/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
- py2docfx/venv/venv1/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
- py2docfx/venv/venv1/Lib/site-packages/wheel/util.py +0 -17
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_elffile.py +0 -108
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_musllinux.py +0 -83
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_structures.py +0 -61
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/tags.py +0 -571
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/version.py +0 -561
- /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/__init__.py → certifi/py.typed} +0 -0
- /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/packaging/__init__.py → charset_normalizer/py.typed} +0 -0
- /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/__init__.py → basevenv/Lib/site-packages/idna/py.typed} +0 -0
- /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/packaging/__init__.py → basevenv/Lib/site-packages/jinja2/py.typed} +0 -0
- /py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
- /py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_structures.py +0 -0
- /py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
- {py2docfx-0.1.16rc2051518.dist-info → py2docfx-0.1.17.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
#-*- coding: utf-8 -*-
|
2
|
+
# Generated from armenian.sbl by Snowball 3.0.1 - https://snowballstem.org/
|
2
3
|
|
3
4
|
from .basestemmer import BaseStemmer
|
4
5
|
from .among import Among
|
@@ -7,213 +8,10 @@ from .among import Among
|
|
7
8
|
class ArmenianStemmer(BaseStemmer):
|
8
9
|
'''
|
9
10
|
This class implements the stemming algorithm defined by a snowball script.
|
10
|
-
Generated by Snowball
|
11
|
+
Generated from armenian.sbl by Snowball 3.0.1 - https://snowballstem.org/
|
11
12
|
'''
|
12
13
|
|
13
|
-
|
14
|
-
Among(u"\u0580\u0578\u0580\u0564", -1, 1),
|
15
|
-
Among(u"\u0565\u0580\u0578\u0580\u0564", 0, 1),
|
16
|
-
Among(u"\u0561\u056C\u056B", -1, 1),
|
17
|
-
Among(u"\u0561\u056F\u056B", -1, 1),
|
18
|
-
Among(u"\u0578\u0580\u0561\u056F", -1, 1),
|
19
|
-
Among(u"\u0565\u0572", -1, 1),
|
20
|
-
Among(u"\u0561\u056F\u0561\u0576", -1, 1),
|
21
|
-
Among(u"\u0561\u0580\u0561\u0576", -1, 1),
|
22
|
-
Among(u"\u0565\u0576", -1, 1),
|
23
|
-
Among(u"\u0565\u056F\u0565\u0576", 8, 1),
|
24
|
-
Among(u"\u0565\u0580\u0565\u0576", 8, 1),
|
25
|
-
Among(u"\u0578\u0580\u0567\u0576", -1, 1),
|
26
|
-
Among(u"\u056B\u0576", -1, 1),
|
27
|
-
Among(u"\u0563\u056B\u0576", 12, 1),
|
28
|
-
Among(u"\u0578\u057E\u056B\u0576", 12, 1),
|
29
|
-
Among(u"\u056C\u0561\u0575\u0576", -1, 1),
|
30
|
-
Among(u"\u057E\u0578\u0582\u0576", -1, 1),
|
31
|
-
Among(u"\u057A\u0565\u057D", -1, 1),
|
32
|
-
Among(u"\u056B\u057E", -1, 1),
|
33
|
-
Among(u"\u0561\u057F", -1, 1),
|
34
|
-
Among(u"\u0561\u057E\u0565\u057F", -1, 1),
|
35
|
-
Among(u"\u056F\u0578\u057F", -1, 1),
|
36
|
-
Among(u"\u0562\u0561\u0580", -1, 1)
|
37
|
-
]
|
38
|
-
|
39
|
-
a_1 = [
|
40
|
-
Among(u"\u0561", -1, 1),
|
41
|
-
Among(u"\u0561\u0581\u0561", 0, 1),
|
42
|
-
Among(u"\u0565\u0581\u0561", 0, 1),
|
43
|
-
Among(u"\u057E\u0565", -1, 1),
|
44
|
-
Among(u"\u0561\u0581\u0580\u056B", -1, 1),
|
45
|
-
Among(u"\u0561\u0581\u056B", -1, 1),
|
46
|
-
Among(u"\u0565\u0581\u056B", -1, 1),
|
47
|
-
Among(u"\u057E\u0565\u0581\u056B", 6, 1),
|
48
|
-
Among(u"\u0561\u056C", -1, 1),
|
49
|
-
Among(u"\u0568\u0561\u056C", 8, 1),
|
50
|
-
Among(u"\u0561\u0576\u0561\u056C", 8, 1),
|
51
|
-
Among(u"\u0565\u0576\u0561\u056C", 8, 1),
|
52
|
-
Among(u"\u0561\u0581\u0576\u0561\u056C", 8, 1),
|
53
|
-
Among(u"\u0565\u056C", -1, 1),
|
54
|
-
Among(u"\u0568\u0565\u056C", 13, 1),
|
55
|
-
Among(u"\u0576\u0565\u056C", 13, 1),
|
56
|
-
Among(u"\u0581\u0576\u0565\u056C", 15, 1),
|
57
|
-
Among(u"\u0565\u0581\u0576\u0565\u056C", 16, 1),
|
58
|
-
Among(u"\u0579\u0565\u056C", 13, 1),
|
59
|
-
Among(u"\u057E\u0565\u056C", 13, 1),
|
60
|
-
Among(u"\u0561\u0581\u057E\u0565\u056C", 19, 1),
|
61
|
-
Among(u"\u0565\u0581\u057E\u0565\u056C", 19, 1),
|
62
|
-
Among(u"\u057F\u0565\u056C", 13, 1),
|
63
|
-
Among(u"\u0561\u057F\u0565\u056C", 22, 1),
|
64
|
-
Among(u"\u0578\u057F\u0565\u056C", 22, 1),
|
65
|
-
Among(u"\u056F\u0578\u057F\u0565\u056C", 24, 1),
|
66
|
-
Among(u"\u057E\u0561\u056E", -1, 1),
|
67
|
-
Among(u"\u0578\u0582\u0574", -1, 1),
|
68
|
-
Among(u"\u057E\u0578\u0582\u0574", 27, 1),
|
69
|
-
Among(u"\u0561\u0576", -1, 1),
|
70
|
-
Among(u"\u0581\u0561\u0576", 29, 1),
|
71
|
-
Among(u"\u0561\u0581\u0561\u0576", 30, 1),
|
72
|
-
Among(u"\u0561\u0581\u0580\u056B\u0576", -1, 1),
|
73
|
-
Among(u"\u0561\u0581\u056B\u0576", -1, 1),
|
74
|
-
Among(u"\u0565\u0581\u056B\u0576", -1, 1),
|
75
|
-
Among(u"\u057E\u0565\u0581\u056B\u0576", 34, 1),
|
76
|
-
Among(u"\u0561\u056C\u056B\u057D", -1, 1),
|
77
|
-
Among(u"\u0565\u056C\u056B\u057D", -1, 1),
|
78
|
-
Among(u"\u0561\u057E", -1, 1),
|
79
|
-
Among(u"\u0561\u0581\u0561\u057E", 38, 1),
|
80
|
-
Among(u"\u0565\u0581\u0561\u057E", 38, 1),
|
81
|
-
Among(u"\u0561\u056C\u0578\u057E", -1, 1),
|
82
|
-
Among(u"\u0565\u056C\u0578\u057E", -1, 1),
|
83
|
-
Among(u"\u0561\u0580", -1, 1),
|
84
|
-
Among(u"\u0561\u0581\u0561\u0580", 43, 1),
|
85
|
-
Among(u"\u0565\u0581\u0561\u0580", 43, 1),
|
86
|
-
Among(u"\u0561\u0581\u0580\u056B\u0580", -1, 1),
|
87
|
-
Among(u"\u0561\u0581\u056B\u0580", -1, 1),
|
88
|
-
Among(u"\u0565\u0581\u056B\u0580", -1, 1),
|
89
|
-
Among(u"\u057E\u0565\u0581\u056B\u0580", 48, 1),
|
90
|
-
Among(u"\u0561\u0581", -1, 1),
|
91
|
-
Among(u"\u0565\u0581", -1, 1),
|
92
|
-
Among(u"\u0561\u0581\u0580\u0565\u0581", 51, 1),
|
93
|
-
Among(u"\u0561\u056C\u0578\u0582\u0581", -1, 1),
|
94
|
-
Among(u"\u0565\u056C\u0578\u0582\u0581", -1, 1),
|
95
|
-
Among(u"\u0561\u056C\u0578\u0582", -1, 1),
|
96
|
-
Among(u"\u0565\u056C\u0578\u0582", -1, 1),
|
97
|
-
Among(u"\u0561\u0584", -1, 1),
|
98
|
-
Among(u"\u0581\u0561\u0584", 57, 1),
|
99
|
-
Among(u"\u0561\u0581\u0561\u0584", 58, 1),
|
100
|
-
Among(u"\u0561\u0581\u0580\u056B\u0584", -1, 1),
|
101
|
-
Among(u"\u0561\u0581\u056B\u0584", -1, 1),
|
102
|
-
Among(u"\u0565\u0581\u056B\u0584", -1, 1),
|
103
|
-
Among(u"\u057E\u0565\u0581\u056B\u0584", 62, 1),
|
104
|
-
Among(u"\u0561\u0576\u0584", -1, 1),
|
105
|
-
Among(u"\u0581\u0561\u0576\u0584", 64, 1),
|
106
|
-
Among(u"\u0561\u0581\u0561\u0576\u0584", 65, 1),
|
107
|
-
Among(u"\u0561\u0581\u0580\u056B\u0576\u0584", -1, 1),
|
108
|
-
Among(u"\u0561\u0581\u056B\u0576\u0584", -1, 1),
|
109
|
-
Among(u"\u0565\u0581\u056B\u0576\u0584", -1, 1),
|
110
|
-
Among(u"\u057E\u0565\u0581\u056B\u0576\u0584", 69, 1)
|
111
|
-
]
|
112
|
-
|
113
|
-
a_2 = [
|
114
|
-
Among(u"\u0578\u0580\u0564", -1, 1),
|
115
|
-
Among(u"\u0578\u0582\u0575\u0569", -1, 1),
|
116
|
-
Among(u"\u0578\u0582\u0570\u056B", -1, 1),
|
117
|
-
Among(u"\u0581\u056B", -1, 1),
|
118
|
-
Among(u"\u056B\u056C", -1, 1),
|
119
|
-
Among(u"\u0561\u056F", -1, 1),
|
120
|
-
Among(u"\u0575\u0561\u056F", 5, 1),
|
121
|
-
Among(u"\u0561\u0576\u0561\u056F", 5, 1),
|
122
|
-
Among(u"\u056B\u056F", -1, 1),
|
123
|
-
Among(u"\u0578\u0582\u056F", -1, 1),
|
124
|
-
Among(u"\u0561\u0576", -1, 1),
|
125
|
-
Among(u"\u057A\u0561\u0576", 10, 1),
|
126
|
-
Among(u"\u057D\u057F\u0561\u0576", 10, 1),
|
127
|
-
Among(u"\u0561\u0580\u0561\u0576", 10, 1),
|
128
|
-
Among(u"\u0565\u0572\u0567\u0576", -1, 1),
|
129
|
-
Among(u"\u0575\u0578\u0582\u0576", -1, 1),
|
130
|
-
Among(u"\u0578\u0582\u0569\u0575\u0578\u0582\u0576", 15, 1),
|
131
|
-
Among(u"\u0561\u056E\u0578", -1, 1),
|
132
|
-
Among(u"\u056B\u0579", -1, 1),
|
133
|
-
Among(u"\u0578\u0582\u057D", -1, 1),
|
134
|
-
Among(u"\u0578\u0582\u057D\u057F", -1, 1),
|
135
|
-
Among(u"\u0563\u0561\u0580", -1, 1),
|
136
|
-
Among(u"\u057E\u0578\u0580", -1, 1),
|
137
|
-
Among(u"\u0561\u057E\u0578\u0580", 22, 1),
|
138
|
-
Among(u"\u0578\u0581", -1, 1),
|
139
|
-
Among(u"\u0561\u0576\u0585\u0581", -1, 1),
|
140
|
-
Among(u"\u0578\u0582", -1, 1),
|
141
|
-
Among(u"\u0584", -1, 1),
|
142
|
-
Among(u"\u0579\u0565\u0584", 27, 1),
|
143
|
-
Among(u"\u056B\u0584", 27, 1),
|
144
|
-
Among(u"\u0561\u056C\u056B\u0584", 29, 1),
|
145
|
-
Among(u"\u0561\u0576\u056B\u0584", 29, 1),
|
146
|
-
Among(u"\u057E\u0561\u056E\u0584", 27, 1),
|
147
|
-
Among(u"\u0578\u0582\u0575\u0584", 27, 1),
|
148
|
-
Among(u"\u0565\u0576\u0584", 27, 1),
|
149
|
-
Among(u"\u0578\u0576\u0584", 27, 1),
|
150
|
-
Among(u"\u0578\u0582\u0576\u0584", 27, 1),
|
151
|
-
Among(u"\u0574\u0578\u0582\u0576\u0584", 36, 1),
|
152
|
-
Among(u"\u056B\u0579\u0584", 27, 1),
|
153
|
-
Among(u"\u0561\u0580\u0584", 27, 1)
|
154
|
-
]
|
155
|
-
|
156
|
-
a_3 = [
|
157
|
-
Among(u"\u057D\u0561", -1, 1),
|
158
|
-
Among(u"\u057E\u0561", -1, 1),
|
159
|
-
Among(u"\u0561\u0574\u0562", -1, 1),
|
160
|
-
Among(u"\u0564", -1, 1),
|
161
|
-
Among(u"\u0561\u0576\u0564", 3, 1),
|
162
|
-
Among(u"\u0578\u0582\u0569\u0575\u0561\u0576\u0564", 4, 1),
|
163
|
-
Among(u"\u057E\u0561\u0576\u0564", 4, 1),
|
164
|
-
Among(u"\u0578\u057B\u0564", 3, 1),
|
165
|
-
Among(u"\u0565\u0580\u0564", 3, 1),
|
166
|
-
Among(u"\u0576\u0565\u0580\u0564", 8, 1),
|
167
|
-
Among(u"\u0578\u0582\u0564", 3, 1),
|
168
|
-
Among(u"\u0568", -1, 1),
|
169
|
-
Among(u"\u0561\u0576\u0568", 11, 1),
|
170
|
-
Among(u"\u0578\u0582\u0569\u0575\u0561\u0576\u0568", 12, 1),
|
171
|
-
Among(u"\u057E\u0561\u0576\u0568", 12, 1),
|
172
|
-
Among(u"\u0578\u057B\u0568", 11, 1),
|
173
|
-
Among(u"\u0565\u0580\u0568", 11, 1),
|
174
|
-
Among(u"\u0576\u0565\u0580\u0568", 16, 1),
|
175
|
-
Among(u"\u056B", -1, 1),
|
176
|
-
Among(u"\u057E\u056B", 18, 1),
|
177
|
-
Among(u"\u0565\u0580\u056B", 18, 1),
|
178
|
-
Among(u"\u0576\u0565\u0580\u056B", 20, 1),
|
179
|
-
Among(u"\u0561\u0576\u0578\u0582\u0574", -1, 1),
|
180
|
-
Among(u"\u0565\u0580\u0578\u0582\u0574", -1, 1),
|
181
|
-
Among(u"\u0576\u0565\u0580\u0578\u0582\u0574", 23, 1),
|
182
|
-
Among(u"\u0576", -1, 1),
|
183
|
-
Among(u"\u0561\u0576", 25, 1),
|
184
|
-
Among(u"\u0578\u0582\u0569\u0575\u0561\u0576", 26, 1),
|
185
|
-
Among(u"\u057E\u0561\u0576", 26, 1),
|
186
|
-
Among(u"\u056B\u0576", 25, 1),
|
187
|
-
Among(u"\u0565\u0580\u056B\u0576", 29, 1),
|
188
|
-
Among(u"\u0576\u0565\u0580\u056B\u0576", 30, 1),
|
189
|
-
Among(u"\u0578\u0582\u0569\u0575\u0561\u0576\u0576", 25, 1),
|
190
|
-
Among(u"\u0565\u0580\u0576", 25, 1),
|
191
|
-
Among(u"\u0576\u0565\u0580\u0576", 33, 1),
|
192
|
-
Among(u"\u0578\u0582\u0576", 25, 1),
|
193
|
-
Among(u"\u0578\u057B", -1, 1),
|
194
|
-
Among(u"\u0578\u0582\u0569\u0575\u0561\u0576\u057D", -1, 1),
|
195
|
-
Among(u"\u057E\u0561\u0576\u057D", -1, 1),
|
196
|
-
Among(u"\u0578\u057B\u057D", -1, 1),
|
197
|
-
Among(u"\u0578\u057E", -1, 1),
|
198
|
-
Among(u"\u0561\u0576\u0578\u057E", 40, 1),
|
199
|
-
Among(u"\u057E\u0578\u057E", 40, 1),
|
200
|
-
Among(u"\u0565\u0580\u0578\u057E", 40, 1),
|
201
|
-
Among(u"\u0576\u0565\u0580\u0578\u057E", 43, 1),
|
202
|
-
Among(u"\u0565\u0580", -1, 1),
|
203
|
-
Among(u"\u0576\u0565\u0580", 45, 1),
|
204
|
-
Among(u"\u0581", -1, 1),
|
205
|
-
Among(u"\u056B\u0581", 47, 1),
|
206
|
-
Among(u"\u057E\u0561\u0576\u056B\u0581", 48, 1),
|
207
|
-
Among(u"\u0578\u057B\u056B\u0581", 48, 1),
|
208
|
-
Among(u"\u057E\u056B\u0581", 48, 1),
|
209
|
-
Among(u"\u0565\u0580\u056B\u0581", 48, 1),
|
210
|
-
Among(u"\u0576\u0565\u0580\u056B\u0581", 52, 1),
|
211
|
-
Among(u"\u0581\u056B\u0581", 48, 1),
|
212
|
-
Among(u"\u0578\u0581", 47, 1),
|
213
|
-
Among(u"\u0578\u0582\u0581", 47, 1)
|
214
|
-
]
|
215
|
-
|
216
|
-
g_v = [209, 4, 128, 0, 18]
|
14
|
+
g_v = {u"ա", u"է", u"ի", u"օ", u"ւ", u"ե", u"ո", u"ը"}
|
217
15
|
|
218
16
|
I_p2 = 0
|
219
17
|
I_pV = 0
|
@@ -223,17 +21,17 @@ class ArmenianStemmer(BaseStemmer):
|
|
223
21
|
self.I_p2 = self.limit
|
224
22
|
v_1 = self.cursor
|
225
23
|
try:
|
226
|
-
if not self.go_out_grouping(ArmenianStemmer.g_v
|
24
|
+
if not self.go_out_grouping(ArmenianStemmer.g_v):
|
227
25
|
raise lab0()
|
228
26
|
self.cursor += 1
|
229
27
|
self.I_pV = self.cursor
|
230
|
-
if not self.go_in_grouping(ArmenianStemmer.g_v
|
28
|
+
if not self.go_in_grouping(ArmenianStemmer.g_v):
|
231
29
|
raise lab0()
|
232
30
|
self.cursor += 1
|
233
|
-
if not self.go_out_grouping(ArmenianStemmer.g_v
|
31
|
+
if not self.go_out_grouping(ArmenianStemmer.g_v):
|
234
32
|
raise lab0()
|
235
33
|
self.cursor += 1
|
236
|
-
if not self.go_in_grouping(ArmenianStemmer.g_v
|
34
|
+
if not self.go_in_grouping(ArmenianStemmer.g_v):
|
237
35
|
raise lab0()
|
238
36
|
self.cursor += 1
|
239
37
|
self.I_p2 = self.cursor
|
@@ -242,9 +40,7 @@ class ArmenianStemmer(BaseStemmer):
|
|
242
40
|
return True
|
243
41
|
|
244
42
|
def __r_R2(self):
|
245
|
-
|
246
|
-
return False
|
247
|
-
return True
|
43
|
+
return self.I_p2 <= self.cursor
|
248
44
|
|
249
45
|
def __r_adjective(self):
|
250
46
|
self.ket = self.cursor
|
@@ -312,5 +108,208 @@ class ArmenianStemmer(BaseStemmer):
|
|
312
108
|
self.cursor = self.limit_backward
|
313
109
|
return True
|
314
110
|
|
111
|
+
a_0 = [
|
112
|
+
Among(u"րորդ", -1, 1),
|
113
|
+
Among(u"երորդ", 0, 1),
|
114
|
+
Among(u"ալի", -1, 1),
|
115
|
+
Among(u"ակի", -1, 1),
|
116
|
+
Among(u"որակ", -1, 1),
|
117
|
+
Among(u"եղ", -1, 1),
|
118
|
+
Among(u"ական", -1, 1),
|
119
|
+
Among(u"արան", -1, 1),
|
120
|
+
Among(u"են", -1, 1),
|
121
|
+
Among(u"եկեն", 8, 1),
|
122
|
+
Among(u"երեն", 8, 1),
|
123
|
+
Among(u"որէն", -1, 1),
|
124
|
+
Among(u"ին", -1, 1),
|
125
|
+
Among(u"գին", 12, 1),
|
126
|
+
Among(u"ովին", 12, 1),
|
127
|
+
Among(u"լայն", -1, 1),
|
128
|
+
Among(u"վուն", -1, 1),
|
129
|
+
Among(u"պես", -1, 1),
|
130
|
+
Among(u"իվ", -1, 1),
|
131
|
+
Among(u"ատ", -1, 1),
|
132
|
+
Among(u"ավետ", -1, 1),
|
133
|
+
Among(u"կոտ", -1, 1),
|
134
|
+
Among(u"բար", -1, 1)
|
135
|
+
]
|
136
|
+
|
137
|
+
a_1 = [
|
138
|
+
Among(u"ա", -1, 1),
|
139
|
+
Among(u"ացա", 0, 1),
|
140
|
+
Among(u"եցա", 0, 1),
|
141
|
+
Among(u"վե", -1, 1),
|
142
|
+
Among(u"ացրի", -1, 1),
|
143
|
+
Among(u"ացի", -1, 1),
|
144
|
+
Among(u"եցի", -1, 1),
|
145
|
+
Among(u"վեցի", 6, 1),
|
146
|
+
Among(u"ալ", -1, 1),
|
147
|
+
Among(u"ըալ", 8, 1),
|
148
|
+
Among(u"անալ", 8, 1),
|
149
|
+
Among(u"ենալ", 8, 1),
|
150
|
+
Among(u"ացնալ", 8, 1),
|
151
|
+
Among(u"ել", -1, 1),
|
152
|
+
Among(u"ըել", 13, 1),
|
153
|
+
Among(u"նել", 13, 1),
|
154
|
+
Among(u"ցնել", 15, 1),
|
155
|
+
Among(u"եցնել", 16, 1),
|
156
|
+
Among(u"չել", 13, 1),
|
157
|
+
Among(u"վել", 13, 1),
|
158
|
+
Among(u"ացվել", 19, 1),
|
159
|
+
Among(u"եցվել", 19, 1),
|
160
|
+
Among(u"տել", 13, 1),
|
161
|
+
Among(u"ատել", 22, 1),
|
162
|
+
Among(u"ոտել", 22, 1),
|
163
|
+
Among(u"կոտել", 24, 1),
|
164
|
+
Among(u"ված", -1, 1),
|
165
|
+
Among(u"ում", -1, 1),
|
166
|
+
Among(u"վում", 27, 1),
|
167
|
+
Among(u"ան", -1, 1),
|
168
|
+
Among(u"ցան", 29, 1),
|
169
|
+
Among(u"ացան", 30, 1),
|
170
|
+
Among(u"ացրին", -1, 1),
|
171
|
+
Among(u"ացին", -1, 1),
|
172
|
+
Among(u"եցին", -1, 1),
|
173
|
+
Among(u"վեցին", 34, 1),
|
174
|
+
Among(u"ալիս", -1, 1),
|
175
|
+
Among(u"ելիս", -1, 1),
|
176
|
+
Among(u"ավ", -1, 1),
|
177
|
+
Among(u"ացավ", 38, 1),
|
178
|
+
Among(u"եցավ", 38, 1),
|
179
|
+
Among(u"ալով", -1, 1),
|
180
|
+
Among(u"ելով", -1, 1),
|
181
|
+
Among(u"ար", -1, 1),
|
182
|
+
Among(u"ացար", 43, 1),
|
183
|
+
Among(u"եցար", 43, 1),
|
184
|
+
Among(u"ացրիր", -1, 1),
|
185
|
+
Among(u"ացիր", -1, 1),
|
186
|
+
Among(u"եցիր", -1, 1),
|
187
|
+
Among(u"վեցիր", 48, 1),
|
188
|
+
Among(u"աց", -1, 1),
|
189
|
+
Among(u"եց", -1, 1),
|
190
|
+
Among(u"ացրեց", 51, 1),
|
191
|
+
Among(u"ալուց", -1, 1),
|
192
|
+
Among(u"ելուց", -1, 1),
|
193
|
+
Among(u"ալու", -1, 1),
|
194
|
+
Among(u"ելու", -1, 1),
|
195
|
+
Among(u"աք", -1, 1),
|
196
|
+
Among(u"ցաք", 57, 1),
|
197
|
+
Among(u"ացաք", 58, 1),
|
198
|
+
Among(u"ացրիք", -1, 1),
|
199
|
+
Among(u"ացիք", -1, 1),
|
200
|
+
Among(u"եցիք", -1, 1),
|
201
|
+
Among(u"վեցիք", 62, 1),
|
202
|
+
Among(u"անք", -1, 1),
|
203
|
+
Among(u"ցանք", 64, 1),
|
204
|
+
Among(u"ացանք", 65, 1),
|
205
|
+
Among(u"ացրինք", -1, 1),
|
206
|
+
Among(u"ացինք", -1, 1),
|
207
|
+
Among(u"եցինք", -1, 1),
|
208
|
+
Among(u"վեցինք", 69, 1)
|
209
|
+
]
|
210
|
+
|
211
|
+
a_2 = [
|
212
|
+
Among(u"որդ", -1, 1),
|
213
|
+
Among(u"ույթ", -1, 1),
|
214
|
+
Among(u"ուհի", -1, 1),
|
215
|
+
Among(u"ցի", -1, 1),
|
216
|
+
Among(u"իլ", -1, 1),
|
217
|
+
Among(u"ակ", -1, 1),
|
218
|
+
Among(u"յակ", 5, 1),
|
219
|
+
Among(u"անակ", 5, 1),
|
220
|
+
Among(u"իկ", -1, 1),
|
221
|
+
Among(u"ուկ", -1, 1),
|
222
|
+
Among(u"ան", -1, 1),
|
223
|
+
Among(u"պան", 10, 1),
|
224
|
+
Among(u"ստան", 10, 1),
|
225
|
+
Among(u"արան", 10, 1),
|
226
|
+
Among(u"եղէն", -1, 1),
|
227
|
+
Among(u"յուն", -1, 1),
|
228
|
+
Among(u"ություն", 15, 1),
|
229
|
+
Among(u"ածո", -1, 1),
|
230
|
+
Among(u"իչ", -1, 1),
|
231
|
+
Among(u"ուս", -1, 1),
|
232
|
+
Among(u"ուստ", -1, 1),
|
233
|
+
Among(u"գար", -1, 1),
|
234
|
+
Among(u"վոր", -1, 1),
|
235
|
+
Among(u"ավոր", 22, 1),
|
236
|
+
Among(u"ոց", -1, 1),
|
237
|
+
Among(u"անօց", -1, 1),
|
238
|
+
Among(u"ու", -1, 1),
|
239
|
+
Among(u"ք", -1, 1),
|
240
|
+
Among(u"չեք", 27, 1),
|
241
|
+
Among(u"իք", 27, 1),
|
242
|
+
Among(u"ալիք", 29, 1),
|
243
|
+
Among(u"անիք", 29, 1),
|
244
|
+
Among(u"վածք", 27, 1),
|
245
|
+
Among(u"ույք", 27, 1),
|
246
|
+
Among(u"ենք", 27, 1),
|
247
|
+
Among(u"ոնք", 27, 1),
|
248
|
+
Among(u"ունք", 27, 1),
|
249
|
+
Among(u"մունք", 36, 1),
|
250
|
+
Among(u"իչք", 27, 1),
|
251
|
+
Among(u"արք", 27, 1)
|
252
|
+
]
|
253
|
+
|
254
|
+
a_3 = [
|
255
|
+
Among(u"սա", -1, 1),
|
256
|
+
Among(u"վա", -1, 1),
|
257
|
+
Among(u"ամբ", -1, 1),
|
258
|
+
Among(u"դ", -1, 1),
|
259
|
+
Among(u"անդ", 3, 1),
|
260
|
+
Among(u"ությանդ", 4, 1),
|
261
|
+
Among(u"վանդ", 4, 1),
|
262
|
+
Among(u"ոջդ", 3, 1),
|
263
|
+
Among(u"երդ", 3, 1),
|
264
|
+
Among(u"ներդ", 8, 1),
|
265
|
+
Among(u"ուդ", 3, 1),
|
266
|
+
Among(u"ը", -1, 1),
|
267
|
+
Among(u"անը", 11, 1),
|
268
|
+
Among(u"ությանը", 12, 1),
|
269
|
+
Among(u"վանը", 12, 1),
|
270
|
+
Among(u"ոջը", 11, 1),
|
271
|
+
Among(u"երը", 11, 1),
|
272
|
+
Among(u"ները", 16, 1),
|
273
|
+
Among(u"ի", -1, 1),
|
274
|
+
Among(u"վի", 18, 1),
|
275
|
+
Among(u"երի", 18, 1),
|
276
|
+
Among(u"ների", 20, 1),
|
277
|
+
Among(u"անում", -1, 1),
|
278
|
+
Among(u"երում", -1, 1),
|
279
|
+
Among(u"ներում", 23, 1),
|
280
|
+
Among(u"ն", -1, 1),
|
281
|
+
Among(u"ան", 25, 1),
|
282
|
+
Among(u"ության", 26, 1),
|
283
|
+
Among(u"վան", 26, 1),
|
284
|
+
Among(u"ին", 25, 1),
|
285
|
+
Among(u"երին", 29, 1),
|
286
|
+
Among(u"ներին", 30, 1),
|
287
|
+
Among(u"ությանն", 25, 1),
|
288
|
+
Among(u"երն", 25, 1),
|
289
|
+
Among(u"ներն", 33, 1),
|
290
|
+
Among(u"ուն", 25, 1),
|
291
|
+
Among(u"ոջ", -1, 1),
|
292
|
+
Among(u"ությանս", -1, 1),
|
293
|
+
Among(u"վանս", -1, 1),
|
294
|
+
Among(u"ոջս", -1, 1),
|
295
|
+
Among(u"ով", -1, 1),
|
296
|
+
Among(u"անով", 40, 1),
|
297
|
+
Among(u"վով", 40, 1),
|
298
|
+
Among(u"երով", 40, 1),
|
299
|
+
Among(u"ներով", 43, 1),
|
300
|
+
Among(u"եր", -1, 1),
|
301
|
+
Among(u"ներ", 45, 1),
|
302
|
+
Among(u"ց", -1, 1),
|
303
|
+
Among(u"ից", 47, 1),
|
304
|
+
Among(u"վանից", 48, 1),
|
305
|
+
Among(u"ոջից", 48, 1),
|
306
|
+
Among(u"վից", 48, 1),
|
307
|
+
Among(u"երից", 48, 1),
|
308
|
+
Among(u"ներից", 52, 1),
|
309
|
+
Among(u"ցից", 48, 1),
|
310
|
+
Among(u"ոց", 47, 1),
|
311
|
+
Among(u"ուց", 47, 1)
|
312
|
+
]
|
313
|
+
|
315
314
|
|
316
315
|
class lab0(BaseException): pass
|
@@ -27,95 +27,63 @@ class BaseStemmer(object):
|
|
27
27
|
self.bra = other.bra
|
28
28
|
self.ket = other.ket
|
29
29
|
|
30
|
-
def in_grouping(self, s
|
30
|
+
def in_grouping(self, s):
|
31
31
|
if self.cursor >= self.limit:
|
32
32
|
return False
|
33
|
-
|
34
|
-
if ch > max or ch < min:
|
35
|
-
return False
|
36
|
-
ch -= min
|
37
|
-
if (s[ch >> 3] & (0x1 << (ch & 0x7))) == 0:
|
33
|
+
if self.current[self.cursor] not in s:
|
38
34
|
return False
|
39
35
|
self.cursor += 1
|
40
36
|
return True
|
41
37
|
|
42
|
-
def go_in_grouping(self, s
|
38
|
+
def go_in_grouping(self, s):
|
43
39
|
while self.cursor < self.limit:
|
44
|
-
|
45
|
-
if ch > max or ch < min:
|
46
|
-
return True
|
47
|
-
ch -= min
|
48
|
-
if (s[ch >> 3] & (0x1 << (ch & 0x7))) == 0:
|
40
|
+
if self.current[self.cursor] not in s:
|
49
41
|
return True
|
50
42
|
self.cursor += 1
|
51
43
|
return False
|
52
44
|
|
53
|
-
def in_grouping_b(self, s
|
45
|
+
def in_grouping_b(self, s):
|
54
46
|
if self.cursor <= self.limit_backward:
|
55
47
|
return False
|
56
|
-
|
57
|
-
if ch > max or ch < min:
|
58
|
-
return False
|
59
|
-
ch -= min
|
60
|
-
if (s[ch >> 3] & (0x1 << (ch & 0x7))) == 0:
|
48
|
+
if self.current[self.cursor - 1] not in s:
|
61
49
|
return False
|
62
50
|
self.cursor -= 1
|
63
51
|
return True
|
64
52
|
|
65
|
-
def go_in_grouping_b(self, s
|
53
|
+
def go_in_grouping_b(self, s):
|
66
54
|
while self.cursor > self.limit_backward:
|
67
|
-
|
68
|
-
if ch > max or ch < min:
|
69
|
-
return True
|
70
|
-
ch -= min
|
71
|
-
if (s[ch >> 3] & (0x1 << (ch & 0x7))) == 0:
|
55
|
+
if self.current[self.cursor - 1] not in s:
|
72
56
|
return True
|
73
57
|
self.cursor -= 1
|
74
58
|
return False
|
75
59
|
|
76
|
-
def out_grouping(self, s
|
60
|
+
def out_grouping(self, s):
|
77
61
|
if self.cursor >= self.limit:
|
78
62
|
return False
|
79
|
-
|
80
|
-
if ch > max or ch < min:
|
81
|
-
self.cursor += 1
|
82
|
-
return True
|
83
|
-
ch -= min
|
84
|
-
if (s[ch >> 3] & (0X1 << (ch & 0x7))) == 0:
|
63
|
+
if self.current[self.cursor] not in s:
|
85
64
|
self.cursor += 1
|
86
65
|
return True
|
87
66
|
return False
|
88
67
|
|
89
|
-
def go_out_grouping(self, s
|
68
|
+
def go_out_grouping(self, s):
|
90
69
|
while self.cursor < self.limit:
|
91
|
-
|
92
|
-
|
93
|
-
ch -= min
|
94
|
-
if (s[ch >> 3] & (0X1 << (ch & 0x7))):
|
95
|
-
return True
|
70
|
+
if self.current[self.cursor] in s:
|
71
|
+
return True
|
96
72
|
self.cursor += 1
|
97
73
|
return False
|
98
74
|
|
99
|
-
def out_grouping_b(self, s
|
75
|
+
def out_grouping_b(self, s):
|
100
76
|
if self.cursor <= self.limit_backward:
|
101
77
|
return False
|
102
|
-
|
103
|
-
if ch > max or ch < min:
|
104
|
-
self.cursor -= 1
|
105
|
-
return True
|
106
|
-
ch -= min
|
107
|
-
if (s[ch >> 3] & (0X1 << (ch & 0x7))) == 0:
|
78
|
+
if self.current[self.cursor - 1] not in s:
|
108
79
|
self.cursor -= 1
|
109
80
|
return True
|
110
81
|
return False
|
111
82
|
|
112
|
-
def go_out_grouping_b(self, s
|
83
|
+
def go_out_grouping_b(self, s):
|
113
84
|
while self.cursor > self.limit_backward:
|
114
|
-
|
115
|
-
|
116
|
-
ch -= min
|
117
|
-
if (s[ch >> 3] & (0X1 << (ch & 0x7))):
|
118
|
-
return True
|
85
|
+
if self.current[self.cursor - 1] in s:
|
86
|
+
return True
|
119
87
|
self.cursor -= 1
|
120
88
|
return False
|
121
89
|
|
@@ -183,8 +151,7 @@ class BaseStemmer(object):
|
|
183
151
|
self.cursor = c + len(w.s)
|
184
152
|
if w.method is None:
|
185
153
|
return w.result
|
186
|
-
|
187
|
-
res = method()
|
154
|
+
res = w.method(self)
|
188
155
|
self.cursor = c + len(w.s)
|
189
156
|
if res:
|
190
157
|
return w.result
|
@@ -241,8 +208,7 @@ class BaseStemmer(object):
|
|
241
208
|
self.cursor = c - len(w.s)
|
242
209
|
if w.method is None:
|
243
210
|
return w.result
|
244
|
-
|
245
|
-
res = method()
|
211
|
+
res = w.method(self)
|
246
212
|
self.cursor = c - len(w.s)
|
247
213
|
if res:
|
248
214
|
return w.result
|