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 greek.sbl by Snowball 3.0.1 - https://snowballstem.org/
|
2
3
|
|
3
4
|
from .basestemmer import BaseStemmer
|
4
5
|
from .among import Among
|
@@ -7,1131 +8,17 @@ from .among import Among
|
|
7
8
|
class GreekStemmer(BaseStemmer):
|
8
9
|
'''
|
9
10
|
This class implements the stemming algorithm defined by a snowball script.
|
10
|
-
Generated by Snowball
|
11
|
+
Generated from greek.sbl by Snowball 3.0.1 - https://snowballstem.org/
|
11
12
|
'''
|
12
13
|
|
13
|
-
|
14
|
-
Among(u"", -1, 25),
|
15
|
-
Among(u"\u0386", 0, 1),
|
16
|
-
Among(u"\u0388", 0, 5),
|
17
|
-
Among(u"\u0389", 0, 7),
|
18
|
-
Among(u"\u038A", 0, 9),
|
19
|
-
Among(u"\u038C", 0, 15),
|
20
|
-
Among(u"\u038E", 0, 20),
|
21
|
-
Among(u"\u038F", 0, 24),
|
22
|
-
Among(u"\u0390", 0, 7),
|
23
|
-
Among(u"\u0391", 0, 1),
|
24
|
-
Among(u"\u0392", 0, 2),
|
25
|
-
Among(u"\u0393", 0, 3),
|
26
|
-
Among(u"\u0394", 0, 4),
|
27
|
-
Among(u"\u0395", 0, 5),
|
28
|
-
Among(u"\u0396", 0, 6),
|
29
|
-
Among(u"\u0397", 0, 7),
|
30
|
-
Among(u"\u0398", 0, 8),
|
31
|
-
Among(u"\u0399", 0, 9),
|
32
|
-
Among(u"\u039A", 0, 10),
|
33
|
-
Among(u"\u039B", 0, 11),
|
34
|
-
Among(u"\u039C", 0, 12),
|
35
|
-
Among(u"\u039D", 0, 13),
|
36
|
-
Among(u"\u039E", 0, 14),
|
37
|
-
Among(u"\u039F", 0, 15),
|
38
|
-
Among(u"\u03A0", 0, 16),
|
39
|
-
Among(u"\u03A1", 0, 17),
|
40
|
-
Among(u"\u03A3", 0, 18),
|
41
|
-
Among(u"\u03A4", 0, 19),
|
42
|
-
Among(u"\u03A5", 0, 20),
|
43
|
-
Among(u"\u03A6", 0, 21),
|
44
|
-
Among(u"\u03A7", 0, 22),
|
45
|
-
Among(u"\u03A8", 0, 23),
|
46
|
-
Among(u"\u03A9", 0, 24),
|
47
|
-
Among(u"\u03AA", 0, 9),
|
48
|
-
Among(u"\u03AB", 0, 20),
|
49
|
-
Among(u"\u03AC", 0, 1),
|
50
|
-
Among(u"\u03AD", 0, 5),
|
51
|
-
Among(u"\u03AE", 0, 7),
|
52
|
-
Among(u"\u03AF", 0, 9),
|
53
|
-
Among(u"\u03B0", 0, 20),
|
54
|
-
Among(u"\u03C2", 0, 18),
|
55
|
-
Among(u"\u03CA", 0, 7),
|
56
|
-
Among(u"\u03CB", 0, 20),
|
57
|
-
Among(u"\u03CC", 0, 15),
|
58
|
-
Among(u"\u03CD", 0, 20),
|
59
|
-
Among(u"\u03CE", 0, 24)
|
60
|
-
]
|
61
|
-
|
62
|
-
a_1 = [
|
63
|
-
Among(u"\u03C3\u03BA\u03B1\u03B3\u03B9\u03B1", -1, 2),
|
64
|
-
Among(u"\u03C6\u03B1\u03B3\u03B9\u03B1", -1, 1),
|
65
|
-
Among(u"\u03BF\u03BB\u03BF\u03B3\u03B9\u03B1", -1, 3),
|
66
|
-
Among(u"\u03C3\u03BF\u03B3\u03B9\u03B1", -1, 4),
|
67
|
-
Among(u"\u03C4\u03B1\u03C4\u03BF\u03B3\u03B9\u03B1", -1, 5),
|
68
|
-
Among(u"\u03BA\u03C1\u03B5\u03B1\u03C4\u03B1", -1, 6),
|
69
|
-
Among(u"\u03C0\u03B5\u03C1\u03B1\u03C4\u03B1", -1, 7),
|
70
|
-
Among(u"\u03C4\u03B5\u03C1\u03B1\u03C4\u03B1", -1, 8),
|
71
|
-
Among(u"\u03B3\u03B5\u03B3\u03BF\u03BD\u03BF\u03C4\u03B1", -1, 11),
|
72
|
-
Among(u"\u03BA\u03B1\u03B8\u03B5\u03C3\u03C4\u03C9\u03C4\u03B1", -1, 10),
|
73
|
-
Among(u"\u03C6\u03C9\u03C4\u03B1", -1, 9),
|
74
|
-
Among(u"\u03C0\u03B5\u03C1\u03B1\u03C4\u03B7", -1, 7),
|
75
|
-
Among(u"\u03C3\u03BA\u03B1\u03B3\u03B9\u03C9\u03BD", -1, 2),
|
76
|
-
Among(u"\u03C6\u03B1\u03B3\u03B9\u03C9\u03BD", -1, 1),
|
77
|
-
Among(u"\u03BF\u03BB\u03BF\u03B3\u03B9\u03C9\u03BD", -1, 3),
|
78
|
-
Among(u"\u03C3\u03BF\u03B3\u03B9\u03C9\u03BD", -1, 4),
|
79
|
-
Among(u"\u03C4\u03B1\u03C4\u03BF\u03B3\u03B9\u03C9\u03BD", -1, 5),
|
80
|
-
Among(u"\u03BA\u03C1\u03B5\u03B1\u03C4\u03C9\u03BD", -1, 6),
|
81
|
-
Among(u"\u03C0\u03B5\u03C1\u03B1\u03C4\u03C9\u03BD", -1, 7),
|
82
|
-
Among(u"\u03C4\u03B5\u03C1\u03B1\u03C4\u03C9\u03BD", -1, 8),
|
83
|
-
Among(u"\u03B3\u03B5\u03B3\u03BF\u03BD\u03BF\u03C4\u03C9\u03BD", -1, 11),
|
84
|
-
Among(u"\u03BA\u03B1\u03B8\u03B5\u03C3\u03C4\u03C9\u03C4\u03C9\u03BD", -1, 10),
|
85
|
-
Among(u"\u03C6\u03C9\u03C4\u03C9\u03BD", -1, 9),
|
86
|
-
Among(u"\u03BA\u03C1\u03B5\u03B1\u03C3", -1, 6),
|
87
|
-
Among(u"\u03C0\u03B5\u03C1\u03B1\u03C3", -1, 7),
|
88
|
-
Among(u"\u03C4\u03B5\u03C1\u03B1\u03C3", -1, 8),
|
89
|
-
Among(u"\u03B3\u03B5\u03B3\u03BF\u03BD\u03BF\u03C3", -1, 11),
|
90
|
-
Among(u"\u03BA\u03C1\u03B5\u03B1\u03C4\u03BF\u03C3", -1, 6),
|
91
|
-
Among(u"\u03C0\u03B5\u03C1\u03B1\u03C4\u03BF\u03C3", -1, 7),
|
92
|
-
Among(u"\u03C4\u03B5\u03C1\u03B1\u03C4\u03BF\u03C3", -1, 8),
|
93
|
-
Among(u"\u03B3\u03B5\u03B3\u03BF\u03BD\u03BF\u03C4\u03BF\u03C3", -1, 11),
|
94
|
-
Among(u"\u03BA\u03B1\u03B8\u03B5\u03C3\u03C4\u03C9\u03C4\u03BF\u03C3", -1, 10),
|
95
|
-
Among(u"\u03C6\u03C9\u03C4\u03BF\u03C3", -1, 9),
|
96
|
-
Among(u"\u03BA\u03B1\u03B8\u03B5\u03C3\u03C4\u03C9\u03C3", -1, 10),
|
97
|
-
Among(u"\u03C6\u03C9\u03C3", -1, 9),
|
98
|
-
Among(u"\u03C3\u03BA\u03B1\u03B3\u03B9\u03BF\u03C5", -1, 2),
|
99
|
-
Among(u"\u03C6\u03B1\u03B3\u03B9\u03BF\u03C5", -1, 1),
|
100
|
-
Among(u"\u03BF\u03BB\u03BF\u03B3\u03B9\u03BF\u03C5", -1, 3),
|
101
|
-
Among(u"\u03C3\u03BF\u03B3\u03B9\u03BF\u03C5", -1, 4),
|
102
|
-
Among(u"\u03C4\u03B1\u03C4\u03BF\u03B3\u03B9\u03BF\u03C5", -1, 5)
|
103
|
-
]
|
104
|
-
|
105
|
-
a_2 = [
|
106
|
-
Among(u"\u03C0\u03B1", -1, 1),
|
107
|
-
Among(u"\u03BE\u03B1\u03BD\u03B1\u03C0\u03B1", 0, 1),
|
108
|
-
Among(u"\u03B5\u03C0\u03B1", 0, 1),
|
109
|
-
Among(u"\u03C0\u03B5\u03C1\u03B9\u03C0\u03B1", 0, 1),
|
110
|
-
Among(u"\u03B1\u03BD\u03B1\u03BC\u03C0\u03B1", 0, 1),
|
111
|
-
Among(u"\u03B5\u03BC\u03C0\u03B1", 0, 1),
|
112
|
-
Among(u"\u03B2", -1, 2),
|
113
|
-
Among(u"\u03B4\u03B1\u03BD\u03B5", -1, 1),
|
114
|
-
Among(u"\u03B2\u03B1\u03B8\u03C5\u03C1\u03B9", -1, 2),
|
115
|
-
Among(u"\u03B2\u03B1\u03C1\u03BA", -1, 2),
|
116
|
-
Among(u"\u03BC\u03B1\u03C1\u03BA", -1, 2),
|
117
|
-
Among(u"\u03BB", -1, 2),
|
118
|
-
Among(u"\u03BC", -1, 2),
|
119
|
-
Among(u"\u03BA\u03BF\u03C1\u03BD", -1, 2),
|
120
|
-
Among(u"\u03B1\u03B8\u03C1\u03BF", -1, 1),
|
121
|
-
Among(u"\u03C3\u03C5\u03BD\u03B1\u03B8\u03C1\u03BF", 14, 1),
|
122
|
-
Among(u"\u03C0", -1, 2),
|
123
|
-
Among(u"\u03B9\u03BC\u03C0", 16, 2),
|
124
|
-
Among(u"\u03C1", -1, 2),
|
125
|
-
Among(u"\u03BC\u03B1\u03C1", 18, 2),
|
126
|
-
Among(u"\u03B1\u03BC\u03C0\u03B1\u03C1", 18, 2),
|
127
|
-
Among(u"\u03B3\u03BA\u03C1", 18, 2),
|
128
|
-
Among(u"\u03B2\u03BF\u03BB\u03B2\u03BF\u03C1", 18, 2),
|
129
|
-
Among(u"\u03B3\u03BB\u03C5\u03BA\u03BF\u03C1", 18, 2),
|
130
|
-
Among(u"\u03C0\u03B9\u03C0\u03B5\u03C1\u03BF\u03C1", 18, 2),
|
131
|
-
Among(u"\u03C0\u03C1", 18, 2),
|
132
|
-
Among(u"\u03BC\u03C0\u03C1", 25, 2),
|
133
|
-
Among(u"\u03B1\u03C1\u03C1", 18, 2),
|
134
|
-
Among(u"\u03B3\u03BB\u03C5\u03BA\u03C5\u03C1", 18, 2),
|
135
|
-
Among(u"\u03C0\u03BF\u03BB\u03C5\u03C1", 18, 2),
|
136
|
-
Among(u"\u03BB\u03BF\u03C5", -1, 2)
|
137
|
-
]
|
138
|
-
|
139
|
-
a_3 = [
|
140
|
-
Among(u"\u03B9\u03B6\u03B1", -1, 1),
|
141
|
-
Among(u"\u03B9\u03B6\u03B5", -1, 1),
|
142
|
-
Among(u"\u03B9\u03B6\u03B1\u03BC\u03B5", -1, 1),
|
143
|
-
Among(u"\u03B9\u03B6\u03BF\u03C5\u03BC\u03B5", -1, 1),
|
144
|
-
Among(u"\u03B9\u03B6\u03B1\u03BD\u03B5", -1, 1),
|
145
|
-
Among(u"\u03B9\u03B6\u03BF\u03C5\u03BD\u03B5", -1, 1),
|
146
|
-
Among(u"\u03B9\u03B6\u03B1\u03C4\u03B5", -1, 1),
|
147
|
-
Among(u"\u03B9\u03B6\u03B5\u03C4\u03B5", -1, 1),
|
148
|
-
Among(u"\u03B9\u03B6\u03B5\u03B9", -1, 1),
|
149
|
-
Among(u"\u03B9\u03B6\u03B1\u03BD", -1, 1),
|
150
|
-
Among(u"\u03B9\u03B6\u03BF\u03C5\u03BD", -1, 1),
|
151
|
-
Among(u"\u03B9\u03B6\u03B5\u03C3", -1, 1),
|
152
|
-
Among(u"\u03B9\u03B6\u03B5\u03B9\u03C3", -1, 1),
|
153
|
-
Among(u"\u03B9\u03B6\u03C9", -1, 1)
|
154
|
-
]
|
155
|
-
|
156
|
-
a_4 = [
|
157
|
-
Among(u"\u03B2\u03B9", -1, 1),
|
158
|
-
Among(u"\u03BB\u03B9", -1, 1),
|
159
|
-
Among(u"\u03B1\u03BB", -1, 1),
|
160
|
-
Among(u"\u03B5\u03BD", -1, 1),
|
161
|
-
Among(u"\u03C3", -1, 1),
|
162
|
-
Among(u"\u03C7", -1, 1),
|
163
|
-
Among(u"\u03C5\u03C8", -1, 1),
|
164
|
-
Among(u"\u03B6\u03C9", -1, 1)
|
165
|
-
]
|
166
|
-
|
167
|
-
a_5 = [
|
168
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B1", -1, 1),
|
169
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B5", -1, 1),
|
170
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B1\u03BC\u03B5", -1, 1),
|
171
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B1\u03BD\u03B5", -1, 1),
|
172
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B1\u03C4\u03B5", -1, 1),
|
173
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B1\u03BD", -1, 1),
|
174
|
-
Among(u"\u03C9\u03B8\u03B7\u03BA\u03B5\u03C3", -1, 1)
|
175
|
-
]
|
176
|
-
|
177
|
-
a_6 = [
|
178
|
-
Among(u"\u03BE\u03B1\u03BD\u03B1\u03C0\u03B1", -1, 1),
|
179
|
-
Among(u"\u03B5\u03C0\u03B1", -1, 1),
|
180
|
-
Among(u"\u03C0\u03B5\u03C1\u03B9\u03C0\u03B1", -1, 1),
|
181
|
-
Among(u"\u03B1\u03BD\u03B1\u03BC\u03C0\u03B1", -1, 1),
|
182
|
-
Among(u"\u03B5\u03BC\u03C0\u03B1", -1, 1),
|
183
|
-
Among(u"\u03C7\u03B1\u03C1\u03C4\u03BF\u03C0\u03B1", -1, 1),
|
184
|
-
Among(u"\u03B5\u03BE\u03B1\u03C1\u03C7\u03B1", -1, 1),
|
185
|
-
Among(u"\u03B3\u03B5", -1, 2),
|
186
|
-
Among(u"\u03B3\u03BA\u03B5", -1, 2),
|
187
|
-
Among(u"\u03BA\u03BB\u03B5", -1, 1),
|
188
|
-
Among(u"\u03B5\u03BA\u03BB\u03B5", 9, 1),
|
189
|
-
Among(u"\u03B1\u03C0\u03B5\u03BA\u03BB\u03B5", 10, 1),
|
190
|
-
Among(u"\u03B1\u03C0\u03BF\u03BA\u03BB\u03B5", 9, 1),
|
191
|
-
Among(u"\u03B5\u03C3\u03C9\u03BA\u03BB\u03B5", 9, 1),
|
192
|
-
Among(u"\u03B4\u03B1\u03BD\u03B5", -1, 1),
|
193
|
-
Among(u"\u03C0\u03B5", -1, 1),
|
194
|
-
Among(u"\u03B5\u03C0\u03B5", 15, 1),
|
195
|
-
Among(u"\u03BC\u03B5\u03C4\u03B5\u03C0\u03B5", 16, 1),
|
196
|
-
Among(u"\u03B5\u03C3\u03B5", -1, 1),
|
197
|
-
Among(u"\u03B3\u03BA", -1, 2),
|
198
|
-
Among(u"\u03BC", -1, 2),
|
199
|
-
Among(u"\u03C0\u03BF\u03C5\u03BA\u03B1\u03BC", 20, 2),
|
200
|
-
Among(u"\u03BA\u03BF\u03BC", 20, 2),
|
201
|
-
Among(u"\u03B1\u03BD", -1, 2),
|
202
|
-
Among(u"\u03BF\u03BB\u03BF", -1, 2),
|
203
|
-
Among(u"\u03B1\u03B8\u03C1\u03BF", -1, 1),
|
204
|
-
Among(u"\u03C3\u03C5\u03BD\u03B1\u03B8\u03C1\u03BF", 25, 1),
|
205
|
-
Among(u"\u03C0", -1, 2),
|
206
|
-
Among(u"\u03BB\u03B1\u03C1", -1, 2),
|
207
|
-
Among(u"\u03B4\u03B7\u03BC\u03BF\u03BA\u03C1\u03B1\u03C4", -1, 2),
|
208
|
-
Among(u"\u03B1\u03C6", -1, 2),
|
209
|
-
Among(u"\u03B3\u03B9\u03B3\u03B1\u03BD\u03C4\u03BF\u03B1\u03C6", 30, 2)
|
210
|
-
]
|
211
|
-
|
212
|
-
a_7 = [
|
213
|
-
Among(u"\u03B9\u03C3\u03B1", -1, 1),
|
214
|
-
Among(u"\u03B9\u03C3\u03B1\u03BC\u03B5", -1, 1),
|
215
|
-
Among(u"\u03B9\u03C3\u03B1\u03BD\u03B5", -1, 1),
|
216
|
-
Among(u"\u03B9\u03C3\u03B5", -1, 1),
|
217
|
-
Among(u"\u03B9\u03C3\u03B1\u03C4\u03B5", -1, 1),
|
218
|
-
Among(u"\u03B9\u03C3\u03B1\u03BD", -1, 1),
|
219
|
-
Among(u"\u03B9\u03C3\u03B5\u03C3", -1, 1)
|
220
|
-
]
|
221
|
-
|
222
|
-
a_8 = [
|
223
|
-
Among(u"\u03BE\u03B1\u03BD\u03B1\u03C0\u03B1", -1, 1),
|
224
|
-
Among(u"\u03B5\u03C0\u03B1", -1, 1),
|
225
|
-
Among(u"\u03C0\u03B5\u03C1\u03B9\u03C0\u03B1", -1, 1),
|
226
|
-
Among(u"\u03B1\u03BD\u03B1\u03BC\u03C0\u03B1", -1, 1),
|
227
|
-
Among(u"\u03B5\u03BC\u03C0\u03B1", -1, 1),
|
228
|
-
Among(u"\u03C7\u03B1\u03C1\u03C4\u03BF\u03C0\u03B1", -1, 1),
|
229
|
-
Among(u"\u03B5\u03BE\u03B1\u03C1\u03C7\u03B1", -1, 1),
|
230
|
-
Among(u"\u03BA\u03BB\u03B5", -1, 1),
|
231
|
-
Among(u"\u03B5\u03BA\u03BB\u03B5", 7, 1),
|
232
|
-
Among(u"\u03B1\u03C0\u03B5\u03BA\u03BB\u03B5", 8, 1),
|
233
|
-
Among(u"\u03B1\u03C0\u03BF\u03BA\u03BB\u03B5", 7, 1),
|
234
|
-
Among(u"\u03B5\u03C3\u03C9\u03BA\u03BB\u03B5", 7, 1),
|
235
|
-
Among(u"\u03B4\u03B1\u03BD\u03B5", -1, 1),
|
236
|
-
Among(u"\u03C0\u03B5", -1, 1),
|
237
|
-
Among(u"\u03B5\u03C0\u03B5", 13, 1),
|
238
|
-
Among(u"\u03BC\u03B5\u03C4\u03B5\u03C0\u03B5", 14, 1),
|
239
|
-
Among(u"\u03B5\u03C3\u03B5", -1, 1),
|
240
|
-
Among(u"\u03B1\u03B8\u03C1\u03BF", -1, 1),
|
241
|
-
Among(u"\u03C3\u03C5\u03BD\u03B1\u03B8\u03C1\u03BF", 17, 1)
|
242
|
-
]
|
243
|
-
|
244
|
-
a_9 = [
|
245
|
-
Among(u"\u03B9\u03C3\u03BF\u03C5\u03BC\u03B5", -1, 1),
|
246
|
-
Among(u"\u03B9\u03C3\u03BF\u03C5\u03BD\u03B5", -1, 1),
|
247
|
-
Among(u"\u03B9\u03C3\u03B5\u03C4\u03B5", -1, 1),
|
248
|
-
Among(u"\u03B9\u03C3\u03B5\u03B9", -1, 1),
|
249
|
-
Among(u"\u03B9\u03C3\u03BF\u03C5\u03BD", -1, 1),
|
250
|
-
Among(u"\u03B9\u03C3\u03B5\u03B9\u03C3", -1, 1),
|
251
|
-
Among(u"\u03B9\u03C3\u03C9", -1, 1)
|
252
|
-
]
|
253
|
-
|
254
|
-
a_10 = [
|
255
|
-
Among(u"\u03B1\u03C4\u03B1", -1, 2),
|
256
|
-
Among(u"\u03C6\u03B1", -1, 2),
|
257
|
-
Among(u"\u03B7\u03C6\u03B1", 1, 2),
|
258
|
-
Among(u"\u03BC\u03B5\u03B3", -1, 2),
|
259
|
-
Among(u"\u03BB\u03C5\u03B3", -1, 2),
|
260
|
-
Among(u"\u03B7\u03B4", -1, 2),
|
261
|
-
Among(u"\u03BA\u03BB\u03B5", -1, 1),
|
262
|
-
Among(u"\u03B5\u03C3\u03C9\u03BA\u03BB\u03B5", 6, 1),
|
263
|
-
Among(u"\u03C0\u03BB\u03B5", -1, 1),
|
264
|
-
Among(u"\u03B4\u03B1\u03BD\u03B5", -1, 1),
|
265
|
-
Among(u"\u03C3\u03B5", -1, 1),
|
266
|
-
Among(u"\u03B1\u03C3\u03B5", 10, 1),
|
267
|
-
Among(u"\u03BA\u03B1\u03B8", -1, 2),
|
268
|
-
Among(u"\u03B5\u03C7\u03B8", -1, 2),
|
269
|
-
Among(u"\u03BA\u03B1\u03BA", -1, 2),
|
270
|
-
Among(u"\u03BC\u03B1\u03BA", -1, 2),
|
271
|
-
Among(u"\u03C3\u03BA", -1, 2),
|
272
|
-
Among(u"\u03C6\u03B9\u03BB", -1, 2),
|
273
|
-
Among(u"\u03BA\u03C5\u03BB", -1, 2),
|
274
|
-
Among(u"\u03BC", -1, 2),
|
275
|
-
Among(u"\u03B3\u03B5\u03BC", 19, 2),
|
276
|
-
Among(u"\u03B1\u03C7\u03BD", -1, 2),
|
277
|
-
Among(u"\u03C3\u03C5\u03BD\u03B1\u03B8\u03C1\u03BF", -1, 1),
|
278
|
-
Among(u"\u03C0", -1, 2),
|
279
|
-
Among(u"\u03B1\u03C0", 23, 2),
|
280
|
-
Among(u"\u03B5\u03BC\u03C0", 23, 2),
|
281
|
-
Among(u"\u03B5\u03C5\u03C0", 23, 2),
|
282
|
-
Among(u"\u03B1\u03C1", -1, 2),
|
283
|
-
Among(u"\u03B1\u03BF\u03C1", -1, 2),
|
284
|
-
Among(u"\u03B3\u03C5\u03C1", -1, 2),
|
285
|
-
Among(u"\u03C7\u03C1", -1, 2),
|
286
|
-
Among(u"\u03C7\u03C9\u03C1", -1, 2),
|
287
|
-
Among(u"\u03BA\u03C4", -1, 2),
|
288
|
-
Among(u"\u03B1\u03BA\u03C4", 32, 2),
|
289
|
-
Among(u"\u03C7\u03C4", -1, 2),
|
290
|
-
Among(u"\u03B1\u03C7\u03C4", 34, 2),
|
291
|
-
Among(u"\u03C4\u03B1\u03C7", -1, 2),
|
292
|
-
Among(u"\u03C3\u03C7", -1, 2),
|
293
|
-
Among(u"\u03B1\u03C3\u03C7", 37, 2),
|
294
|
-
Among(u"\u03C5\u03C8", -1, 2)
|
295
|
-
]
|
296
|
-
|
297
|
-
a_11 = [
|
298
|
-
Among(u"\u03B9\u03C3\u03C4\u03B1", -1, 1),
|
299
|
-
Among(u"\u03B9\u03C3\u03C4\u03B5", -1, 1),
|
300
|
-
Among(u"\u03B9\u03C3\u03C4\u03B7", -1, 1),
|
301
|
-
Among(u"\u03B9\u03C3\u03C4\u03BF\u03B9", -1, 1),
|
302
|
-
Among(u"\u03B9\u03C3\u03C4\u03C9\u03BD", -1, 1),
|
303
|
-
Among(u"\u03B9\u03C3\u03C4\u03BF", -1, 1),
|
304
|
-
Among(u"\u03B9\u03C3\u03C4\u03B5\u03C3", -1, 1),
|
305
|
-
Among(u"\u03B9\u03C3\u03C4\u03B7\u03C3", -1, 1),
|
306
|
-
Among(u"\u03B9\u03C3\u03C4\u03BF\u03C3", -1, 1),
|
307
|
-
Among(u"\u03B9\u03C3\u03C4\u03BF\u03C5\u03C3", -1, 1),
|
308
|
-
Among(u"\u03B9\u03C3\u03C4\u03BF\u03C5", -1, 1)
|
309
|
-
]
|
310
|
-
|
311
|
-
a_12 = [
|
312
|
-
Among(u"\u03B5\u03B3\u03BA\u03BB\u03B5", -1, 1),
|
313
|
-
Among(u"\u03B1\u03C0\u03BF\u03BA\u03BB\u03B5", -1, 1),
|
314
|
-
Among(u"\u03B4\u03B1\u03BD\u03B5", -1, 2),
|
315
|
-
Among(u"\u03B1\u03BD\u03C4\u03B9\u03B4\u03B1\u03BD\u03B5", 2, 2),
|
316
|
-
Among(u"\u03C3\u03B5", -1, 1),
|
317
|
-
Among(u"\u03BC\u03B5\u03C4\u03B1\u03C3\u03B5", 4, 1),
|
318
|
-
Among(u"\u03BC\u03B9\u03BA\u03C1\u03BF\u03C3\u03B5", 4, 1)
|
319
|
-
]
|
320
|
-
|
321
|
-
a_13 = [
|
322
|
-
Among(u"\u03B1\u03C4\u03BF\u03BC\u03B9\u03BA", -1, 2),
|
323
|
-
Among(u"\u03B5\u03B8\u03BD\u03B9\u03BA", -1, 4),
|
324
|
-
Among(u"\u03C4\u03BF\u03C0\u03B9\u03BA", -1, 7),
|
325
|
-
Among(u"\u03B5\u03BA\u03BB\u03B5\u03BA\u03C4\u03B9\u03BA", -1, 5),
|
326
|
-
Among(u"\u03C3\u03BA\u03B5\u03C0\u03C4\u03B9\u03BA", -1, 6),
|
327
|
-
Among(u"\u03B3\u03BD\u03C9\u03C3\u03C4\u03B9\u03BA", -1, 3),
|
328
|
-
Among(u"\u03B1\u03B3\u03BD\u03C9\u03C3\u03C4\u03B9\u03BA", 5, 1),
|
329
|
-
Among(u"\u03B1\u03BB\u03B5\u03BE\u03B1\u03BD\u03B4\u03C1\u03B9\u03BD", -1, 8),
|
330
|
-
Among(u"\u03B8\u03B5\u03B1\u03C4\u03C1\u03B9\u03BD", -1, 10),
|
331
|
-
Among(u"\u03B2\u03C5\u03B6\u03B1\u03BD\u03C4\u03B9\u03BD", -1, 9)
|
332
|
-
]
|
333
|
-
|
334
|
-
a_14 = [
|
335
|
-
Among(u"\u03B9\u03C3\u03BC\u03BF\u03B9", -1, 1),
|
336
|
-
Among(u"\u03B9\u03C3\u03BC\u03C9\u03BD", -1, 1),
|
337
|
-
Among(u"\u03B9\u03C3\u03BC\u03BF", -1, 1),
|
338
|
-
Among(u"\u03B9\u03C3\u03BC\u03BF\u03C3", -1, 1),
|
339
|
-
Among(u"\u03B9\u03C3\u03BC\u03BF\u03C5\u03C3", -1, 1),
|
340
|
-
Among(u"\u03B9\u03C3\u03BC\u03BF\u03C5", -1, 1)
|
341
|
-
]
|
342
|
-
|
343
|
-
a_15 = [
|
344
|
-
Among(u"\u03C3", -1, 1),
|
345
|
-
Among(u"\u03C7", -1, 1)
|
346
|
-
]
|
347
|
-
|
348
|
-
a_16 = [
|
349
|
-
Among(u"\u03BF\u03C5\u03B4\u03B1\u03BA\u03B9\u03B1", -1, 1),
|
350
|
-
Among(u"\u03B1\u03C1\u03B1\u03BA\u03B9\u03B1", -1, 1),
|
351
|
-
Among(u"\u03BF\u03C5\u03B4\u03B1\u03BA\u03B9", -1, 1),
|
352
|
-
Among(u"\u03B1\u03C1\u03B1\u03BA\u03B9", -1, 1)
|
353
|
-
]
|
354
|
-
|
355
|
-
a_17 = [
|
356
|
-
Among(u"\u03B2", -1, 2),
|
357
|
-
Among(u"\u03B2\u03B1\u03BC\u03B2", 0, 1),
|
358
|
-
Among(u"\u03C3\u03BB\u03BF\u03B2", 0, 1),
|
359
|
-
Among(u"\u03C4\u03C3\u03B5\u03C7\u03BF\u03C3\u03BB\u03BF\u03B2", 2, 1),
|
360
|
-
Among(u"\u03BA\u03B1\u03C1\u03B4", -1, 2),
|
361
|
-
Among(u"\u03B6", -1, 2),
|
362
|
-
Among(u"\u03C4\u03B6", 5, 1),
|
363
|
-
Among(u"\u03BA", -1, 1),
|
364
|
-
Among(u"\u03BA\u03B1\u03C0\u03B1\u03BA", 7, 1),
|
365
|
-
Among(u"\u03C3\u03BF\u03BA", 7, 1),
|
366
|
-
Among(u"\u03C3\u03BA", 7, 1),
|
367
|
-
Among(u"\u03B2\u03B1\u03BB", -1, 2),
|
368
|
-
Among(u"\u03BC\u03B1\u03BB", -1, 1),
|
369
|
-
Among(u"\u03B3\u03BB", -1, 2),
|
370
|
-
Among(u"\u03C4\u03C1\u03B9\u03C0\u03BF\u03BB", -1, 2),
|
371
|
-
Among(u"\u03C0\u03BB", -1, 1),
|
372
|
-
Among(u"\u03BB\u03BF\u03C5\u03BB", -1, 1),
|
373
|
-
Among(u"\u03C6\u03C5\u03BB", -1, 1),
|
374
|
-
Among(u"\u03BA\u03B1\u03B9\u03BC", -1, 1),
|
375
|
-
Among(u"\u03BA\u03BB\u03B9\u03BC", -1, 1),
|
376
|
-
Among(u"\u03C6\u03B1\u03C1\u03BC", -1, 1),
|
377
|
-
Among(u"\u03B3\u03B9\u03B1\u03BD", -1, 2),
|
378
|
-
Among(u"\u03C3\u03C0\u03B1\u03BD", -1, 1),
|
379
|
-
Among(u"\u03B7\u03B3\u03BF\u03C5\u03BC\u03B5\u03BD", -1, 2),
|
380
|
-
Among(u"\u03BA\u03BF\u03BD", -1, 1),
|
381
|
-
Among(u"\u03BC\u03B1\u03BA\u03C1\u03C5\u03BD", -1, 2),
|
382
|
-
Among(u"\u03C0", -1, 2),
|
383
|
-
Among(u"\u03BA\u03B1\u03C4\u03C1\u03B1\u03C0", 26, 1),
|
384
|
-
Among(u"\u03C1", -1, 1),
|
385
|
-
Among(u"\u03B2\u03C1", 28, 1),
|
386
|
-
Among(u"\u03BB\u03B1\u03B2\u03C1", 29, 1),
|
387
|
-
Among(u"\u03B1\u03BC\u03B2\u03C1", 29, 1),
|
388
|
-
Among(u"\u03BC\u03B5\u03C1", 28, 1),
|
389
|
-
Among(u"\u03C0\u03B1\u03C4\u03B5\u03C1", 28, 2),
|
390
|
-
Among(u"\u03B1\u03BD\u03B8\u03C1", 28, 1),
|
391
|
-
Among(u"\u03BA\u03BF\u03C1", 28, 1),
|
392
|
-
Among(u"\u03C3", -1, 1),
|
393
|
-
Among(u"\u03BD\u03B1\u03B3\u03BA\u03B1\u03C3", 36, 1),
|
394
|
-
Among(u"\u03C4\u03BF\u03C3", 36, 2),
|
395
|
-
Among(u"\u03BC\u03BF\u03C5\u03C3\u03C4", -1, 1),
|
396
|
-
Among(u"\u03C1\u03C5", -1, 1),
|
397
|
-
Among(u"\u03C6", -1, 1),
|
398
|
-
Among(u"\u03C3\u03C6", 41, 1),
|
399
|
-
Among(u"\u03B1\u03BB\u03B9\u03C3\u03C6", 42, 1),
|
400
|
-
Among(u"\u03BD\u03C5\u03C6", 41, 2),
|
401
|
-
Among(u"\u03C7", -1, 1)
|
402
|
-
]
|
403
|
-
|
404
|
-
a_18 = [
|
405
|
-
Among(u"\u03B1\u03BA\u03B9\u03B1", -1, 1),
|
406
|
-
Among(u"\u03B1\u03C1\u03B1\u03BA\u03B9\u03B1", 0, 1),
|
407
|
-
Among(u"\u03B9\u03C4\u03C3\u03B1", -1, 1),
|
408
|
-
Among(u"\u03B1\u03BA\u03B9", -1, 1),
|
409
|
-
Among(u"\u03B1\u03C1\u03B1\u03BA\u03B9", 3, 1),
|
410
|
-
Among(u"\u03B9\u03C4\u03C3\u03C9\u03BD", -1, 1),
|
411
|
-
Among(u"\u03B9\u03C4\u03C3\u03B1\u03C3", -1, 1),
|
412
|
-
Among(u"\u03B9\u03C4\u03C3\u03B5\u03C3", -1, 1)
|
413
|
-
]
|
14
|
+
g_v = {u"α", u"ε", u"η", u"ι", u"ο", u"υ", u"ω"}
|
414
15
|
|
415
|
-
|
416
|
-
Among(u"\u03C8\u03B1\u03BB", -1, 1),
|
417
|
-
Among(u"\u03B1\u03B9\u03C6\u03BD", -1, 1),
|
418
|
-
Among(u"\u03BF\u03BB\u03BF", -1, 1),
|
419
|
-
Among(u"\u03B9\u03C1", -1, 1)
|
420
|
-
]
|
421
|
-
|
422
|
-
a_20 = [
|
423
|
-
Among(u"\u03B5", -1, 1),
|
424
|
-
Among(u"\u03C0\u03B1\u03B9\u03C7\u03BD", -1, 1)
|
425
|
-
]
|
426
|
-
|
427
|
-
a_21 = [
|
428
|
-
Among(u"\u03B9\u03B4\u03B9\u03B1", -1, 1),
|
429
|
-
Among(u"\u03B9\u03B4\u03B9\u03C9\u03BD", -1, 1),
|
430
|
-
Among(u"\u03B9\u03B4\u03B9\u03BF", -1, 1)
|
431
|
-
]
|
432
|
-
|
433
|
-
a_22 = [
|
434
|
-
Among(u"\u03B9\u03B2", -1, 1),
|
435
|
-
Among(u"\u03B4", -1, 1),
|
436
|
-
Among(u"\u03C6\u03C1\u03B1\u03B3\u03BA", -1, 1),
|
437
|
-
Among(u"\u03BB\u03C5\u03BA", -1, 1),
|
438
|
-
Among(u"\u03BF\u03B2\u03B5\u03BB", -1, 1),
|
439
|
-
Among(u"\u03BC\u03B7\u03BD", -1, 1),
|
440
|
-
Among(u"\u03C1", -1, 1)
|
441
|
-
]
|
442
|
-
|
443
|
-
a_23 = [
|
444
|
-
Among(u"\u03B9\u03C3\u03BA\u03B5", -1, 1),
|
445
|
-
Among(u"\u03B9\u03C3\u03BA\u03BF", -1, 1),
|
446
|
-
Among(u"\u03B9\u03C3\u03BA\u03BF\u03C3", -1, 1),
|
447
|
-
Among(u"\u03B9\u03C3\u03BA\u03BF\u03C5", -1, 1)
|
448
|
-
]
|
449
|
-
|
450
|
-
a_24 = [
|
451
|
-
Among(u"\u03B1\u03B4\u03C9\u03BD", -1, 1),
|
452
|
-
Among(u"\u03B1\u03B4\u03B5\u03C3", -1, 1)
|
453
|
-
]
|
454
|
-
|
455
|
-
a_25 = [
|
456
|
-
Among(u"\u03B3\u03B9\u03B1\u03B3\u03B9", -1, -1),
|
457
|
-
Among(u"\u03B8\u03B5\u03B9", -1, -1),
|
458
|
-
Among(u"\u03BF\u03BA", -1, -1),
|
459
|
-
Among(u"\u03BC\u03B1\u03BC", -1, -1),
|
460
|
-
Among(u"\u03BC\u03B1\u03BD", -1, -1),
|
461
|
-
Among(u"\u03BC\u03C0\u03B1\u03BC\u03C0", -1, -1),
|
462
|
-
Among(u"\u03C0\u03B5\u03B8\u03B5\u03C1", -1, -1),
|
463
|
-
Among(u"\u03C0\u03B1\u03C4\u03B5\u03C1", -1, -1),
|
464
|
-
Among(u"\u03BA\u03C5\u03C1", -1, -1),
|
465
|
-
Among(u"\u03BD\u03C4\u03B1\u03BD\u03C4", -1, -1)
|
466
|
-
]
|
467
|
-
|
468
|
-
a_26 = [
|
469
|
-
Among(u"\u03B5\u03B4\u03C9\u03BD", -1, 1),
|
470
|
-
Among(u"\u03B5\u03B4\u03B5\u03C3", -1, 1)
|
471
|
-
]
|
472
|
-
|
473
|
-
a_27 = [
|
474
|
-
Among(u"\u03BC\u03B9\u03BB", -1, 1),
|
475
|
-
Among(u"\u03B4\u03B1\u03C0", -1, 1),
|
476
|
-
Among(u"\u03B3\u03B7\u03C0", -1, 1),
|
477
|
-
Among(u"\u03B9\u03C0", -1, 1),
|
478
|
-
Among(u"\u03B5\u03BC\u03C0", -1, 1),
|
479
|
-
Among(u"\u03BF\u03C0", -1, 1),
|
480
|
-
Among(u"\u03BA\u03C1\u03B1\u03C3\u03C0", -1, 1),
|
481
|
-
Among(u"\u03C5\u03C0", -1, 1)
|
482
|
-
]
|
483
|
-
|
484
|
-
a_28 = [
|
485
|
-
Among(u"\u03BF\u03C5\u03B4\u03C9\u03BD", -1, 1),
|
486
|
-
Among(u"\u03BF\u03C5\u03B4\u03B5\u03C3", -1, 1)
|
487
|
-
]
|
488
|
-
|
489
|
-
a_29 = [
|
490
|
-
Among(u"\u03C4\u03C1\u03B1\u03B3", -1, 1),
|
491
|
-
Among(u"\u03C6\u03B5", -1, 1),
|
492
|
-
Among(u"\u03BA\u03B1\u03BB\u03B9\u03B1\u03BA", -1, 1),
|
493
|
-
Among(u"\u03B1\u03C1\u03BA", -1, 1),
|
494
|
-
Among(u"\u03C3\u03BA", -1, 1),
|
495
|
-
Among(u"\u03C0\u03B5\u03C4\u03B1\u03BB", -1, 1),
|
496
|
-
Among(u"\u03B2\u03B5\u03BB", -1, 1),
|
497
|
-
Among(u"\u03BB\u03BF\u03C5\u03BB", -1, 1),
|
498
|
-
Among(u"\u03C6\u03BB", -1, 1),
|
499
|
-
Among(u"\u03C7\u03BD", -1, 1),
|
500
|
-
Among(u"\u03C0\u03BB\u03B5\u03BE", -1, 1),
|
501
|
-
Among(u"\u03C3\u03C0", -1, 1),
|
502
|
-
Among(u"\u03C6\u03C1", -1, 1),
|
503
|
-
Among(u"\u03C3", -1, 1),
|
504
|
-
Among(u"\u03BB\u03B9\u03C7", -1, 1)
|
505
|
-
]
|
506
|
-
|
507
|
-
a_30 = [
|
508
|
-
Among(u"\u03B5\u03C9\u03BD", -1, 1),
|
509
|
-
Among(u"\u03B5\u03C9\u03C3", -1, 1)
|
510
|
-
]
|
511
|
-
|
512
|
-
a_31 = [
|
513
|
-
Among(u"\u03B4", -1, 1),
|
514
|
-
Among(u"\u03B9\u03B4", 0, 1),
|
515
|
-
Among(u"\u03B8", -1, 1),
|
516
|
-
Among(u"\u03B3\u03B1\u03BB", -1, 1),
|
517
|
-
Among(u"\u03B5\u03BB", -1, 1),
|
518
|
-
Among(u"\u03BD", -1, 1),
|
519
|
-
Among(u"\u03C0", -1, 1),
|
520
|
-
Among(u"\u03C0\u03B1\u03C1", -1, 1)
|
521
|
-
]
|
522
|
-
|
523
|
-
a_32 = [
|
524
|
-
Among(u"\u03B9\u03B1", -1, 1),
|
525
|
-
Among(u"\u03B9\u03C9\u03BD", -1, 1),
|
526
|
-
Among(u"\u03B9\u03BF\u03C5", -1, 1)
|
527
|
-
]
|
528
|
-
|
529
|
-
a_33 = [
|
530
|
-
Among(u"\u03B9\u03BA\u03B1", -1, 1),
|
531
|
-
Among(u"\u03B9\u03BA\u03C9\u03BD", -1, 1),
|
532
|
-
Among(u"\u03B9\u03BA\u03BF", -1, 1),
|
533
|
-
Among(u"\u03B9\u03BA\u03BF\u03C5", -1, 1)
|
534
|
-
]
|
535
|
-
|
536
|
-
a_34 = [
|
537
|
-
Among(u"\u03B1\u03B4", -1, 1),
|
538
|
-
Among(u"\u03C3\u03C5\u03BD\u03B1\u03B4", 0, 1),
|
539
|
-
Among(u"\u03BA\u03B1\u03C4\u03B1\u03B4", 0, 1),
|
540
|
-
Among(u"\u03B1\u03BD\u03C4\u03B9\u03B4", -1, 1),
|
541
|
-
Among(u"\u03B5\u03BD\u03B4", -1, 1),
|
542
|
-
Among(u"\u03C6\u03C5\u03BB\u03BF\u03B4", -1, 1),
|
543
|
-
Among(u"\u03C5\u03C0\u03BF\u03B4", -1, 1),
|
544
|
-
Among(u"\u03C0\u03C1\u03C9\u03C4\u03BF\u03B4", -1, 1),
|
545
|
-
Among(u"\u03B5\u03BE\u03C9\u03B4", -1, 1),
|
546
|
-
Among(u"\u03B7\u03B8", -1, 1),
|
547
|
-
Among(u"\u03B1\u03BD\u03B7\u03B8", 9, 1),
|
548
|
-
Among(u"\u03BE\u03B9\u03BA", -1, 1),
|
549
|
-
Among(u"\u03B1\u03BB", -1, 1),
|
550
|
-
Among(u"\u03B1\u03BC\u03BC\u03BF\u03C7\u03B1\u03BB", 12, 1),
|
551
|
-
Among(u"\u03C3\u03C5\u03BD\u03BF\u03BC\u03B7\u03BB", -1, 1),
|
552
|
-
Among(u"\u03BC\u03C0\u03BF\u03BB", -1, 1),
|
553
|
-
Among(u"\u03BC\u03BF\u03C5\u03BB", -1, 1),
|
554
|
-
Among(u"\u03C4\u03C3\u03B1\u03BC", -1, 1),
|
555
|
-
Among(u"\u03B2\u03C1\u03C9\u03BC", -1, 1),
|
556
|
-
Among(u"\u03B1\u03BC\u03B1\u03BD", -1, 1),
|
557
|
-
Among(u"\u03BC\u03C0\u03B1\u03BD", -1, 1),
|
558
|
-
Among(u"\u03BA\u03B1\u03BB\u03BB\u03B9\u03BD", -1, 1),
|
559
|
-
Among(u"\u03C0\u03BF\u03C3\u03C4\u03B5\u03BB\u03BD", -1, 1),
|
560
|
-
Among(u"\u03C6\u03B9\u03BB\u03BF\u03BD", -1, 1),
|
561
|
-
Among(u"\u03BA\u03B1\u03BB\u03C0", -1, 1),
|
562
|
-
Among(u"\u03B3\u03B5\u03C1", -1, 1),
|
563
|
-
Among(u"\u03C7\u03B1\u03C3", -1, 1),
|
564
|
-
Among(u"\u03BC\u03C0\u03BF\u03C3", -1, 1),
|
565
|
-
Among(u"\u03C0\u03BB\u03B9\u03B1\u03C4\u03C3", -1, 1),
|
566
|
-
Among(u"\u03C0\u03B5\u03C4\u03C3", -1, 1),
|
567
|
-
Among(u"\u03C0\u03B9\u03C4\u03C3", -1, 1),
|
568
|
-
Among(u"\u03C6\u03C5\u03C3", -1, 1),
|
569
|
-
Among(u"\u03BC\u03C0\u03B1\u03B3\u03B9\u03B1\u03C4", -1, 1),
|
570
|
-
Among(u"\u03BD\u03B9\u03C4", -1, 1),
|
571
|
-
Among(u"\u03C0\u03B9\u03BA\u03B1\u03BD\u03C4", -1, 1),
|
572
|
-
Among(u"\u03C3\u03B5\u03C1\u03C4", -1, 1)
|
573
|
-
]
|
574
|
-
|
575
|
-
a_35 = [
|
576
|
-
Among(u"\u03B1\u03B3\u03B1\u03BC\u03B5", -1, 1),
|
577
|
-
Among(u"\u03B7\u03BA\u03B1\u03BC\u03B5", -1, 1),
|
578
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B1\u03BC\u03B5", 1, 1),
|
579
|
-
Among(u"\u03B7\u03C3\u03B1\u03BC\u03B5", -1, 1),
|
580
|
-
Among(u"\u03BF\u03C5\u03C3\u03B1\u03BC\u03B5", -1, 1)
|
581
|
-
]
|
582
|
-
|
583
|
-
a_36 = [
|
584
|
-
Among(u"\u03B2\u03BF\u03C5\u03B2", -1, 1),
|
585
|
-
Among(u"\u03BE\u03B5\u03B8", -1, 1),
|
586
|
-
Among(u"\u03C0\u03B5\u03B8", -1, 1),
|
587
|
-
Among(u"\u03B1\u03C0\u03BF\u03B8", -1, 1),
|
588
|
-
Among(u"\u03B1\u03C0\u03BF\u03BA", -1, 1),
|
589
|
-
Among(u"\u03BF\u03C5\u03BB", -1, 1),
|
590
|
-
Among(u"\u03B1\u03BD\u03B1\u03C0", -1, 1),
|
591
|
-
Among(u"\u03C0\u03B9\u03BA\u03C1", -1, 1),
|
592
|
-
Among(u"\u03C0\u03BF\u03C4", -1, 1),
|
593
|
-
Among(u"\u03B1\u03C0\u03BF\u03C3\u03C4", -1, 1),
|
594
|
-
Among(u"\u03C7", -1, 1),
|
595
|
-
Among(u"\u03C3\u03B9\u03C7", 10, 1)
|
596
|
-
]
|
597
|
-
|
598
|
-
a_37 = [
|
599
|
-
Among(u"\u03C4\u03C1", -1, 1),
|
600
|
-
Among(u"\u03C4\u03C3", -1, 1)
|
601
|
-
]
|
602
|
-
|
603
|
-
a_38 = [
|
604
|
-
Among(u"\u03B1\u03B3\u03B1\u03BD\u03B5", -1, 1),
|
605
|
-
Among(u"\u03B7\u03BA\u03B1\u03BD\u03B5", -1, 1),
|
606
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B1\u03BD\u03B5", 1, 1),
|
607
|
-
Among(u"\u03B7\u03C3\u03B1\u03BD\u03B5", -1, 1),
|
608
|
-
Among(u"\u03BF\u03C5\u03C3\u03B1\u03BD\u03B5", -1, 1),
|
609
|
-
Among(u"\u03BF\u03BD\u03C4\u03B1\u03BD\u03B5", -1, 1),
|
610
|
-
Among(u"\u03B9\u03BF\u03BD\u03C4\u03B1\u03BD\u03B5", 5, 1),
|
611
|
-
Among(u"\u03BF\u03C5\u03BD\u03C4\u03B1\u03BD\u03B5", -1, 1),
|
612
|
-
Among(u"\u03B9\u03BF\u03C5\u03BD\u03C4\u03B1\u03BD\u03B5", 7, 1),
|
613
|
-
Among(u"\u03BF\u03C4\u03B1\u03BD\u03B5", -1, 1),
|
614
|
-
Among(u"\u03B9\u03BF\u03C4\u03B1\u03BD\u03B5", 9, 1)
|
615
|
-
]
|
616
|
-
|
617
|
-
a_39 = [
|
618
|
-
Among(u"\u03C4\u03B1\u03B2", -1, 1),
|
619
|
-
Among(u"\u03BD\u03C4\u03B1\u03B2", 0, 1),
|
620
|
-
Among(u"\u03C8\u03B7\u03BB\u03BF\u03C4\u03B1\u03B2", 0, 1),
|
621
|
-
Among(u"\u03BB\u03B9\u03B2", -1, 1),
|
622
|
-
Among(u"\u03BA\u03BB\u03B9\u03B2", 3, 1),
|
623
|
-
Among(u"\u03BE\u03B7\u03C1\u03BF\u03BA\u03BB\u03B9\u03B2", 4, 1),
|
624
|
-
Among(u"\u03B3", -1, 1),
|
625
|
-
Among(u"\u03B1\u03B3", 6, 1),
|
626
|
-
Among(u"\u03C4\u03C1\u03B1\u03B3", 7, 1),
|
627
|
-
Among(u"\u03C4\u03C3\u03B1\u03B3", 7, 1),
|
628
|
-
Among(u"\u03B1\u03B8\u03B9\u03B3\u03B3", 6, 1),
|
629
|
-
Among(u"\u03C4\u03C3\u03B9\u03B3\u03B3", 6, 1),
|
630
|
-
Among(u"\u03B1\u03C4\u03C3\u03B9\u03B3\u03B3", 11, 1),
|
631
|
-
Among(u"\u03C3\u03C4\u03B5\u03B3", 6, 1),
|
632
|
-
Among(u"\u03B1\u03C0\u03B7\u03B3", 6, 1),
|
633
|
-
Among(u"\u03C3\u03B9\u03B3", 6, 1),
|
634
|
-
Among(u"\u03B1\u03BD\u03BF\u03C1\u03B3", 6, 1),
|
635
|
-
Among(u"\u03B5\u03BD\u03BF\u03C1\u03B3", 6, 1),
|
636
|
-
Among(u"\u03BA\u03B1\u03BB\u03C0\u03BF\u03C5\u03B6", -1, 1),
|
637
|
-
Among(u"\u03B8", -1, 1),
|
638
|
-
Among(u"\u03BC\u03C9\u03B1\u03BC\u03B5\u03B8", 19, 1),
|
639
|
-
Among(u"\u03C0\u03B9\u03B8", 19, 1),
|
640
|
-
Among(u"\u03B1\u03C0\u03B9\u03B8", 21, 1),
|
641
|
-
Among(u"\u03B4\u03B5\u03BA", -1, 1),
|
642
|
-
Among(u"\u03C0\u03B5\u03BB\u03B5\u03BA", -1, 1),
|
643
|
-
Among(u"\u03B9\u03BA", -1, 1),
|
644
|
-
Among(u"\u03B1\u03BD\u03B9\u03BA", 25, 1),
|
645
|
-
Among(u"\u03B2\u03BF\u03C5\u03BB\u03BA", -1, 1),
|
646
|
-
Among(u"\u03B2\u03B1\u03C3\u03BA", -1, 1),
|
647
|
-
Among(u"\u03B2\u03C1\u03B1\u03C7\u03C5\u03BA", -1, 1),
|
648
|
-
Among(u"\u03B3\u03B1\u03BB", -1, 1),
|
649
|
-
Among(u"\u03BA\u03B1\u03C4\u03B1\u03B3\u03B1\u03BB", 30, 1),
|
650
|
-
Among(u"\u03BF\u03BB\u03BF\u03B3\u03B1\u03BB", 30, 1),
|
651
|
-
Among(u"\u03B2\u03B1\u03B8\u03C5\u03B3\u03B1\u03BB", 30, 1),
|
652
|
-
Among(u"\u03BC\u03B5\u03BB", -1, 1),
|
653
|
-
Among(u"\u03BA\u03B1\u03C3\u03C4\u03B5\u03BB", -1, 1),
|
654
|
-
Among(u"\u03C0\u03BF\u03C1\u03C4\u03BF\u03BB", -1, 1),
|
655
|
-
Among(u"\u03C0\u03BB", -1, 1),
|
656
|
-
Among(u"\u03B4\u03B9\u03C0\u03BB", 37, 1),
|
657
|
-
Among(u"\u03BB\u03B1\u03BF\u03C0\u03BB", 37, 1),
|
658
|
-
Among(u"\u03C8\u03C5\u03C7\u03BF\u03C0\u03BB", 37, 1),
|
659
|
-
Among(u"\u03BF\u03C5\u03BB", -1, 1),
|
660
|
-
Among(u"\u03BC", -1, 1),
|
661
|
-
Among(u"\u03BF\u03BB\u03B9\u03B3\u03BF\u03B4\u03B1\u03BC", 42, 1),
|
662
|
-
Among(u"\u03BC\u03BF\u03C5\u03C3\u03BF\u03C5\u03BB\u03BC", 42, 1),
|
663
|
-
Among(u"\u03B4\u03C1\u03B1\u03B4\u03BF\u03C5\u03BC", 42, 1),
|
664
|
-
Among(u"\u03B2\u03C1\u03B1\u03C7\u03BC", 42, 1),
|
665
|
-
Among(u"\u03BD", -1, 1),
|
666
|
-
Among(u"\u03B1\u03BC\u03B5\u03C1\u03B9\u03BA\u03B1\u03BD", 47, 1),
|
667
|
-
Among(u"\u03C0", -1, 1),
|
668
|
-
Among(u"\u03B1\u03B4\u03B1\u03C0", 49, 1),
|
669
|
-
Among(u"\u03C7\u03B1\u03BC\u03B7\u03BB\u03BF\u03B4\u03B1\u03C0", 49, 1),
|
670
|
-
Among(u"\u03C0\u03BF\u03BB\u03C5\u03B4\u03B1\u03C0", 49, 1),
|
671
|
-
Among(u"\u03BA\u03BF\u03C0", 49, 1),
|
672
|
-
Among(u"\u03C5\u03C0\u03BF\u03BA\u03BF\u03C0", 53, 1),
|
673
|
-
Among(u"\u03C4\u03C3\u03BF\u03C0", 49, 1),
|
674
|
-
Among(u"\u03C3\u03C0", 49, 1),
|
675
|
-
Among(u"\u03B5\u03C1", -1, 1),
|
676
|
-
Among(u"\u03B3\u03B5\u03C1", 57, 1),
|
677
|
-
Among(u"\u03B2\u03B5\u03C4\u03B5\u03C1", 57, 1),
|
678
|
-
Among(u"\u03BB\u03BF\u03C5\u03B8\u03B7\u03C1", -1, 1),
|
679
|
-
Among(u"\u03BA\u03BF\u03C1\u03BC\u03BF\u03C1", -1, 1),
|
680
|
-
Among(u"\u03C0\u03B5\u03C1\u03B9\u03C4\u03C1", -1, 1),
|
681
|
-
Among(u"\u03BF\u03C5\u03C1", -1, 1),
|
682
|
-
Among(u"\u03C3", -1, 1),
|
683
|
-
Among(u"\u03B2\u03B1\u03C3", 64, 1),
|
684
|
-
Among(u"\u03C0\u03BF\u03BB\u03B9\u03C3", 64, 1),
|
685
|
-
Among(u"\u03C3\u03B1\u03C1\u03B1\u03BA\u03B1\u03C4\u03C3", 64, 1),
|
686
|
-
Among(u"\u03B8\u03C5\u03C3", 64, 1),
|
687
|
-
Among(u"\u03B4\u03B9\u03B1\u03C4", -1, 1),
|
688
|
-
Among(u"\u03C0\u03BB\u03B1\u03C4", -1, 1),
|
689
|
-
Among(u"\u03C4\u03C3\u03B1\u03C1\u03BB\u03B1\u03C4", -1, 1),
|
690
|
-
Among(u"\u03C4\u03B5\u03C4", -1, 1),
|
691
|
-
Among(u"\u03C0\u03BF\u03C5\u03C1\u03B9\u03C4", -1, 1),
|
692
|
-
Among(u"\u03C3\u03BF\u03C5\u03BB\u03C4", -1, 1),
|
693
|
-
Among(u"\u03BC\u03B1\u03B9\u03BD\u03C4", -1, 1),
|
694
|
-
Among(u"\u03B6\u03C9\u03BD\u03C4", -1, 1),
|
695
|
-
Among(u"\u03BA\u03B1\u03C3\u03C4", -1, 1),
|
696
|
-
Among(u"\u03C6", -1, 1),
|
697
|
-
Among(u"\u03B4\u03B9\u03B1\u03C6", 78, 1),
|
698
|
-
Among(u"\u03C3\u03C4\u03B5\u03C6", 78, 1),
|
699
|
-
Among(u"\u03C6\u03C9\u03C4\u03BF\u03C3\u03C4\u03B5\u03C6", 80, 1),
|
700
|
-
Among(u"\u03C0\u03B5\u03C1\u03B7\u03C6", 78, 1),
|
701
|
-
Among(u"\u03C5\u03C0\u03B5\u03C1\u03B7\u03C6", 82, 1),
|
702
|
-
Among(u"\u03BA\u03BF\u03B9\u03BB\u03B1\u03C1\u03C6", 78, 1),
|
703
|
-
Among(u"\u03C0\u03B5\u03BD\u03C4\u03B1\u03C1\u03C6", 78, 1),
|
704
|
-
Among(u"\u03BF\u03C1\u03C6", 78, 1),
|
705
|
-
Among(u"\u03C7", -1, 1),
|
706
|
-
Among(u"\u03B1\u03BC\u03B7\u03C7", 87, 1),
|
707
|
-
Among(u"\u03B2\u03B9\u03BF\u03BC\u03B7\u03C7", 87, 1),
|
708
|
-
Among(u"\u03BC\u03B5\u03B3\u03BB\u03BF\u03B2\u03B9\u03BF\u03BC\u03B7\u03C7", 89, 1),
|
709
|
-
Among(u"\u03BA\u03B1\u03C0\u03BD\u03BF\u03B2\u03B9\u03BF\u03BC\u03B7\u03C7", 89, 1),
|
710
|
-
Among(u"\u03BC\u03B9\u03BA\u03C1\u03BF\u03B2\u03B9\u03BF\u03BC\u03B7\u03C7", 89, 1),
|
711
|
-
Among(u"\u03C0\u03BF\u03BB\u03C5\u03BC\u03B7\u03C7", 87, 1),
|
712
|
-
Among(u"\u03BB\u03B9\u03C7", 87, 1)
|
713
|
-
]
|
714
|
-
|
715
|
-
a_40 = [
|
716
|
-
Among(u"\u03B7\u03C3\u03B5\u03C4\u03B5", -1, 1)
|
717
|
-
]
|
718
|
-
|
719
|
-
a_41 = [
|
720
|
-
Among(u"\u03B5\u03BD\u03B4", -1, 1),
|
721
|
-
Among(u"\u03C3\u03C5\u03BD\u03B4", -1, 1),
|
722
|
-
Among(u"\u03BF\u03B4", -1, 1),
|
723
|
-
Among(u"\u03B4\u03B9\u03B1\u03B8", -1, 1),
|
724
|
-
Among(u"\u03BA\u03B1\u03B8", -1, 1),
|
725
|
-
Among(u"\u03C1\u03B1\u03B8", -1, 1),
|
726
|
-
Among(u"\u03C4\u03B1\u03B8", -1, 1),
|
727
|
-
Among(u"\u03C4\u03B9\u03B8", -1, 1),
|
728
|
-
Among(u"\u03B5\u03BA\u03B8", -1, 1),
|
729
|
-
Among(u"\u03B5\u03BD\u03B8", -1, 1),
|
730
|
-
Among(u"\u03C3\u03C5\u03BD\u03B8", -1, 1),
|
731
|
-
Among(u"\u03C1\u03BF\u03B8", -1, 1),
|
732
|
-
Among(u"\u03C5\u03C0\u03B5\u03C1\u03B8", -1, 1),
|
733
|
-
Among(u"\u03C3\u03B8", -1, 1),
|
734
|
-
Among(u"\u03B5\u03C5\u03B8", -1, 1),
|
735
|
-
Among(u"\u03B1\u03C1\u03BA", -1, 1),
|
736
|
-
Among(u"\u03C9\u03C6\u03B5\u03BB", -1, 1),
|
737
|
-
Among(u"\u03B2\u03BF\u03BB", -1, 1),
|
738
|
-
Among(u"\u03B1\u03B9\u03BD", -1, 1),
|
739
|
-
Among(u"\u03C0\u03BF\u03BD", -1, 1),
|
740
|
-
Among(u"\u03C1\u03BF\u03BD", -1, 1),
|
741
|
-
Among(u"\u03C3\u03C5\u03BD", -1, 1),
|
742
|
-
Among(u"\u03B2\u03B1\u03C1", -1, 1),
|
743
|
-
Among(u"\u03B2\u03C1", -1, 1),
|
744
|
-
Among(u"\u03B1\u03B9\u03C1", -1, 1),
|
745
|
-
Among(u"\u03C6\u03BF\u03C1", -1, 1),
|
746
|
-
Among(u"\u03B5\u03C5\u03C1", -1, 1),
|
747
|
-
Among(u"\u03C0\u03C5\u03C1", -1, 1),
|
748
|
-
Among(u"\u03C7\u03C9\u03C1", -1, 1),
|
749
|
-
Among(u"\u03BD\u03B5\u03C4", -1, 1),
|
750
|
-
Among(u"\u03C3\u03C7", -1, 1)
|
751
|
-
]
|
752
|
-
|
753
|
-
a_42 = [
|
754
|
-
Among(u"\u03C0\u03B1\u03B3", -1, 1),
|
755
|
-
Among(u"\u03B4", -1, 1),
|
756
|
-
Among(u"\u03B1\u03B4", 1, 1),
|
757
|
-
Among(u"\u03B8", -1, 1),
|
758
|
-
Among(u"\u03B1\u03B8", 3, 1),
|
759
|
-
Among(u"\u03C4\u03BF\u03BA", -1, 1),
|
760
|
-
Among(u"\u03C3\u03BA", -1, 1),
|
761
|
-
Among(u"\u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB", -1, 1),
|
762
|
-
Among(u"\u03C3\u03BA\u03B5\u03BB", -1, 1),
|
763
|
-
Among(u"\u03B1\u03C0\u03BB", -1, 1),
|
764
|
-
Among(u"\u03B5\u03BC", -1, 1),
|
765
|
-
Among(u"\u03B1\u03BD", -1, 1),
|
766
|
-
Among(u"\u03B2\u03B5\u03BD", -1, 1),
|
767
|
-
Among(u"\u03B2\u03B1\u03C1\u03BF\u03BD", -1, 1),
|
768
|
-
Among(u"\u03BA\u03BF\u03C0", -1, 1),
|
769
|
-
Among(u"\u03C3\u03B5\u03C1\u03C0", -1, 1),
|
770
|
-
Among(u"\u03B1\u03B2\u03B1\u03C1", -1, 1),
|
771
|
-
Among(u"\u03B5\u03BD\u03B1\u03C1", -1, 1),
|
772
|
-
Among(u"\u03B1\u03B2\u03C1", -1, 1),
|
773
|
-
Among(u"\u03BC\u03C0\u03BF\u03C1", -1, 1),
|
774
|
-
Among(u"\u03B8\u03B1\u03C1\u03C1", -1, 1),
|
775
|
-
Among(u"\u03BD\u03C4\u03C1", -1, 1),
|
776
|
-
Among(u"\u03C5", -1, 1),
|
777
|
-
Among(u"\u03BD\u03B9\u03C6", -1, 1),
|
778
|
-
Among(u"\u03C3\u03C5\u03C1\u03C6", -1, 1)
|
779
|
-
]
|
780
|
-
|
781
|
-
a_43 = [
|
782
|
-
Among(u"\u03BF\u03BD\u03C4\u03B1\u03C3", -1, 1),
|
783
|
-
Among(u"\u03C9\u03BD\u03C4\u03B1\u03C3", -1, 1)
|
784
|
-
]
|
785
|
-
|
786
|
-
a_44 = [
|
787
|
-
Among(u"\u03BF\u03BC\u03B1\u03C3\u03C4\u03B5", -1, 1),
|
788
|
-
Among(u"\u03B9\u03BF\u03BC\u03B1\u03C3\u03C4\u03B5", 0, 1)
|
789
|
-
]
|
790
|
-
|
791
|
-
a_45 = [
|
792
|
-
Among(u"\u03C0", -1, 1),
|
793
|
-
Among(u"\u03B1\u03C0", 0, 1),
|
794
|
-
Among(u"\u03B1\u03BA\u03B1\u03C4\u03B1\u03C0", 1, 1),
|
795
|
-
Among(u"\u03C3\u03C5\u03BC\u03C0", 0, 1),
|
796
|
-
Among(u"\u03B1\u03C3\u03C5\u03BC\u03C0", 3, 1),
|
797
|
-
Among(u"\u03B1\u03BC\u03B5\u03C4\u03B1\u03BC\u03C6", -1, 1)
|
798
|
-
]
|
799
|
-
|
800
|
-
a_46 = [
|
801
|
-
Among(u"\u03B6", -1, 1),
|
802
|
-
Among(u"\u03B1\u03BB", -1, 1),
|
803
|
-
Among(u"\u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB", 1, 1),
|
804
|
-
Among(u"\u03B5\u03BA\u03C4\u03B5\u03BB", -1, 1),
|
805
|
-
Among(u"\u03BC", -1, 1),
|
806
|
-
Among(u"\u03BE", -1, 1),
|
807
|
-
Among(u"\u03C0\u03C1\u03BF", -1, 1),
|
808
|
-
Among(u"\u03B1\u03C1", -1, 1),
|
809
|
-
Among(u"\u03BD\u03B9\u03C3", -1, 1)
|
810
|
-
]
|
811
|
-
|
812
|
-
a_47 = [
|
813
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B1", -1, 1),
|
814
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B5", -1, 1),
|
815
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B5\u03C3", -1, 1)
|
816
|
-
]
|
817
|
-
|
818
|
-
a_48 = [
|
819
|
-
Among(u"\u03C0\u03B9\u03B8", -1, 1),
|
820
|
-
Among(u"\u03BF\u03B8", -1, 1),
|
821
|
-
Among(u"\u03BD\u03B1\u03C1\u03B8", -1, 1),
|
822
|
-
Among(u"\u03C3\u03BA\u03BF\u03C5\u03BB", -1, 1),
|
823
|
-
Among(u"\u03C3\u03BA\u03C9\u03BB", -1, 1),
|
824
|
-
Among(u"\u03C3\u03C6", -1, 1)
|
825
|
-
]
|
826
|
-
|
827
|
-
a_49 = [
|
828
|
-
Among(u"\u03B8", -1, 1),
|
829
|
-
Among(u"\u03B4\u03B9\u03B1\u03B8", 0, 1),
|
830
|
-
Among(u"\u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03C4\u03B1\u03B8", 0, 1),
|
831
|
-
Among(u"\u03C3\u03C5\u03BD\u03B8", 0, 1),
|
832
|
-
Among(u"\u03C0\u03C1\u03BF\u03C3\u03B8", 0, 1)
|
833
|
-
]
|
834
|
-
|
835
|
-
a_50 = [
|
836
|
-
Among(u"\u03B7\u03BA\u03B1", -1, 1),
|
837
|
-
Among(u"\u03B7\u03BA\u03B5", -1, 1),
|
838
|
-
Among(u"\u03B7\u03BA\u03B5\u03C3", -1, 1)
|
839
|
-
]
|
840
|
-
|
841
|
-
a_51 = [
|
842
|
-
Among(u"\u03C6\u03B1\u03B3", -1, 1),
|
843
|
-
Among(u"\u03BB\u03B7\u03B3", -1, 1),
|
844
|
-
Among(u"\u03C6\u03C1\u03C5\u03B4", -1, 1),
|
845
|
-
Among(u"\u03BC\u03B1\u03BD\u03C4\u03B9\u03BB", -1, 1),
|
846
|
-
Among(u"\u03BC\u03B1\u03BB\u03BB", -1, 1),
|
847
|
-
Among(u"\u03BF\u03BC", -1, 1),
|
848
|
-
Among(u"\u03B2\u03BB\u03B5\u03C0", -1, 1),
|
849
|
-
Among(u"\u03C0\u03BF\u03B4\u03B1\u03C1", -1, 1),
|
850
|
-
Among(u"\u03BA\u03C5\u03BC\u03B1\u03C4", -1, 1),
|
851
|
-
Among(u"\u03C0\u03C1\u03C9\u03C4", -1, 1),
|
852
|
-
Among(u"\u03BB\u03B1\u03C7", -1, 1),
|
853
|
-
Among(u"\u03C0\u03B1\u03BD\u03C4\u03B1\u03C7", -1, 1)
|
854
|
-
]
|
855
|
-
|
856
|
-
a_52 = [
|
857
|
-
Among(u"\u03C4\u03C3\u03B1", -1, 1),
|
858
|
-
Among(u"\u03C7\u03B1\u03B4", -1, 1),
|
859
|
-
Among(u"\u03BC\u03B5\u03B4", -1, 1),
|
860
|
-
Among(u"\u03BB\u03B1\u03BC\u03C0\u03B9\u03B4", -1, 1),
|
861
|
-
Among(u"\u03B4\u03B5", -1, 1),
|
862
|
-
Among(u"\u03C0\u03BB\u03B5", -1, 1),
|
863
|
-
Among(u"\u03BC\u03B5\u03C3\u03B1\u03B6", -1, 1),
|
864
|
-
Among(u"\u03B4\u03B5\u03C3\u03C0\u03BF\u03B6", -1, 1),
|
865
|
-
Among(u"\u03B1\u03B9\u03B8", -1, 1),
|
866
|
-
Among(u"\u03C6\u03B1\u03C1\u03BC\u03B1\u03BA", -1, 1),
|
867
|
-
Among(u"\u03B1\u03B3\u03BA", -1, 1),
|
868
|
-
Among(u"\u03B1\u03BD\u03B7\u03BA", -1, 1),
|
869
|
-
Among(u"\u03BB", -1, 1),
|
870
|
-
Among(u"\u03BC", -1, 1),
|
871
|
-
Among(u"\u03B1\u03BC", 13, 1),
|
872
|
-
Among(u"\u03B2\u03C1\u03BF\u03BC", 13, 1),
|
873
|
-
Among(u"\u03C5\u03C0\u03BF\u03C4\u03B5\u03B9\u03BD", -1, 1),
|
874
|
-
Among(u"\u03B5\u03BA\u03BB\u03B9\u03C0", -1, 1),
|
875
|
-
Among(u"\u03C1", -1, 1),
|
876
|
-
Among(u"\u03B5\u03BD\u03B4\u03B9\u03B1\u03C6\u03B5\u03C1", 18, 1),
|
877
|
-
Among(u"\u03B1\u03BD\u03B1\u03C1\u03C1", 18, 1),
|
878
|
-
Among(u"\u03C0\u03B1\u03C4", -1, 1),
|
879
|
-
Among(u"\u03BA\u03B1\u03B8\u03B1\u03C1\u03B5\u03C5", -1, 1),
|
880
|
-
Among(u"\u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03B5\u03C5", -1, 1),
|
881
|
-
Among(u"\u03BB\u03B5\u03C7", -1, 1)
|
882
|
-
]
|
883
|
-
|
884
|
-
a_53 = [
|
885
|
-
Among(u"\u03BF\u03C5\u03C3\u03B1", -1, 1),
|
886
|
-
Among(u"\u03BF\u03C5\u03C3\u03B5", -1, 1),
|
887
|
-
Among(u"\u03BF\u03C5\u03C3\u03B5\u03C3", -1, 1)
|
888
|
-
]
|
889
|
-
|
890
|
-
a_54 = [
|
891
|
-
Among(u"\u03C0\u03B5\u03BB", -1, 1),
|
892
|
-
Among(u"\u03BB\u03BB", -1, 1),
|
893
|
-
Among(u"\u03C3\u03BC\u03B7\u03BD", -1, 1),
|
894
|
-
Among(u"\u03C1\u03C0", -1, 1),
|
895
|
-
Among(u"\u03C0\u03C1", -1, 1),
|
896
|
-
Among(u"\u03C6\u03C1", -1, 1),
|
897
|
-
Among(u"\u03C7\u03BF\u03C1\u03C4", -1, 1),
|
898
|
-
Among(u"\u03BF\u03C6", -1, 1),
|
899
|
-
Among(u"\u03C8\u03BF\u03C6", 7, -1),
|
900
|
-
Among(u"\u03C3\u03C6", -1, 1),
|
901
|
-
Among(u"\u03BB\u03BF\u03C7", -1, 1),
|
902
|
-
Among(u"\u03BD\u03B1\u03C5\u03BB\u03BF\u03C7", 10, -1)
|
903
|
-
]
|
904
|
-
|
905
|
-
a_55 = [
|
906
|
-
Among(u"\u03B1\u03BC\u03B1\u03BB\u03BB\u03B9", -1, 1),
|
907
|
-
Among(u"\u03BB", -1, 1),
|
908
|
-
Among(u"\u03B1\u03BC\u03B1\u03BB", 1, 1),
|
909
|
-
Among(u"\u03BC", -1, 1),
|
910
|
-
Among(u"\u03BF\u03C5\u03BB\u03B1\u03BC", 3, 1),
|
911
|
-
Among(u"\u03B5\u03BD", -1, 1),
|
912
|
-
Among(u"\u03B4\u03B5\u03C1\u03B2\u03B5\u03BD", 5, 1),
|
913
|
-
Among(u"\u03C0", -1, 1),
|
914
|
-
Among(u"\u03B1\u03B5\u03B9\u03C0", 7, 1),
|
915
|
-
Among(u"\u03B1\u03C1\u03C4\u03B9\u03C0", 7, 1),
|
916
|
-
Among(u"\u03C3\u03C5\u03BC\u03C0", 7, 1),
|
917
|
-
Among(u"\u03BD\u03B5\u03BF\u03C0", 7, 1),
|
918
|
-
Among(u"\u03BA\u03C1\u03BF\u03BA\u03B1\u03BB\u03BF\u03C0", 7, 1),
|
919
|
-
Among(u"\u03BF\u03BB\u03BF\u03C0", 7, 1),
|
920
|
-
Among(u"\u03C0\u03C1\u03BF\u03C3\u03C9\u03C0\u03BF\u03C0", 7, 1),
|
921
|
-
Among(u"\u03C3\u03B9\u03B4\u03B7\u03C1\u03BF\u03C0", 7, 1),
|
922
|
-
Among(u"\u03B4\u03C1\u03BF\u03C3\u03BF\u03C0", 7, 1),
|
923
|
-
Among(u"\u03B1\u03C3\u03C0", 7, 1),
|
924
|
-
Among(u"\u03B1\u03BD\u03C5\u03C0", 7, 1),
|
925
|
-
Among(u"\u03C1", -1, 1),
|
926
|
-
Among(u"\u03B1\u03C3\u03C0\u03B1\u03C1", 19, 1),
|
927
|
-
Among(u"\u03C7\u03B1\u03C1", 19, 1),
|
928
|
-
Among(u"\u03B1\u03C7\u03B1\u03C1", 21, 1),
|
929
|
-
Among(u"\u03B1\u03C0\u03B5\u03C1", 19, 1),
|
930
|
-
Among(u"\u03C4\u03C1", 19, 1),
|
931
|
-
Among(u"\u03BF\u03C5\u03C1", 19, 1),
|
932
|
-
Among(u"\u03C4", -1, 1),
|
933
|
-
Among(u"\u03B4\u03B9\u03B1\u03C4", 26, 1),
|
934
|
-
Among(u"\u03B5\u03C0\u03B9\u03C4", 26, 1),
|
935
|
-
Among(u"\u03C3\u03C5\u03BD\u03C4", 26, 1),
|
936
|
-
Among(u"\u03BF\u03BC\u03BF\u03C4", 26, 1),
|
937
|
-
Among(u"\u03BD\u03BF\u03BC\u03BF\u03C4", 30, 1),
|
938
|
-
Among(u"\u03B1\u03C0\u03BF\u03C4", 26, 1),
|
939
|
-
Among(u"\u03C5\u03C0\u03BF\u03C4", 26, 1),
|
940
|
-
Among(u"\u03B1\u03B2\u03B1\u03C3\u03C4", 26, 1),
|
941
|
-
Among(u"\u03B1\u03B9\u03BC\u03BF\u03C3\u03C4", 26, 1),
|
942
|
-
Among(u"\u03C0\u03C1\u03BF\u03C3\u03C4", 26, 1),
|
943
|
-
Among(u"\u03B1\u03BD\u03C5\u03C3\u03C4", 26, 1),
|
944
|
-
Among(u"\u03BD\u03B1\u03C5", -1, 1),
|
945
|
-
Among(u"\u03B1\u03C6", -1, 1),
|
946
|
-
Among(u"\u03BE\u03B5\u03C6", -1, 1),
|
947
|
-
Among(u"\u03B1\u03B4\u03B7\u03C6", -1, 1),
|
948
|
-
Among(u"\u03C0\u03B1\u03BC\u03C6", -1, 1),
|
949
|
-
Among(u"\u03C0\u03BF\u03BB\u03C5\u03C6", -1, 1)
|
950
|
-
]
|
951
|
-
|
952
|
-
a_56 = [
|
953
|
-
Among(u"\u03B1\u03B3\u03B1", -1, 1),
|
954
|
-
Among(u"\u03B1\u03B3\u03B5", -1, 1),
|
955
|
-
Among(u"\u03B1\u03B3\u03B5\u03C3", -1, 1)
|
956
|
-
]
|
957
|
-
|
958
|
-
a_57 = [
|
959
|
-
Among(u"\u03B7\u03C3\u03B1", -1, 1),
|
960
|
-
Among(u"\u03B7\u03C3\u03B5", -1, 1),
|
961
|
-
Among(u"\u03B7\u03C3\u03BF\u03C5", -1, 1)
|
962
|
-
]
|
963
|
-
|
964
|
-
a_58 = [
|
965
|
-
Among(u"\u03BD", -1, 1),
|
966
|
-
Among(u"\u03B4\u03C9\u03B4\u03B5\u03BA\u03B1\u03BD", 0, 1),
|
967
|
-
Among(u"\u03B5\u03C0\u03C4\u03B1\u03BD", 0, 1),
|
968
|
-
Among(u"\u03BC\u03B5\u03B3\u03B1\u03BB\u03BF\u03BD", 0, 1),
|
969
|
-
Among(u"\u03B5\u03C1\u03B7\u03BC\u03BF\u03BD", 0, 1),
|
970
|
-
Among(u"\u03C7\u03B5\u03C1\u03C3\u03BF\u03BD", 0, 1)
|
971
|
-
]
|
972
|
-
|
973
|
-
a_59 = [
|
974
|
-
Among(u"\u03B7\u03C3\u03C4\u03B5", -1, 1)
|
975
|
-
]
|
976
|
-
|
977
|
-
a_60 = [
|
978
|
-
Among(u"\u03C3\u03B2", -1, 1),
|
979
|
-
Among(u"\u03B1\u03C3\u03B2", 0, 1),
|
980
|
-
Among(u"\u03B1\u03C0\u03BB", -1, 1),
|
981
|
-
Among(u"\u03B1\u03B5\u03B9\u03BC\u03BD", -1, 1),
|
982
|
-
Among(u"\u03C7\u03C1", -1, 1),
|
983
|
-
Among(u"\u03B1\u03C7\u03C1", 4, 1),
|
984
|
-
Among(u"\u03BA\u03BF\u03B9\u03BD\u03BF\u03C7\u03C1", 4, 1),
|
985
|
-
Among(u"\u03B4\u03C5\u03C3\u03C7\u03C1", 4, 1),
|
986
|
-
Among(u"\u03B5\u03C5\u03C7\u03C1", 4, 1),
|
987
|
-
Among(u"\u03C0\u03B1\u03BB\u03B9\u03BC\u03C8", -1, 1)
|
988
|
-
]
|
989
|
-
|
990
|
-
a_61 = [
|
991
|
-
Among(u"\u03BF\u03C5\u03BD\u03B5", -1, 1),
|
992
|
-
Among(u"\u03B7\u03B8\u03BF\u03C5\u03BD\u03B5", 0, 1),
|
993
|
-
Among(u"\u03B7\u03C3\u03BF\u03C5\u03BD\u03B5", 0, 1)
|
994
|
-
]
|
995
|
-
|
996
|
-
a_62 = [
|
997
|
-
Among(u"\u03C3\u03C0\u03B9", -1, 1),
|
998
|
-
Among(u"\u03BD", -1, 1),
|
999
|
-
Among(u"\u03B5\u03BE\u03C9\u03BD", 1, 1),
|
1000
|
-
Among(u"\u03C1", -1, 1),
|
1001
|
-
Among(u"\u03C3\u03C4\u03C1\u03B1\u03B2\u03BF\u03BC\u03BF\u03C5\u03C4\u03C3", -1, 1),
|
1002
|
-
Among(u"\u03BA\u03B1\u03BA\u03BF\u03BC\u03BF\u03C5\u03C4\u03C3", -1, 1)
|
1003
|
-
]
|
1004
|
-
|
1005
|
-
a_63 = [
|
1006
|
-
Among(u"\u03BF\u03C5\u03BC\u03B5", -1, 1),
|
1007
|
-
Among(u"\u03B7\u03B8\u03BF\u03C5\u03BC\u03B5", 0, 1),
|
1008
|
-
Among(u"\u03B7\u03C3\u03BF\u03C5\u03BC\u03B5", 0, 1)
|
1009
|
-
]
|
1010
|
-
|
1011
|
-
a_64 = [
|
1012
|
-
Among(u"\u03B1\u03B6", -1, 1),
|
1013
|
-
Among(u"\u03C9\u03C1\u03B9\u03BF\u03C0\u03BB", -1, 1),
|
1014
|
-
Among(u"\u03B1\u03C3\u03BF\u03C5\u03C3", -1, 1),
|
1015
|
-
Among(u"\u03C0\u03B1\u03C1\u03B1\u03C3\u03BF\u03C5\u03C3", 2, 1),
|
1016
|
-
Among(u"\u03B1\u03BB\u03BB\u03BF\u03C3\u03BF\u03C5\u03C3", -1, 1),
|
1017
|
-
Among(u"\u03C6", -1, 1),
|
1018
|
-
Among(u"\u03C7", -1, 1)
|
1019
|
-
]
|
1020
|
-
|
1021
|
-
a_65 = [
|
1022
|
-
Among(u"\u03BC\u03B1\u03C4\u03B1", -1, 1),
|
1023
|
-
Among(u"\u03BC\u03B1\u03C4\u03C9\u03BD", -1, 1),
|
1024
|
-
Among(u"\u03BC\u03B1\u03C4\u03BF\u03C3", -1, 1)
|
1025
|
-
]
|
1026
|
-
|
1027
|
-
a_66 = [
|
1028
|
-
Among(u"\u03B1", -1, 1),
|
1029
|
-
Among(u"\u03B9\u03BF\u03C5\u03BC\u03B1", 0, 1),
|
1030
|
-
Among(u"\u03BF\u03BC\u03BF\u03C5\u03BD\u03B1", 0, 1),
|
1031
|
-
Among(u"\u03B9\u03BF\u03BC\u03BF\u03C5\u03BD\u03B1", 2, 1),
|
1032
|
-
Among(u"\u03BF\u03C3\u03BF\u03C5\u03BD\u03B1", 0, 1),
|
1033
|
-
Among(u"\u03B9\u03BF\u03C3\u03BF\u03C5\u03BD\u03B1", 4, 1),
|
1034
|
-
Among(u"\u03B5", -1, 1),
|
1035
|
-
Among(u"\u03B1\u03B3\u03B1\u03C4\u03B5", 6, 1),
|
1036
|
-
Among(u"\u03B7\u03BA\u03B1\u03C4\u03B5", 6, 1),
|
1037
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B1\u03C4\u03B5", 8, 1),
|
1038
|
-
Among(u"\u03B7\u03C3\u03B1\u03C4\u03B5", 6, 1),
|
1039
|
-
Among(u"\u03BF\u03C5\u03C3\u03B1\u03C4\u03B5", 6, 1),
|
1040
|
-
Among(u"\u03B5\u03B9\u03C4\u03B5", 6, 1),
|
1041
|
-
Among(u"\u03B7\u03B8\u03B5\u03B9\u03C4\u03B5", 12, 1),
|
1042
|
-
Among(u"\u03B9\u03B5\u03BC\u03B1\u03C3\u03C4\u03B5", 6, 1),
|
1043
|
-
Among(u"\u03BF\u03C5\u03BC\u03B1\u03C3\u03C4\u03B5", 6, 1),
|
1044
|
-
Among(u"\u03B9\u03BF\u03C5\u03BC\u03B1\u03C3\u03C4\u03B5", 15, 1),
|
1045
|
-
Among(u"\u03B9\u03B5\u03C3\u03B1\u03C3\u03C4\u03B5", 6, 1),
|
1046
|
-
Among(u"\u03BF\u03C3\u03B1\u03C3\u03C4\u03B5", 6, 1),
|
1047
|
-
Among(u"\u03B9\u03BF\u03C3\u03B1\u03C3\u03C4\u03B5", 18, 1),
|
1048
|
-
Among(u"\u03B7", -1, 1),
|
1049
|
-
Among(u"\u03B9", -1, 1),
|
1050
|
-
Among(u"\u03B1\u03BC\u03B1\u03B9", 21, 1),
|
1051
|
-
Among(u"\u03B9\u03B5\u03BC\u03B1\u03B9", 21, 1),
|
1052
|
-
Among(u"\u03BF\u03BC\u03B1\u03B9", 21, 1),
|
1053
|
-
Among(u"\u03BF\u03C5\u03BC\u03B1\u03B9", 21, 1),
|
1054
|
-
Among(u"\u03B1\u03C3\u03B1\u03B9", 21, 1),
|
1055
|
-
Among(u"\u03B5\u03C3\u03B1\u03B9", 21, 1),
|
1056
|
-
Among(u"\u03B9\u03B5\u03C3\u03B1\u03B9", 27, 1),
|
1057
|
-
Among(u"\u03B1\u03C4\u03B1\u03B9", 21, 1),
|
1058
|
-
Among(u"\u03B5\u03C4\u03B1\u03B9", 21, 1),
|
1059
|
-
Among(u"\u03B9\u03B5\u03C4\u03B1\u03B9", 30, 1),
|
1060
|
-
Among(u"\u03BF\u03BD\u03C4\u03B1\u03B9", 21, 1),
|
1061
|
-
Among(u"\u03BF\u03C5\u03BD\u03C4\u03B1\u03B9", 21, 1),
|
1062
|
-
Among(u"\u03B9\u03BF\u03C5\u03BD\u03C4\u03B1\u03B9", 33, 1),
|
1063
|
-
Among(u"\u03B5\u03B9", 21, 1),
|
1064
|
-
Among(u"\u03B1\u03B5\u03B9", 35, 1),
|
1065
|
-
Among(u"\u03B7\u03B8\u03B5\u03B9", 35, 1),
|
1066
|
-
Among(u"\u03B7\u03C3\u03B5\u03B9", 35, 1),
|
1067
|
-
Among(u"\u03BF\u03B9", 21, 1),
|
1068
|
-
Among(u"\u03B1\u03BD", -1, 1),
|
1069
|
-
Among(u"\u03B1\u03B3\u03B1\u03BD", 40, 1),
|
1070
|
-
Among(u"\u03B7\u03BA\u03B1\u03BD", 40, 1),
|
1071
|
-
Among(u"\u03B7\u03B8\u03B7\u03BA\u03B1\u03BD", 42, 1),
|
1072
|
-
Among(u"\u03B7\u03C3\u03B1\u03BD", 40, 1),
|
1073
|
-
Among(u"\u03BF\u03C5\u03C3\u03B1\u03BD", 40, 1),
|
1074
|
-
Among(u"\u03BF\u03BD\u03C4\u03BF\u03C5\u03C3\u03B1\u03BD", 45, 1),
|
1075
|
-
Among(u"\u03B9\u03BF\u03BD\u03C4\u03BF\u03C5\u03C3\u03B1\u03BD", 46, 1),
|
1076
|
-
Among(u"\u03BF\u03BD\u03C4\u03B1\u03BD", 40, 1),
|
1077
|
-
Among(u"\u03B9\u03BF\u03BD\u03C4\u03B1\u03BD", 48, 1),
|
1078
|
-
Among(u"\u03BF\u03C5\u03BD\u03C4\u03B1\u03BD", 40, 1),
|
1079
|
-
Among(u"\u03B9\u03BF\u03C5\u03BD\u03C4\u03B1\u03BD", 50, 1),
|
1080
|
-
Among(u"\u03BF\u03C4\u03B1\u03BD", 40, 1),
|
1081
|
-
Among(u"\u03B9\u03BF\u03C4\u03B1\u03BD", 52, 1),
|
1082
|
-
Among(u"\u03BF\u03BC\u03B1\u03C3\u03C4\u03B1\u03BD", 40, 1),
|
1083
|
-
Among(u"\u03B9\u03BF\u03BC\u03B1\u03C3\u03C4\u03B1\u03BD", 54, 1),
|
1084
|
-
Among(u"\u03BF\u03C3\u03B1\u03C3\u03C4\u03B1\u03BD", 40, 1),
|
1085
|
-
Among(u"\u03B9\u03BF\u03C3\u03B1\u03C3\u03C4\u03B1\u03BD", 56, 1),
|
1086
|
-
Among(u"\u03BF\u03C5\u03BD", -1, 1),
|
1087
|
-
Among(u"\u03B7\u03B8\u03BF\u03C5\u03BD", 58, 1),
|
1088
|
-
Among(u"\u03BF\u03BC\u03BF\u03C5\u03BD", 58, 1),
|
1089
|
-
Among(u"\u03B9\u03BF\u03BC\u03BF\u03C5\u03BD", 60, 1),
|
1090
|
-
Among(u"\u03B7\u03C3\u03BF\u03C5\u03BD", 58, 1),
|
1091
|
-
Among(u"\u03BF\u03C3\u03BF\u03C5\u03BD", 58, 1),
|
1092
|
-
Among(u"\u03B9\u03BF\u03C3\u03BF\u03C5\u03BD", 63, 1),
|
1093
|
-
Among(u"\u03C9\u03BD", -1, 1),
|
1094
|
-
Among(u"\u03B7\u03B4\u03C9\u03BD", 65, 1),
|
1095
|
-
Among(u"\u03BF", -1, 1),
|
1096
|
-
Among(u"\u03B1\u03C3", -1, 1),
|
1097
|
-
Among(u"\u03B5\u03C3", -1, 1),
|
1098
|
-
Among(u"\u03B7\u03B4\u03B5\u03C3", 69, 1),
|
1099
|
-
Among(u"\u03B7\u03C3\u03B5\u03C3", 69, 1),
|
1100
|
-
Among(u"\u03B7\u03C3", -1, 1),
|
1101
|
-
Among(u"\u03B5\u03B9\u03C3", -1, 1),
|
1102
|
-
Among(u"\u03B7\u03B8\u03B5\u03B9\u03C3", 73, 1),
|
1103
|
-
Among(u"\u03BF\u03C3", -1, 1),
|
1104
|
-
Among(u"\u03C5\u03C3", -1, 1),
|
1105
|
-
Among(u"\u03BF\u03C5\u03C3", 76, 1),
|
1106
|
-
Among(u"\u03C5", -1, 1),
|
1107
|
-
Among(u"\u03BF\u03C5", 78, 1),
|
1108
|
-
Among(u"\u03C9", -1, 1),
|
1109
|
-
Among(u"\u03B1\u03C9", 80, 1),
|
1110
|
-
Among(u"\u03B7\u03B8\u03C9", 80, 1),
|
1111
|
-
Among(u"\u03B7\u03C3\u03C9", 80, 1)
|
1112
|
-
]
|
1113
|
-
|
1114
|
-
a_67 = [
|
1115
|
-
Among(u"\u03BF\u03C4\u03B5\u03C1", -1, 1),
|
1116
|
-
Among(u"\u03B5\u03C3\u03C4\u03B5\u03C1", -1, 1),
|
1117
|
-
Among(u"\u03C5\u03C4\u03B5\u03C1", -1, 1),
|
1118
|
-
Among(u"\u03C9\u03C4\u03B5\u03C1", -1, 1),
|
1119
|
-
Among(u"\u03BF\u03C4\u03B1\u03C4", -1, 1),
|
1120
|
-
Among(u"\u03B5\u03C3\u03C4\u03B1\u03C4", -1, 1),
|
1121
|
-
Among(u"\u03C5\u03C4\u03B1\u03C4", -1, 1),
|
1122
|
-
Among(u"\u03C9\u03C4\u03B1\u03C4", -1, 1)
|
1123
|
-
]
|
1124
|
-
|
1125
|
-
g_v = [81, 65, 16, 1]
|
1126
|
-
|
1127
|
-
g_v2 = [81, 65, 0, 1]
|
16
|
+
g_v2 = {u"α", u"ε", u"η", u"ι", u"ο", u"ω"}
|
1128
17
|
|
1129
18
|
B_test1 = False
|
1130
19
|
|
1131
20
|
def __r_has_min_length(self):
|
1132
|
-
|
1133
|
-
return False
|
1134
|
-
return True
|
21
|
+
return len(self.current) >= 3
|
1135
22
|
|
1136
23
|
def __r_tolower(self):
|
1137
24
|
while True:
|
@@ -1139,80 +26,78 @@ class GreekStemmer(BaseStemmer):
|
|
1139
26
|
try:
|
1140
27
|
self.ket = self.cursor
|
1141
28
|
among_var = self.find_among_b(GreekStemmer.a_0)
|
1142
|
-
if among_var == 0:
|
1143
|
-
raise lab0()
|
1144
29
|
self.bra = self.cursor
|
1145
30
|
if among_var == 1:
|
1146
|
-
if not self.slice_from(u"
|
31
|
+
if not self.slice_from(u"α"):
|
1147
32
|
return False
|
1148
33
|
elif among_var == 2:
|
1149
|
-
if not self.slice_from(u"
|
34
|
+
if not self.slice_from(u"β"):
|
1150
35
|
return False
|
1151
36
|
elif among_var == 3:
|
1152
|
-
if not self.slice_from(u"
|
37
|
+
if not self.slice_from(u"γ"):
|
1153
38
|
return False
|
1154
39
|
elif among_var == 4:
|
1155
|
-
if not self.slice_from(u"
|
40
|
+
if not self.slice_from(u"δ"):
|
1156
41
|
return False
|
1157
42
|
elif among_var == 5:
|
1158
|
-
if not self.slice_from(u"
|
43
|
+
if not self.slice_from(u"ε"):
|
1159
44
|
return False
|
1160
45
|
elif among_var == 6:
|
1161
|
-
if not self.slice_from(u"
|
46
|
+
if not self.slice_from(u"ζ"):
|
1162
47
|
return False
|
1163
48
|
elif among_var == 7:
|
1164
|
-
if not self.slice_from(u"
|
49
|
+
if not self.slice_from(u"η"):
|
1165
50
|
return False
|
1166
51
|
elif among_var == 8:
|
1167
|
-
if not self.slice_from(u"
|
52
|
+
if not self.slice_from(u"θ"):
|
1168
53
|
return False
|
1169
54
|
elif among_var == 9:
|
1170
|
-
if not self.slice_from(u"
|
55
|
+
if not self.slice_from(u"ι"):
|
1171
56
|
return False
|
1172
57
|
elif among_var == 10:
|
1173
|
-
if not self.slice_from(u"
|
58
|
+
if not self.slice_from(u"κ"):
|
1174
59
|
return False
|
1175
60
|
elif among_var == 11:
|
1176
|
-
if not self.slice_from(u"
|
61
|
+
if not self.slice_from(u"λ"):
|
1177
62
|
return False
|
1178
63
|
elif among_var == 12:
|
1179
|
-
if not self.slice_from(u"
|
64
|
+
if not self.slice_from(u"μ"):
|
1180
65
|
return False
|
1181
66
|
elif among_var == 13:
|
1182
|
-
if not self.slice_from(u"
|
67
|
+
if not self.slice_from(u"ν"):
|
1183
68
|
return False
|
1184
69
|
elif among_var == 14:
|
1185
|
-
if not self.slice_from(u"
|
70
|
+
if not self.slice_from(u"ξ"):
|
1186
71
|
return False
|
1187
72
|
elif among_var == 15:
|
1188
|
-
if not self.slice_from(u"
|
73
|
+
if not self.slice_from(u"ο"):
|
1189
74
|
return False
|
1190
75
|
elif among_var == 16:
|
1191
|
-
if not self.slice_from(u"
|
76
|
+
if not self.slice_from(u"π"):
|
1192
77
|
return False
|
1193
78
|
elif among_var == 17:
|
1194
|
-
if not self.slice_from(u"
|
79
|
+
if not self.slice_from(u"ρ"):
|
1195
80
|
return False
|
1196
81
|
elif among_var == 18:
|
1197
|
-
if not self.slice_from(u"
|
82
|
+
if not self.slice_from(u"σ"):
|
1198
83
|
return False
|
1199
84
|
elif among_var == 19:
|
1200
|
-
if not self.slice_from(u"
|
85
|
+
if not self.slice_from(u"τ"):
|
1201
86
|
return False
|
1202
87
|
elif among_var == 20:
|
1203
|
-
if not self.slice_from(u"
|
88
|
+
if not self.slice_from(u"υ"):
|
1204
89
|
return False
|
1205
90
|
elif among_var == 21:
|
1206
|
-
if not self.slice_from(u"
|
91
|
+
if not self.slice_from(u"φ"):
|
1207
92
|
return False
|
1208
93
|
elif among_var == 22:
|
1209
|
-
if not self.slice_from(u"
|
94
|
+
if not self.slice_from(u"χ"):
|
1210
95
|
return False
|
1211
96
|
elif among_var == 23:
|
1212
|
-
if not self.slice_from(u"
|
97
|
+
if not self.slice_from(u"ψ"):
|
1213
98
|
return False
|
1214
99
|
elif among_var == 24:
|
1215
|
-
if not self.slice_from(u"
|
100
|
+
if not self.slice_from(u"ω"):
|
1216
101
|
return False
|
1217
102
|
else:
|
1218
103
|
if self.cursor <= self.limit_backward:
|
@@ -1224,49 +109,49 @@ class GreekStemmer(BaseStemmer):
|
|
1224
109
|
break
|
1225
110
|
return True
|
1226
111
|
|
1227
|
-
def
|
112
|
+
def __r_step_1(self):
|
1228
113
|
self.ket = self.cursor
|
1229
114
|
among_var = self.find_among_b(GreekStemmer.a_1)
|
1230
115
|
if among_var == 0:
|
1231
116
|
return False
|
1232
117
|
self.bra = self.cursor
|
1233
118
|
if among_var == 1:
|
1234
|
-
if not self.slice_from(u"
|
119
|
+
if not self.slice_from(u"φα"):
|
1235
120
|
return False
|
1236
121
|
elif among_var == 2:
|
1237
|
-
if not self.slice_from(u"
|
122
|
+
if not self.slice_from(u"σκα"):
|
1238
123
|
return False
|
1239
124
|
elif among_var == 3:
|
1240
|
-
if not self.slice_from(u"
|
125
|
+
if not self.slice_from(u"ολο"):
|
1241
126
|
return False
|
1242
127
|
elif among_var == 4:
|
1243
|
-
if not self.slice_from(u"
|
128
|
+
if not self.slice_from(u"σο"):
|
1244
129
|
return False
|
1245
130
|
elif among_var == 5:
|
1246
|
-
if not self.slice_from(u"
|
131
|
+
if not self.slice_from(u"τατο"):
|
1247
132
|
return False
|
1248
133
|
elif among_var == 6:
|
1249
|
-
if not self.slice_from(u"
|
134
|
+
if not self.slice_from(u"κρε"):
|
1250
135
|
return False
|
1251
136
|
elif among_var == 7:
|
1252
|
-
if not self.slice_from(u"
|
137
|
+
if not self.slice_from(u"περ"):
|
1253
138
|
return False
|
1254
139
|
elif among_var == 8:
|
1255
|
-
if not self.slice_from(u"
|
140
|
+
if not self.slice_from(u"τερ"):
|
1256
141
|
return False
|
1257
142
|
elif among_var == 9:
|
1258
|
-
if not self.slice_from(u"
|
143
|
+
if not self.slice_from(u"φω"):
|
1259
144
|
return False
|
1260
145
|
elif among_var == 10:
|
1261
|
-
if not self.slice_from(u"
|
146
|
+
if not self.slice_from(u"καθεστ"):
|
1262
147
|
return False
|
1263
148
|
else:
|
1264
|
-
if not self.slice_from(u"
|
149
|
+
if not self.slice_from(u"γεγον"):
|
1265
150
|
return False
|
1266
151
|
self.B_test1 = False
|
1267
152
|
return True
|
1268
153
|
|
1269
|
-
def
|
154
|
+
def __r_step_s1(self):
|
1270
155
|
self.ket = self.cursor
|
1271
156
|
if self.find_among_b(GreekStemmer.a_3) == 0:
|
1272
157
|
return False
|
@@ -1283,14 +168,14 @@ class GreekStemmer(BaseStemmer):
|
|
1283
168
|
if self.cursor > self.limit_backward:
|
1284
169
|
return False
|
1285
170
|
if among_var == 1:
|
1286
|
-
if not self.slice_from(u"
|
171
|
+
if not self.slice_from(u"ι"):
|
1287
172
|
return False
|
1288
173
|
else:
|
1289
|
-
if not self.slice_from(u"
|
174
|
+
if not self.slice_from(u"ιζ"):
|
1290
175
|
return False
|
1291
176
|
return True
|
1292
177
|
|
1293
|
-
def
|
178
|
+
def __r_step_s2(self):
|
1294
179
|
self.ket = self.cursor
|
1295
180
|
if self.find_among_b(GreekStemmer.a_5) == 0:
|
1296
181
|
return False
|
@@ -1305,48 +190,50 @@ class GreekStemmer(BaseStemmer):
|
|
1305
190
|
return False
|
1306
191
|
if self.cursor > self.limit_backward:
|
1307
192
|
return False
|
1308
|
-
if not self.slice_from(u"
|
193
|
+
if not self.slice_from(u"ων"):
|
1309
194
|
return False
|
1310
195
|
return True
|
1311
196
|
|
1312
|
-
def
|
1313
|
-
self.ket = self.cursor
|
1314
|
-
if self.find_among_b(GreekStemmer.a_7) == 0:
|
1315
|
-
return False
|
1316
|
-
self.bra = self.cursor
|
1317
|
-
if not self.slice_del():
|
1318
|
-
return False
|
1319
|
-
|
1320
|
-
self.B_test1 = False
|
197
|
+
def __r_step_s3(self):
|
1321
198
|
try:
|
1322
199
|
v_1 = self.limit - self.cursor
|
1323
200
|
try:
|
1324
|
-
|
201
|
+
self.ket = self.cursor
|
202
|
+
if not self.eq_s_b(u"ισα"):
|
1325
203
|
raise lab1()
|
204
|
+
self.bra = self.cursor
|
1326
205
|
if self.cursor > self.limit_backward:
|
1327
206
|
raise lab1()
|
1328
|
-
if not self.slice_from(u"
|
207
|
+
if not self.slice_from(u"ισ"):
|
1329
208
|
return False
|
1330
209
|
raise lab0()
|
1331
210
|
except lab1: pass
|
1332
211
|
self.cursor = self.limit - v_1
|
1333
212
|
self.ket = self.cursor
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
213
|
+
except lab0: pass
|
214
|
+
if self.find_among_b(GreekStemmer.a_7) == 0:
|
215
|
+
return False
|
216
|
+
self.bra = self.cursor
|
217
|
+
if not self.slice_del():
|
218
|
+
return False
|
219
|
+
|
220
|
+
self.B_test1 = False
|
221
|
+
self.ket = self.cursor
|
222
|
+
self.bra = self.cursor
|
223
|
+
among_var = self.find_among_b(GreekStemmer.a_6)
|
224
|
+
if among_var == 0:
|
225
|
+
return False
|
226
|
+
if self.cursor > self.limit_backward:
|
227
|
+
return False
|
228
|
+
if among_var == 1:
|
229
|
+
if not self.slice_from(u"ι"):
|
1337
230
|
return False
|
1338
|
-
|
231
|
+
else:
|
232
|
+
if not self.slice_from(u"ισ"):
|
1339
233
|
return False
|
1340
|
-
if among_var == 1:
|
1341
|
-
if not self.slice_from(u"\u03B9"):
|
1342
|
-
return False
|
1343
|
-
else:
|
1344
|
-
if not self.slice_from(u"\u03B9\u03C3"):
|
1345
|
-
return False
|
1346
|
-
except lab0: pass
|
1347
234
|
return True
|
1348
235
|
|
1349
|
-
def
|
236
|
+
def __r_step_s4(self):
|
1350
237
|
self.ket = self.cursor
|
1351
238
|
if self.find_among_b(GreekStemmer.a_9) == 0:
|
1352
239
|
return False
|
@@ -1361,11 +248,11 @@ class GreekStemmer(BaseStemmer):
|
|
1361
248
|
return False
|
1362
249
|
if self.cursor > self.limit_backward:
|
1363
250
|
return False
|
1364
|
-
if not self.slice_from(u"
|
251
|
+
if not self.slice_from(u"ι"):
|
1365
252
|
return False
|
1366
253
|
return True
|
1367
254
|
|
1368
|
-
def
|
255
|
+
def __r_step_s5(self):
|
1369
256
|
self.ket = self.cursor
|
1370
257
|
if self.find_among_b(GreekStemmer.a_11) == 0:
|
1371
258
|
return False
|
@@ -1382,14 +269,14 @@ class GreekStemmer(BaseStemmer):
|
|
1382
269
|
if self.cursor > self.limit_backward:
|
1383
270
|
return False
|
1384
271
|
if among_var == 1:
|
1385
|
-
if not self.slice_from(u"
|
272
|
+
if not self.slice_from(u"ι"):
|
1386
273
|
return False
|
1387
274
|
else:
|
1388
|
-
if not self.slice_from(u"
|
275
|
+
if not self.slice_from(u"ιστ"):
|
1389
276
|
return False
|
1390
277
|
return True
|
1391
278
|
|
1392
|
-
def
|
279
|
+
def __r_step_s6(self):
|
1393
280
|
self.ket = self.cursor
|
1394
281
|
if self.find_among_b(GreekStemmer.a_14) == 0:
|
1395
282
|
return False
|
@@ -1409,10 +296,10 @@ class GreekStemmer(BaseStemmer):
|
|
1409
296
|
if self.cursor > self.limit_backward:
|
1410
297
|
raise lab1()
|
1411
298
|
if among_var == 1:
|
1412
|
-
if not self.slice_from(u"
|
299
|
+
if not self.slice_from(u"ισμ"):
|
1413
300
|
return False
|
1414
301
|
else:
|
1415
|
-
if not self.slice_from(u"
|
302
|
+
if not self.slice_from(u"ι"):
|
1416
303
|
return False
|
1417
304
|
raise lab0()
|
1418
305
|
except lab1: pass
|
@@ -1423,39 +310,39 @@ class GreekStemmer(BaseStemmer):
|
|
1423
310
|
return False
|
1424
311
|
self.bra = self.cursor
|
1425
312
|
if among_var == 1:
|
1426
|
-
if not self.slice_from(u"
|
313
|
+
if not self.slice_from(u"αγνωστ"):
|
1427
314
|
return False
|
1428
315
|
elif among_var == 2:
|
1429
|
-
if not self.slice_from(u"
|
316
|
+
if not self.slice_from(u"ατομ"):
|
1430
317
|
return False
|
1431
318
|
elif among_var == 3:
|
1432
|
-
if not self.slice_from(u"
|
319
|
+
if not self.slice_from(u"γνωστ"):
|
1433
320
|
return False
|
1434
321
|
elif among_var == 4:
|
1435
|
-
if not self.slice_from(u"
|
322
|
+
if not self.slice_from(u"εθν"):
|
1436
323
|
return False
|
1437
324
|
elif among_var == 5:
|
1438
|
-
if not self.slice_from(u"
|
325
|
+
if not self.slice_from(u"εκλεκτ"):
|
1439
326
|
return False
|
1440
327
|
elif among_var == 6:
|
1441
|
-
if not self.slice_from(u"
|
328
|
+
if not self.slice_from(u"σκεπτ"):
|
1442
329
|
return False
|
1443
330
|
elif among_var == 7:
|
1444
|
-
if not self.slice_from(u"
|
331
|
+
if not self.slice_from(u"τοπ"):
|
1445
332
|
return False
|
1446
333
|
elif among_var == 8:
|
1447
|
-
if not self.slice_from(u"
|
334
|
+
if not self.slice_from(u"αλεξανδρ"):
|
1448
335
|
return False
|
1449
336
|
elif among_var == 9:
|
1450
|
-
if not self.slice_from(u"
|
337
|
+
if not self.slice_from(u"βυζαντ"):
|
1451
338
|
return False
|
1452
339
|
else:
|
1453
|
-
if not self.slice_from(u"
|
340
|
+
if not self.slice_from(u"θεατρ"):
|
1454
341
|
return False
|
1455
342
|
except lab0: pass
|
1456
343
|
return True
|
1457
344
|
|
1458
|
-
def
|
345
|
+
def __r_step_s7(self):
|
1459
346
|
self.ket = self.cursor
|
1460
347
|
if self.find_among_b(GreekStemmer.a_16) == 0:
|
1461
348
|
return False
|
@@ -1470,11 +357,11 @@ class GreekStemmer(BaseStemmer):
|
|
1470
357
|
return False
|
1471
358
|
if self.cursor > self.limit_backward:
|
1472
359
|
return False
|
1473
|
-
if not self.slice_from(u"
|
360
|
+
if not self.slice_from(u"αρακ"):
|
1474
361
|
return False
|
1475
362
|
return True
|
1476
363
|
|
1477
|
-
def
|
364
|
+
def __r_step_s8(self):
|
1478
365
|
self.ket = self.cursor
|
1479
366
|
if self.find_among_b(GreekStemmer.a_18) == 0:
|
1480
367
|
return False
|
@@ -1494,24 +381,24 @@ class GreekStemmer(BaseStemmer):
|
|
1494
381
|
if self.cursor > self.limit_backward:
|
1495
382
|
raise lab1()
|
1496
383
|
if among_var == 1:
|
1497
|
-
if not self.slice_from(u"
|
384
|
+
if not self.slice_from(u"ακ"):
|
1498
385
|
return False
|
1499
386
|
else:
|
1500
|
-
if not self.slice_from(u"
|
387
|
+
if not self.slice_from(u"ιτσ"):
|
1501
388
|
return False
|
1502
389
|
raise lab0()
|
1503
390
|
except lab1: pass
|
1504
391
|
self.cursor = self.limit - v_1
|
1505
392
|
self.ket = self.cursor
|
1506
393
|
self.bra = self.cursor
|
1507
|
-
if not self.eq_s_b(u"
|
394
|
+
if not self.eq_s_b(u"κορ"):
|
1508
395
|
return False
|
1509
|
-
if not self.slice_from(u"
|
396
|
+
if not self.slice_from(u"ιτσ"):
|
1510
397
|
return False
|
1511
398
|
except lab0: pass
|
1512
399
|
return True
|
1513
400
|
|
1514
|
-
def
|
401
|
+
def __r_step_s9(self):
|
1515
402
|
self.ket = self.cursor
|
1516
403
|
if self.find_among_b(GreekStemmer.a_21) == 0:
|
1517
404
|
return False
|
@@ -1529,7 +416,7 @@ class GreekStemmer(BaseStemmer):
|
|
1529
416
|
raise lab1()
|
1530
417
|
if self.cursor > self.limit_backward:
|
1531
418
|
raise lab1()
|
1532
|
-
if not self.slice_from(u"
|
419
|
+
if not self.slice_from(u"ιδ"):
|
1533
420
|
return False
|
1534
421
|
raise lab0()
|
1535
422
|
except lab1: pass
|
@@ -1538,12 +425,12 @@ class GreekStemmer(BaseStemmer):
|
|
1538
425
|
self.bra = self.cursor
|
1539
426
|
if self.find_among_b(GreekStemmer.a_20) == 0:
|
1540
427
|
return False
|
1541
|
-
if not self.slice_from(u"
|
428
|
+
if not self.slice_from(u"ιδ"):
|
1542
429
|
return False
|
1543
430
|
except lab0: pass
|
1544
431
|
return True
|
1545
432
|
|
1546
|
-
def
|
433
|
+
def __r_step_s10(self):
|
1547
434
|
self.ket = self.cursor
|
1548
435
|
if self.find_among_b(GreekStemmer.a_23) == 0:
|
1549
436
|
return False
|
@@ -1558,11 +445,11 @@ class GreekStemmer(BaseStemmer):
|
|
1558
445
|
return False
|
1559
446
|
if self.cursor > self.limit_backward:
|
1560
447
|
return False
|
1561
|
-
if not self.slice_from(u"
|
448
|
+
if not self.slice_from(u"ισκ"):
|
1562
449
|
return False
|
1563
450
|
return True
|
1564
451
|
|
1565
|
-
def
|
452
|
+
def __r_step_2a(self):
|
1566
453
|
self.ket = self.cursor
|
1567
454
|
if self.find_among_b(GreekStemmer.a_24) == 0:
|
1568
455
|
return False
|
@@ -1578,11 +465,11 @@ class GreekStemmer(BaseStemmer):
|
|
1578
465
|
except lab0: pass
|
1579
466
|
self.cursor = self.limit - v_1
|
1580
467
|
c = self.cursor
|
1581
|
-
self.insert(self.cursor, self.cursor, u"
|
468
|
+
self.insert(self.cursor, self.cursor, u"αδ")
|
1582
469
|
self.cursor = c
|
1583
470
|
return True
|
1584
471
|
|
1585
|
-
def
|
472
|
+
def __r_step_2b(self):
|
1586
473
|
self.ket = self.cursor
|
1587
474
|
if self.find_among_b(GreekStemmer.a_26) == 0:
|
1588
475
|
return False
|
@@ -1594,11 +481,11 @@ class GreekStemmer(BaseStemmer):
|
|
1594
481
|
self.bra = self.cursor
|
1595
482
|
if self.find_among_b(GreekStemmer.a_27) == 0:
|
1596
483
|
return False
|
1597
|
-
if not self.slice_from(u"
|
484
|
+
if not self.slice_from(u"εδ"):
|
1598
485
|
return False
|
1599
486
|
return True
|
1600
487
|
|
1601
|
-
def
|
488
|
+
def __r_step_2c(self):
|
1602
489
|
self.ket = self.cursor
|
1603
490
|
if self.find_among_b(GreekStemmer.a_28) == 0:
|
1604
491
|
return False
|
@@ -1610,11 +497,11 @@ class GreekStemmer(BaseStemmer):
|
|
1610
497
|
self.bra = self.cursor
|
1611
498
|
if self.find_among_b(GreekStemmer.a_29) == 0:
|
1612
499
|
return False
|
1613
|
-
if not self.slice_from(u"
|
500
|
+
if not self.slice_from(u"ουδ"):
|
1614
501
|
return False
|
1615
502
|
return True
|
1616
503
|
|
1617
|
-
def
|
504
|
+
def __r_step_2d(self):
|
1618
505
|
self.ket = self.cursor
|
1619
506
|
if self.find_among_b(GreekStemmer.a_30) == 0:
|
1620
507
|
return False
|
@@ -1629,11 +516,11 @@ class GreekStemmer(BaseStemmer):
|
|
1629
516
|
return False
|
1630
517
|
if self.cursor > self.limit_backward:
|
1631
518
|
return False
|
1632
|
-
if not self.slice_from(u"
|
519
|
+
if not self.slice_from(u"ε"):
|
1633
520
|
return False
|
1634
521
|
return True
|
1635
522
|
|
1636
|
-
def
|
523
|
+
def __r_step_3(self):
|
1637
524
|
self.ket = self.cursor
|
1638
525
|
if self.find_among_b(GreekStemmer.a_32) == 0:
|
1639
526
|
return False
|
@@ -1644,13 +531,13 @@ class GreekStemmer(BaseStemmer):
|
|
1644
531
|
self.B_test1 = False
|
1645
532
|
self.ket = self.cursor
|
1646
533
|
self.bra = self.cursor
|
1647
|
-
if not self.in_grouping_b(GreekStemmer.g_v
|
534
|
+
if not self.in_grouping_b(GreekStemmer.g_v):
|
1648
535
|
return False
|
1649
|
-
if not self.slice_from(u"
|
536
|
+
if not self.slice_from(u"ι"):
|
1650
537
|
return False
|
1651
538
|
return True
|
1652
539
|
|
1653
|
-
def
|
540
|
+
def __r_step_4(self):
|
1654
541
|
self.ket = self.cursor
|
1655
542
|
if self.find_among_b(GreekStemmer.a_33) == 0:
|
1656
543
|
return False
|
@@ -1664,9 +551,9 @@ class GreekStemmer(BaseStemmer):
|
|
1664
551
|
try:
|
1665
552
|
self.ket = self.cursor
|
1666
553
|
self.bra = self.cursor
|
1667
|
-
if not self.in_grouping_b(GreekStemmer.g_v
|
554
|
+
if not self.in_grouping_b(GreekStemmer.g_v):
|
1668
555
|
raise lab1()
|
1669
|
-
if not self.slice_from(u"
|
556
|
+
if not self.slice_from(u"ικ"):
|
1670
557
|
return False
|
1671
558
|
raise lab0()
|
1672
559
|
except lab1: pass
|
@@ -1678,18 +565,20 @@ class GreekStemmer(BaseStemmer):
|
|
1678
565
|
return False
|
1679
566
|
if self.cursor > self.limit_backward:
|
1680
567
|
return False
|
1681
|
-
if not self.slice_from(u"
|
568
|
+
if not self.slice_from(u"ικ"):
|
1682
569
|
return False
|
1683
570
|
return True
|
1684
571
|
|
1685
|
-
def
|
572
|
+
def __r_step_5a(self):
|
1686
573
|
v_1 = self.limit - self.cursor
|
1687
574
|
try:
|
1688
|
-
|
575
|
+
self.ket = self.cursor
|
576
|
+
if not self.eq_s_b(u"αγαμε"):
|
1689
577
|
raise lab0()
|
578
|
+
self.bra = self.cursor
|
1690
579
|
if self.cursor > self.limit_backward:
|
1691
580
|
raise lab0()
|
1692
|
-
if not self.slice_from(u"
|
581
|
+
if not self.slice_from(u"αγαμ"):
|
1693
582
|
return False
|
1694
583
|
except lab0: pass
|
1695
584
|
self.cursor = self.limit - v_1
|
@@ -1706,7 +595,7 @@ class GreekStemmer(BaseStemmer):
|
|
1706
595
|
except lab1: pass
|
1707
596
|
self.cursor = self.limit - v_2
|
1708
597
|
self.ket = self.cursor
|
1709
|
-
if not self.eq_s_b(u"
|
598
|
+
if not self.eq_s_b(u"αμε"):
|
1710
599
|
return False
|
1711
600
|
self.bra = self.cursor
|
1712
601
|
if not self.slice_del():
|
@@ -1719,11 +608,11 @@ class GreekStemmer(BaseStemmer):
|
|
1719
608
|
return False
|
1720
609
|
if self.cursor > self.limit_backward:
|
1721
610
|
return False
|
1722
|
-
if not self.slice_from(u"
|
611
|
+
if not self.slice_from(u"αμ"):
|
1723
612
|
return False
|
1724
613
|
return True
|
1725
614
|
|
1726
|
-
def
|
615
|
+
def __r_step_5b(self):
|
1727
616
|
v_1 = self.limit - self.cursor
|
1728
617
|
try:
|
1729
618
|
self.ket = self.cursor
|
@@ -1740,12 +629,12 @@ class GreekStemmer(BaseStemmer):
|
|
1740
629
|
raise lab0()
|
1741
630
|
if self.cursor > self.limit_backward:
|
1742
631
|
raise lab0()
|
1743
|
-
if not self.slice_from(u"
|
632
|
+
if not self.slice_from(u"αγαν"):
|
1744
633
|
return False
|
1745
634
|
except lab0: pass
|
1746
635
|
self.cursor = self.limit - v_1
|
1747
636
|
self.ket = self.cursor
|
1748
|
-
if not self.eq_s_b(u"
|
637
|
+
if not self.eq_s_b(u"ανε"):
|
1749
638
|
return False
|
1750
639
|
self.bra = self.cursor
|
1751
640
|
if not self.slice_del():
|
@@ -1757,9 +646,9 @@ class GreekStemmer(BaseStemmer):
|
|
1757
646
|
try:
|
1758
647
|
self.ket = self.cursor
|
1759
648
|
self.bra = self.cursor
|
1760
|
-
if not self.in_grouping_b(GreekStemmer.g_v2
|
649
|
+
if not self.in_grouping_b(GreekStemmer.g_v2):
|
1761
650
|
raise lab2()
|
1762
|
-
if not self.slice_from(u"
|
651
|
+
if not self.slice_from(u"αν"):
|
1763
652
|
return False
|
1764
653
|
raise lab1()
|
1765
654
|
except lab2: pass
|
@@ -1771,11 +660,11 @@ class GreekStemmer(BaseStemmer):
|
|
1771
660
|
return False
|
1772
661
|
if self.cursor > self.limit_backward:
|
1773
662
|
return False
|
1774
|
-
if not self.slice_from(u"
|
663
|
+
if not self.slice_from(u"αν"):
|
1775
664
|
return False
|
1776
665
|
return True
|
1777
666
|
|
1778
|
-
def
|
667
|
+
def __r_step_5c(self):
|
1779
668
|
v_1 = self.limit - self.cursor
|
1780
669
|
try:
|
1781
670
|
self.ket = self.cursor
|
@@ -1789,7 +678,7 @@ class GreekStemmer(BaseStemmer):
|
|
1789
678
|
except lab0: pass
|
1790
679
|
self.cursor = self.limit - v_1
|
1791
680
|
self.ket = self.cursor
|
1792
|
-
if not self.eq_s_b(u"
|
681
|
+
if not self.eq_s_b(u"ετε"):
|
1793
682
|
return False
|
1794
683
|
self.bra = self.cursor
|
1795
684
|
if not self.slice_del():
|
@@ -1801,9 +690,9 @@ class GreekStemmer(BaseStemmer):
|
|
1801
690
|
try:
|
1802
691
|
self.ket = self.cursor
|
1803
692
|
self.bra = self.cursor
|
1804
|
-
if not self.in_grouping_b(GreekStemmer.g_v2
|
693
|
+
if not self.in_grouping_b(GreekStemmer.g_v2):
|
1805
694
|
raise lab2()
|
1806
|
-
if not self.slice_from(u"
|
695
|
+
if not self.slice_from(u"ετ"):
|
1807
696
|
return False
|
1808
697
|
raise lab1()
|
1809
698
|
except lab2: pass
|
@@ -1813,7 +702,7 @@ class GreekStemmer(BaseStemmer):
|
|
1813
702
|
self.bra = self.cursor
|
1814
703
|
if self.find_among_b(GreekStemmer.a_41) == 0:
|
1815
704
|
raise lab3()
|
1816
|
-
if not self.slice_from(u"
|
705
|
+
if not self.slice_from(u"ετ"):
|
1817
706
|
return False
|
1818
707
|
raise lab1()
|
1819
708
|
except lab3: pass
|
@@ -1825,11 +714,11 @@ class GreekStemmer(BaseStemmer):
|
|
1825
714
|
return False
|
1826
715
|
if self.cursor > self.limit_backward:
|
1827
716
|
return False
|
1828
|
-
if not self.slice_from(u"
|
717
|
+
if not self.slice_from(u"ετ"):
|
1829
718
|
return False
|
1830
719
|
return True
|
1831
720
|
|
1832
|
-
def
|
721
|
+
def __r_step_5d(self):
|
1833
722
|
self.ket = self.cursor
|
1834
723
|
if self.find_among_b(GreekStemmer.a_43) == 0:
|
1835
724
|
return False
|
@@ -1843,25 +732,25 @@ class GreekStemmer(BaseStemmer):
|
|
1843
732
|
try:
|
1844
733
|
self.ket = self.cursor
|
1845
734
|
self.bra = self.cursor
|
1846
|
-
if not self.eq_s_b(u"
|
735
|
+
if not self.eq_s_b(u"αρχ"):
|
1847
736
|
raise lab1()
|
1848
737
|
if self.cursor > self.limit_backward:
|
1849
738
|
raise lab1()
|
1850
|
-
if not self.slice_from(u"
|
739
|
+
if not self.slice_from(u"οντ"):
|
1851
740
|
return False
|
1852
741
|
raise lab0()
|
1853
742
|
except lab1: pass
|
1854
743
|
self.cursor = self.limit - v_1
|
1855
744
|
self.ket = self.cursor
|
1856
745
|
self.bra = self.cursor
|
1857
|
-
if not self.eq_s_b(u"
|
746
|
+
if not self.eq_s_b(u"κρε"):
|
1858
747
|
return False
|
1859
|
-
if not self.slice_from(u"
|
748
|
+
if not self.slice_from(u"ωντ"):
|
1860
749
|
return False
|
1861
750
|
except lab0: pass
|
1862
751
|
return True
|
1863
752
|
|
1864
|
-
def
|
753
|
+
def __r_step_5e(self):
|
1865
754
|
self.ket = self.cursor
|
1866
755
|
if self.find_among_b(GreekStemmer.a_44) == 0:
|
1867
756
|
return False
|
@@ -1872,19 +761,19 @@ class GreekStemmer(BaseStemmer):
|
|
1872
761
|
self.B_test1 = False
|
1873
762
|
self.ket = self.cursor
|
1874
763
|
self.bra = self.cursor
|
1875
|
-
if not self.eq_s_b(u"
|
764
|
+
if not self.eq_s_b(u"ον"):
|
1876
765
|
return False
|
1877
766
|
if self.cursor > self.limit_backward:
|
1878
767
|
return False
|
1879
|
-
if not self.slice_from(u"
|
768
|
+
if not self.slice_from(u"ομαστ"):
|
1880
769
|
return False
|
1881
770
|
return True
|
1882
771
|
|
1883
|
-
def
|
772
|
+
def __r_step_5f(self):
|
1884
773
|
v_1 = self.limit - self.cursor
|
1885
774
|
try:
|
1886
775
|
self.ket = self.cursor
|
1887
|
-
if not self.eq_s_b(u"
|
776
|
+
if not self.eq_s_b(u"ιεστε"):
|
1888
777
|
raise lab0()
|
1889
778
|
self.bra = self.cursor
|
1890
779
|
if not self.slice_del():
|
@@ -1897,12 +786,12 @@ class GreekStemmer(BaseStemmer):
|
|
1897
786
|
raise lab0()
|
1898
787
|
if self.cursor > self.limit_backward:
|
1899
788
|
raise lab0()
|
1900
|
-
if not self.slice_from(u"
|
789
|
+
if not self.slice_from(u"ιεστ"):
|
1901
790
|
return False
|
1902
791
|
except lab0: pass
|
1903
792
|
self.cursor = self.limit - v_1
|
1904
793
|
self.ket = self.cursor
|
1905
|
-
if not self.eq_s_b(u"
|
794
|
+
if not self.eq_s_b(u"εστε"):
|
1906
795
|
return False
|
1907
796
|
self.bra = self.cursor
|
1908
797
|
if not self.slice_del():
|
@@ -1915,11 +804,11 @@ class GreekStemmer(BaseStemmer):
|
|
1915
804
|
return False
|
1916
805
|
if self.cursor > self.limit_backward:
|
1917
806
|
return False
|
1918
|
-
if not self.slice_from(u"
|
807
|
+
if not self.slice_from(u"ιεστ"):
|
1919
808
|
return False
|
1920
809
|
return True
|
1921
810
|
|
1922
|
-
def
|
811
|
+
def __r_step_5g(self):
|
1923
812
|
v_1 = self.limit - self.cursor
|
1924
813
|
try:
|
1925
814
|
self.ket = self.cursor
|
@@ -1947,7 +836,7 @@ class GreekStemmer(BaseStemmer):
|
|
1947
836
|
self.bra = self.cursor
|
1948
837
|
if self.find_among_b(GreekStemmer.a_48) == 0:
|
1949
838
|
raise lab2()
|
1950
|
-
if not self.slice_from(u"
|
839
|
+
if not self.slice_from(u"ηκ"):
|
1951
840
|
return False
|
1952
841
|
raise lab1()
|
1953
842
|
except lab2: pass
|
@@ -1958,12 +847,12 @@ class GreekStemmer(BaseStemmer):
|
|
1958
847
|
return False
|
1959
848
|
if self.cursor > self.limit_backward:
|
1960
849
|
return False
|
1961
|
-
if not self.slice_from(u"
|
850
|
+
if not self.slice_from(u"ηκ"):
|
1962
851
|
return False
|
1963
852
|
except lab1: pass
|
1964
853
|
return True
|
1965
854
|
|
1966
|
-
def
|
855
|
+
def __r_step_5h(self):
|
1967
856
|
self.ket = self.cursor
|
1968
857
|
if self.find_among_b(GreekStemmer.a_53) == 0:
|
1969
858
|
return False
|
@@ -1979,7 +868,7 @@ class GreekStemmer(BaseStemmer):
|
|
1979
868
|
self.bra = self.cursor
|
1980
869
|
if self.find_among_b(GreekStemmer.a_51) == 0:
|
1981
870
|
raise lab1()
|
1982
|
-
if not self.slice_from(u"
|
871
|
+
if not self.slice_from(u"ουσ"):
|
1983
872
|
return False
|
1984
873
|
raise lab0()
|
1985
874
|
except lab1: pass
|
@@ -1990,12 +879,12 @@ class GreekStemmer(BaseStemmer):
|
|
1990
879
|
return False
|
1991
880
|
if self.cursor > self.limit_backward:
|
1992
881
|
return False
|
1993
|
-
if not self.slice_from(u"
|
882
|
+
if not self.slice_from(u"ουσ"):
|
1994
883
|
return False
|
1995
884
|
except lab0: pass
|
1996
885
|
return True
|
1997
886
|
|
1998
|
-
def
|
887
|
+
def __r_step_5i(self):
|
1999
888
|
self.ket = self.cursor
|
2000
889
|
if self.find_among_b(GreekStemmer.a_56) == 0:
|
2001
890
|
return False
|
@@ -2009,9 +898,9 @@ class GreekStemmer(BaseStemmer):
|
|
2009
898
|
try:
|
2010
899
|
self.ket = self.cursor
|
2011
900
|
self.bra = self.cursor
|
2012
|
-
if not self.eq_s_b(u"
|
901
|
+
if not self.eq_s_b(u"κολλ"):
|
2013
902
|
raise lab1()
|
2014
|
-
if not self.slice_from(u"
|
903
|
+
if not self.slice_from(u"αγ"):
|
2015
904
|
return False
|
2016
905
|
raise lab0()
|
2017
906
|
except lab1: pass
|
@@ -2025,7 +914,7 @@ class GreekStemmer(BaseStemmer):
|
|
2025
914
|
if among_var == 0:
|
2026
915
|
raise lab3()
|
2027
916
|
if among_var == 1:
|
2028
|
-
if not self.slice_from(u"
|
917
|
+
if not self.slice_from(u"αγ"):
|
2029
918
|
return False
|
2030
919
|
raise lab2()
|
2031
920
|
except lab3: pass
|
@@ -2036,13 +925,13 @@ class GreekStemmer(BaseStemmer):
|
|
2036
925
|
return False
|
2037
926
|
if self.cursor > self.limit_backward:
|
2038
927
|
return False
|
2039
|
-
if not self.slice_from(u"
|
928
|
+
if not self.slice_from(u"αγ"):
|
2040
929
|
return False
|
2041
930
|
except lab2: pass
|
2042
931
|
except lab0: pass
|
2043
932
|
return True
|
2044
933
|
|
2045
|
-
def
|
934
|
+
def __r_step_5j(self):
|
2046
935
|
self.ket = self.cursor
|
2047
936
|
if self.find_among_b(GreekStemmer.a_57) == 0:
|
2048
937
|
return False
|
@@ -2057,11 +946,11 @@ class GreekStemmer(BaseStemmer):
|
|
2057
946
|
return False
|
2058
947
|
if self.cursor > self.limit_backward:
|
2059
948
|
return False
|
2060
|
-
if not self.slice_from(u"
|
949
|
+
if not self.slice_from(u"ησ"):
|
2061
950
|
return False
|
2062
951
|
return True
|
2063
952
|
|
2064
|
-
def
|
953
|
+
def __r_step_5k(self):
|
2065
954
|
self.ket = self.cursor
|
2066
955
|
if self.find_among_b(GreekStemmer.a_59) == 0:
|
2067
956
|
return False
|
@@ -2076,11 +965,11 @@ class GreekStemmer(BaseStemmer):
|
|
2076
965
|
return False
|
2077
966
|
if self.cursor > self.limit_backward:
|
2078
967
|
return False
|
2079
|
-
if not self.slice_from(u"
|
968
|
+
if not self.slice_from(u"ηστ"):
|
2080
969
|
return False
|
2081
970
|
return True
|
2082
971
|
|
2083
|
-
def
|
972
|
+
def __r_step_5l(self):
|
2084
973
|
self.ket = self.cursor
|
2085
974
|
if self.find_among_b(GreekStemmer.a_61) == 0:
|
2086
975
|
return False
|
@@ -2095,11 +984,11 @@ class GreekStemmer(BaseStemmer):
|
|
2095
984
|
return False
|
2096
985
|
if self.cursor > self.limit_backward:
|
2097
986
|
return False
|
2098
|
-
if not self.slice_from(u"
|
987
|
+
if not self.slice_from(u"ουν"):
|
2099
988
|
return False
|
2100
989
|
return True
|
2101
990
|
|
2102
|
-
def
|
991
|
+
def __r_step_5m(self):
|
2103
992
|
self.ket = self.cursor
|
2104
993
|
if self.find_among_b(GreekStemmer.a_63) == 0:
|
2105
994
|
return False
|
@@ -2114,18 +1003,18 @@ class GreekStemmer(BaseStemmer):
|
|
2114
1003
|
return False
|
2115
1004
|
if self.cursor > self.limit_backward:
|
2116
1005
|
return False
|
2117
|
-
if not self.slice_from(u"
|
1006
|
+
if not self.slice_from(u"ουμ"):
|
2118
1007
|
return False
|
2119
1008
|
return True
|
2120
1009
|
|
2121
|
-
def
|
1010
|
+
def __r_step_6(self):
|
2122
1011
|
v_1 = self.limit - self.cursor
|
2123
1012
|
try:
|
2124
1013
|
self.ket = self.cursor
|
2125
1014
|
if self.find_among_b(GreekStemmer.a_65) == 0:
|
2126
1015
|
raise lab0()
|
2127
1016
|
self.bra = self.cursor
|
2128
|
-
if not self.slice_from(u"
|
1017
|
+
if not self.slice_from(u"μα"):
|
2129
1018
|
return False
|
2130
1019
|
except lab0: pass
|
2131
1020
|
self.cursor = self.limit - v_1
|
@@ -2140,7 +1029,7 @@ class GreekStemmer(BaseStemmer):
|
|
2140
1029
|
|
2141
1030
|
return True
|
2142
1031
|
|
2143
|
-
def
|
1032
|
+
def __r_step_7(self):
|
2144
1033
|
self.ket = self.cursor
|
2145
1034
|
if self.find_among_b(GreekStemmer.a_67) == 0:
|
2146
1035
|
return False
|
@@ -2160,104 +1049,1216 @@ class GreekStemmer(BaseStemmer):
|
|
2160
1049
|
return False
|
2161
1050
|
self.B_test1 = True
|
2162
1051
|
v_2 = self.limit - self.cursor
|
2163
|
-
self.
|
1052
|
+
self.__r_step_1()
|
2164
1053
|
self.cursor = self.limit - v_2
|
2165
1054
|
v_3 = self.limit - self.cursor
|
2166
|
-
self.
|
1055
|
+
self.__r_step_s1()
|
2167
1056
|
self.cursor = self.limit - v_3
|
2168
1057
|
v_4 = self.limit - self.cursor
|
2169
|
-
self.
|
1058
|
+
self.__r_step_s2()
|
2170
1059
|
self.cursor = self.limit - v_4
|
2171
1060
|
v_5 = self.limit - self.cursor
|
2172
|
-
self.
|
1061
|
+
self.__r_step_s3()
|
2173
1062
|
self.cursor = self.limit - v_5
|
2174
1063
|
v_6 = self.limit - self.cursor
|
2175
|
-
self.
|
1064
|
+
self.__r_step_s4()
|
2176
1065
|
self.cursor = self.limit - v_6
|
2177
1066
|
v_7 = self.limit - self.cursor
|
2178
|
-
self.
|
1067
|
+
self.__r_step_s5()
|
2179
1068
|
self.cursor = self.limit - v_7
|
2180
1069
|
v_8 = self.limit - self.cursor
|
2181
|
-
self.
|
1070
|
+
self.__r_step_s6()
|
2182
1071
|
self.cursor = self.limit - v_8
|
2183
1072
|
v_9 = self.limit - self.cursor
|
2184
|
-
self.
|
1073
|
+
self.__r_step_s7()
|
2185
1074
|
self.cursor = self.limit - v_9
|
2186
1075
|
v_10 = self.limit - self.cursor
|
2187
|
-
self.
|
1076
|
+
self.__r_step_s8()
|
2188
1077
|
self.cursor = self.limit - v_10
|
2189
1078
|
v_11 = self.limit - self.cursor
|
2190
|
-
self.
|
1079
|
+
self.__r_step_s9()
|
2191
1080
|
self.cursor = self.limit - v_11
|
2192
1081
|
v_12 = self.limit - self.cursor
|
2193
|
-
self.
|
1082
|
+
self.__r_step_s10()
|
2194
1083
|
self.cursor = self.limit - v_12
|
2195
1084
|
v_13 = self.limit - self.cursor
|
2196
|
-
self.
|
1085
|
+
self.__r_step_2a()
|
2197
1086
|
self.cursor = self.limit - v_13
|
2198
1087
|
v_14 = self.limit - self.cursor
|
2199
|
-
self.
|
1088
|
+
self.__r_step_2b()
|
2200
1089
|
self.cursor = self.limit - v_14
|
2201
1090
|
v_15 = self.limit - self.cursor
|
2202
|
-
self.
|
1091
|
+
self.__r_step_2c()
|
2203
1092
|
self.cursor = self.limit - v_15
|
2204
1093
|
v_16 = self.limit - self.cursor
|
2205
|
-
self.
|
1094
|
+
self.__r_step_2d()
|
2206
1095
|
self.cursor = self.limit - v_16
|
2207
1096
|
v_17 = self.limit - self.cursor
|
2208
|
-
self.
|
1097
|
+
self.__r_step_3()
|
2209
1098
|
self.cursor = self.limit - v_17
|
2210
1099
|
v_18 = self.limit - self.cursor
|
2211
|
-
self.
|
1100
|
+
self.__r_step_4()
|
2212
1101
|
self.cursor = self.limit - v_18
|
2213
1102
|
v_19 = self.limit - self.cursor
|
2214
|
-
self.
|
1103
|
+
self.__r_step_5a()
|
2215
1104
|
self.cursor = self.limit - v_19
|
2216
1105
|
v_20 = self.limit - self.cursor
|
2217
|
-
self.
|
1106
|
+
self.__r_step_5b()
|
2218
1107
|
self.cursor = self.limit - v_20
|
2219
1108
|
v_21 = self.limit - self.cursor
|
2220
|
-
self.
|
1109
|
+
self.__r_step_5c()
|
2221
1110
|
self.cursor = self.limit - v_21
|
2222
1111
|
v_22 = self.limit - self.cursor
|
2223
|
-
self.
|
1112
|
+
self.__r_step_5d()
|
2224
1113
|
self.cursor = self.limit - v_22
|
2225
1114
|
v_23 = self.limit - self.cursor
|
2226
|
-
self.
|
1115
|
+
self.__r_step_5e()
|
2227
1116
|
self.cursor = self.limit - v_23
|
2228
1117
|
v_24 = self.limit - self.cursor
|
2229
|
-
self.
|
1118
|
+
self.__r_step_5f()
|
2230
1119
|
self.cursor = self.limit - v_24
|
2231
1120
|
v_25 = self.limit - self.cursor
|
2232
|
-
self.
|
1121
|
+
self.__r_step_5g()
|
2233
1122
|
self.cursor = self.limit - v_25
|
2234
1123
|
v_26 = self.limit - self.cursor
|
2235
|
-
self.
|
1124
|
+
self.__r_step_5h()
|
2236
1125
|
self.cursor = self.limit - v_26
|
2237
1126
|
v_27 = self.limit - self.cursor
|
2238
|
-
self.
|
1127
|
+
self.__r_step_5j()
|
2239
1128
|
self.cursor = self.limit - v_27
|
2240
1129
|
v_28 = self.limit - self.cursor
|
2241
|
-
self.
|
1130
|
+
self.__r_step_5i()
|
2242
1131
|
self.cursor = self.limit - v_28
|
2243
1132
|
v_29 = self.limit - self.cursor
|
2244
|
-
self.
|
1133
|
+
self.__r_step_5k()
|
2245
1134
|
self.cursor = self.limit - v_29
|
2246
1135
|
v_30 = self.limit - self.cursor
|
2247
|
-
self.
|
1136
|
+
self.__r_step_5l()
|
2248
1137
|
self.cursor = self.limit - v_30
|
2249
1138
|
v_31 = self.limit - self.cursor
|
2250
|
-
self.
|
1139
|
+
self.__r_step_5m()
|
2251
1140
|
self.cursor = self.limit - v_31
|
2252
1141
|
v_32 = self.limit - self.cursor
|
2253
|
-
self.
|
1142
|
+
self.__r_step_6()
|
2254
1143
|
self.cursor = self.limit - v_32
|
2255
1144
|
v_33 = self.limit - self.cursor
|
2256
|
-
self.
|
1145
|
+
self.__r_step_7()
|
2257
1146
|
self.cursor = self.limit - v_33
|
2258
1147
|
self.cursor = self.limit_backward
|
2259
1148
|
return True
|
2260
1149
|
|
1150
|
+
a_0 = [
|
1151
|
+
Among(u"", -1, 25),
|
1152
|
+
Among(u"Ά", 0, 1),
|
1153
|
+
Among(u"Έ", 0, 5),
|
1154
|
+
Among(u"Ή", 0, 7),
|
1155
|
+
Among(u"Ί", 0, 9),
|
1156
|
+
Among(u"Ό", 0, 15),
|
1157
|
+
Among(u"Ύ", 0, 20),
|
1158
|
+
Among(u"Ώ", 0, 24),
|
1159
|
+
Among(u"ΐ", 0, 7),
|
1160
|
+
Among(u"Α", 0, 1),
|
1161
|
+
Among(u"Β", 0, 2),
|
1162
|
+
Among(u"Γ", 0, 3),
|
1163
|
+
Among(u"Δ", 0, 4),
|
1164
|
+
Among(u"Ε", 0, 5),
|
1165
|
+
Among(u"Ζ", 0, 6),
|
1166
|
+
Among(u"Η", 0, 7),
|
1167
|
+
Among(u"Θ", 0, 8),
|
1168
|
+
Among(u"Ι", 0, 9),
|
1169
|
+
Among(u"Κ", 0, 10),
|
1170
|
+
Among(u"Λ", 0, 11),
|
1171
|
+
Among(u"Μ", 0, 12),
|
1172
|
+
Among(u"Ν", 0, 13),
|
1173
|
+
Among(u"Ξ", 0, 14),
|
1174
|
+
Among(u"Ο", 0, 15),
|
1175
|
+
Among(u"Π", 0, 16),
|
1176
|
+
Among(u"Ρ", 0, 17),
|
1177
|
+
Among(u"Σ", 0, 18),
|
1178
|
+
Among(u"Τ", 0, 19),
|
1179
|
+
Among(u"Υ", 0, 20),
|
1180
|
+
Among(u"Φ", 0, 21),
|
1181
|
+
Among(u"Χ", 0, 22),
|
1182
|
+
Among(u"Ψ", 0, 23),
|
1183
|
+
Among(u"Ω", 0, 24),
|
1184
|
+
Among(u"Ϊ", 0, 9),
|
1185
|
+
Among(u"Ϋ", 0, 20),
|
1186
|
+
Among(u"ά", 0, 1),
|
1187
|
+
Among(u"έ", 0, 5),
|
1188
|
+
Among(u"ή", 0, 7),
|
1189
|
+
Among(u"ί", 0, 9),
|
1190
|
+
Among(u"ΰ", 0, 20),
|
1191
|
+
Among(u"ς", 0, 18),
|
1192
|
+
Among(u"ϊ", 0, 7),
|
1193
|
+
Among(u"ϋ", 0, 20),
|
1194
|
+
Among(u"ό", 0, 15),
|
1195
|
+
Among(u"ύ", 0, 20),
|
1196
|
+
Among(u"ώ", 0, 24)
|
1197
|
+
]
|
1198
|
+
|
1199
|
+
a_1 = [
|
1200
|
+
Among(u"σκαγια", -1, 2),
|
1201
|
+
Among(u"φαγια", -1, 1),
|
1202
|
+
Among(u"ολογια", -1, 3),
|
1203
|
+
Among(u"σογια", -1, 4),
|
1204
|
+
Among(u"τατογια", -1, 5),
|
1205
|
+
Among(u"κρεατα", -1, 6),
|
1206
|
+
Among(u"περατα", -1, 7),
|
1207
|
+
Among(u"τερατα", -1, 8),
|
1208
|
+
Among(u"γεγονοτα", -1, 11),
|
1209
|
+
Among(u"καθεστωτα", -1, 10),
|
1210
|
+
Among(u"φωτα", -1, 9),
|
1211
|
+
Among(u"περατη", -1, 7),
|
1212
|
+
Among(u"σκαγιων", -1, 2),
|
1213
|
+
Among(u"φαγιων", -1, 1),
|
1214
|
+
Among(u"ολογιων", -1, 3),
|
1215
|
+
Among(u"σογιων", -1, 4),
|
1216
|
+
Among(u"τατογιων", -1, 5),
|
1217
|
+
Among(u"κρεατων", -1, 6),
|
1218
|
+
Among(u"περατων", -1, 7),
|
1219
|
+
Among(u"τερατων", -1, 8),
|
1220
|
+
Among(u"γεγονοτων", -1, 11),
|
1221
|
+
Among(u"καθεστωτων", -1, 10),
|
1222
|
+
Among(u"φωτων", -1, 9),
|
1223
|
+
Among(u"κρεασ", -1, 6),
|
1224
|
+
Among(u"περασ", -1, 7),
|
1225
|
+
Among(u"τερασ", -1, 8),
|
1226
|
+
Among(u"γεγονοσ", -1, 11),
|
1227
|
+
Among(u"κρεατοσ", -1, 6),
|
1228
|
+
Among(u"περατοσ", -1, 7),
|
1229
|
+
Among(u"τερατοσ", -1, 8),
|
1230
|
+
Among(u"γεγονοτοσ", -1, 11),
|
1231
|
+
Among(u"καθεστωτοσ", -1, 10),
|
1232
|
+
Among(u"φωτοσ", -1, 9),
|
1233
|
+
Among(u"καθεστωσ", -1, 10),
|
1234
|
+
Among(u"φωσ", -1, 9),
|
1235
|
+
Among(u"σκαγιου", -1, 2),
|
1236
|
+
Among(u"φαγιου", -1, 1),
|
1237
|
+
Among(u"ολογιου", -1, 3),
|
1238
|
+
Among(u"σογιου", -1, 4),
|
1239
|
+
Among(u"τατογιου", -1, 5)
|
1240
|
+
]
|
1241
|
+
|
1242
|
+
a_2 = [
|
1243
|
+
Among(u"πα", -1, 1),
|
1244
|
+
Among(u"ξαναπα", 0, 1),
|
1245
|
+
Among(u"επα", 0, 1),
|
1246
|
+
Among(u"περιπα", 0, 1),
|
1247
|
+
Among(u"αναμπα", 0, 1),
|
1248
|
+
Among(u"εμπα", 0, 1),
|
1249
|
+
Among(u"β", -1, 2),
|
1250
|
+
Among(u"δανε", -1, 1),
|
1251
|
+
Among(u"βαθυρι", -1, 2),
|
1252
|
+
Among(u"βαρκ", -1, 2),
|
1253
|
+
Among(u"μαρκ", -1, 2),
|
1254
|
+
Among(u"λ", -1, 2),
|
1255
|
+
Among(u"μ", -1, 2),
|
1256
|
+
Among(u"κορν", -1, 2),
|
1257
|
+
Among(u"αθρο", -1, 1),
|
1258
|
+
Among(u"συναθρο", 14, 1),
|
1259
|
+
Among(u"π", -1, 2),
|
1260
|
+
Among(u"ιμπ", 16, 2),
|
1261
|
+
Among(u"ρ", -1, 2),
|
1262
|
+
Among(u"μαρ", 18, 2),
|
1263
|
+
Among(u"αμπαρ", 18, 2),
|
1264
|
+
Among(u"γκρ", 18, 2),
|
1265
|
+
Among(u"βολβορ", 18, 2),
|
1266
|
+
Among(u"γλυκορ", 18, 2),
|
1267
|
+
Among(u"πιπερορ", 18, 2),
|
1268
|
+
Among(u"πρ", 18, 2),
|
1269
|
+
Among(u"μπρ", 25, 2),
|
1270
|
+
Among(u"αρρ", 18, 2),
|
1271
|
+
Among(u"γλυκυρ", 18, 2),
|
1272
|
+
Among(u"πολυρ", 18, 2),
|
1273
|
+
Among(u"λου", -1, 2)
|
1274
|
+
]
|
1275
|
+
|
1276
|
+
a_3 = [
|
1277
|
+
Among(u"ιζα", -1, 1),
|
1278
|
+
Among(u"ιζε", -1, 1),
|
1279
|
+
Among(u"ιζαμε", -1, 1),
|
1280
|
+
Among(u"ιζουμε", -1, 1),
|
1281
|
+
Among(u"ιζανε", -1, 1),
|
1282
|
+
Among(u"ιζουνε", -1, 1),
|
1283
|
+
Among(u"ιζατε", -1, 1),
|
1284
|
+
Among(u"ιζετε", -1, 1),
|
1285
|
+
Among(u"ιζει", -1, 1),
|
1286
|
+
Among(u"ιζαν", -1, 1),
|
1287
|
+
Among(u"ιζουν", -1, 1),
|
1288
|
+
Among(u"ιζεσ", -1, 1),
|
1289
|
+
Among(u"ιζεισ", -1, 1),
|
1290
|
+
Among(u"ιζω", -1, 1)
|
1291
|
+
]
|
1292
|
+
|
1293
|
+
a_4 = [
|
1294
|
+
Among(u"βι", -1, 1),
|
1295
|
+
Among(u"λι", -1, 1),
|
1296
|
+
Among(u"αλ", -1, 1),
|
1297
|
+
Among(u"εν", -1, 1),
|
1298
|
+
Among(u"σ", -1, 1),
|
1299
|
+
Among(u"χ", -1, 1),
|
1300
|
+
Among(u"υψ", -1, 1),
|
1301
|
+
Among(u"ζω", -1, 1)
|
1302
|
+
]
|
1303
|
+
|
1304
|
+
a_5 = [
|
1305
|
+
Among(u"ωθηκα", -1, 1),
|
1306
|
+
Among(u"ωθηκε", -1, 1),
|
1307
|
+
Among(u"ωθηκαμε", -1, 1),
|
1308
|
+
Among(u"ωθηκανε", -1, 1),
|
1309
|
+
Among(u"ωθηκατε", -1, 1),
|
1310
|
+
Among(u"ωθηκαν", -1, 1),
|
1311
|
+
Among(u"ωθηκεσ", -1, 1)
|
1312
|
+
]
|
1313
|
+
|
1314
|
+
a_6 = [
|
1315
|
+
Among(u"ξαναπα", -1, 1),
|
1316
|
+
Among(u"επα", -1, 1),
|
1317
|
+
Among(u"περιπα", -1, 1),
|
1318
|
+
Among(u"αναμπα", -1, 1),
|
1319
|
+
Among(u"εμπα", -1, 1),
|
1320
|
+
Among(u"χαρτοπα", -1, 1),
|
1321
|
+
Among(u"εξαρχα", -1, 1),
|
1322
|
+
Among(u"γε", -1, 2),
|
1323
|
+
Among(u"γκε", -1, 2),
|
1324
|
+
Among(u"κλε", -1, 1),
|
1325
|
+
Among(u"εκλε", 9, 1),
|
1326
|
+
Among(u"απεκλε", 10, 1),
|
1327
|
+
Among(u"αποκλε", 9, 1),
|
1328
|
+
Among(u"εσωκλε", 9, 1),
|
1329
|
+
Among(u"δανε", -1, 1),
|
1330
|
+
Among(u"πε", -1, 1),
|
1331
|
+
Among(u"επε", 15, 1),
|
1332
|
+
Among(u"μετεπε", 16, 1),
|
1333
|
+
Among(u"εσε", -1, 1),
|
1334
|
+
Among(u"γκ", -1, 2),
|
1335
|
+
Among(u"μ", -1, 2),
|
1336
|
+
Among(u"πουκαμ", 20, 2),
|
1337
|
+
Among(u"κομ", 20, 2),
|
1338
|
+
Among(u"αν", -1, 2),
|
1339
|
+
Among(u"ολο", -1, 2),
|
1340
|
+
Among(u"αθρο", -1, 1),
|
1341
|
+
Among(u"συναθρο", 25, 1),
|
1342
|
+
Among(u"π", -1, 2),
|
1343
|
+
Among(u"λαρ", -1, 2),
|
1344
|
+
Among(u"δημοκρατ", -1, 2),
|
1345
|
+
Among(u"αφ", -1, 2),
|
1346
|
+
Among(u"γιγαντοαφ", 30, 2)
|
1347
|
+
]
|
1348
|
+
|
1349
|
+
a_7 = [
|
1350
|
+
Among(u"ισα", -1, 1),
|
1351
|
+
Among(u"ισαμε", -1, 1),
|
1352
|
+
Among(u"ισανε", -1, 1),
|
1353
|
+
Among(u"ισε", -1, 1),
|
1354
|
+
Among(u"ισατε", -1, 1),
|
1355
|
+
Among(u"ισαν", -1, 1),
|
1356
|
+
Among(u"ισεσ", -1, 1)
|
1357
|
+
]
|
1358
|
+
|
1359
|
+
a_8 = [
|
1360
|
+
Among(u"ξαναπα", -1, 1),
|
1361
|
+
Among(u"επα", -1, 1),
|
1362
|
+
Among(u"περιπα", -1, 1),
|
1363
|
+
Among(u"αναμπα", -1, 1),
|
1364
|
+
Among(u"εμπα", -1, 1),
|
1365
|
+
Among(u"χαρτοπα", -1, 1),
|
1366
|
+
Among(u"εξαρχα", -1, 1),
|
1367
|
+
Among(u"κλε", -1, 1),
|
1368
|
+
Among(u"εκλε", 7, 1),
|
1369
|
+
Among(u"απεκλε", 8, 1),
|
1370
|
+
Among(u"αποκλε", 7, 1),
|
1371
|
+
Among(u"εσωκλε", 7, 1),
|
1372
|
+
Among(u"δανε", -1, 1),
|
1373
|
+
Among(u"πε", -1, 1),
|
1374
|
+
Among(u"επε", 13, 1),
|
1375
|
+
Among(u"μετεπε", 14, 1),
|
1376
|
+
Among(u"εσε", -1, 1),
|
1377
|
+
Among(u"αθρο", -1, 1),
|
1378
|
+
Among(u"συναθρο", 17, 1)
|
1379
|
+
]
|
1380
|
+
|
1381
|
+
a_9 = [
|
1382
|
+
Among(u"ισουμε", -1, 1),
|
1383
|
+
Among(u"ισουνε", -1, 1),
|
1384
|
+
Among(u"ισετε", -1, 1),
|
1385
|
+
Among(u"ισει", -1, 1),
|
1386
|
+
Among(u"ισουν", -1, 1),
|
1387
|
+
Among(u"ισεισ", -1, 1),
|
1388
|
+
Among(u"ισω", -1, 1)
|
1389
|
+
]
|
1390
|
+
|
1391
|
+
a_10 = [
|
1392
|
+
Among(u"ατα", -1, 2),
|
1393
|
+
Among(u"φα", -1, 2),
|
1394
|
+
Among(u"ηφα", 1, 2),
|
1395
|
+
Among(u"μεγ", -1, 2),
|
1396
|
+
Among(u"λυγ", -1, 2),
|
1397
|
+
Among(u"ηδ", -1, 2),
|
1398
|
+
Among(u"κλε", -1, 1),
|
1399
|
+
Among(u"εσωκλε", 6, 1),
|
1400
|
+
Among(u"πλε", -1, 1),
|
1401
|
+
Among(u"δανε", -1, 1),
|
1402
|
+
Among(u"σε", -1, 1),
|
1403
|
+
Among(u"ασε", 10, 1),
|
1404
|
+
Among(u"καθ", -1, 2),
|
1405
|
+
Among(u"εχθ", -1, 2),
|
1406
|
+
Among(u"κακ", -1, 2),
|
1407
|
+
Among(u"μακ", -1, 2),
|
1408
|
+
Among(u"σκ", -1, 2),
|
1409
|
+
Among(u"φιλ", -1, 2),
|
1410
|
+
Among(u"κυλ", -1, 2),
|
1411
|
+
Among(u"μ", -1, 2),
|
1412
|
+
Among(u"γεμ", 19, 2),
|
1413
|
+
Among(u"αχν", -1, 2),
|
1414
|
+
Among(u"συναθρο", -1, 1),
|
1415
|
+
Among(u"π", -1, 2),
|
1416
|
+
Among(u"απ", 23, 2),
|
1417
|
+
Among(u"εμπ", 23, 2),
|
1418
|
+
Among(u"ευπ", 23, 2),
|
1419
|
+
Among(u"αρ", -1, 2),
|
1420
|
+
Among(u"αορ", -1, 2),
|
1421
|
+
Among(u"γυρ", -1, 2),
|
1422
|
+
Among(u"χρ", -1, 2),
|
1423
|
+
Among(u"χωρ", -1, 2),
|
1424
|
+
Among(u"κτ", -1, 2),
|
1425
|
+
Among(u"ακτ", 32, 2),
|
1426
|
+
Among(u"χτ", -1, 2),
|
1427
|
+
Among(u"αχτ", 34, 2),
|
1428
|
+
Among(u"ταχ", -1, 2),
|
1429
|
+
Among(u"σχ", -1, 2),
|
1430
|
+
Among(u"ασχ", 37, 2),
|
1431
|
+
Among(u"υψ", -1, 2)
|
1432
|
+
]
|
1433
|
+
|
1434
|
+
a_11 = [
|
1435
|
+
Among(u"ιστα", -1, 1),
|
1436
|
+
Among(u"ιστε", -1, 1),
|
1437
|
+
Among(u"ιστη", -1, 1),
|
1438
|
+
Among(u"ιστοι", -1, 1),
|
1439
|
+
Among(u"ιστων", -1, 1),
|
1440
|
+
Among(u"ιστο", -1, 1),
|
1441
|
+
Among(u"ιστεσ", -1, 1),
|
1442
|
+
Among(u"ιστησ", -1, 1),
|
1443
|
+
Among(u"ιστοσ", -1, 1),
|
1444
|
+
Among(u"ιστουσ", -1, 1),
|
1445
|
+
Among(u"ιστου", -1, 1)
|
1446
|
+
]
|
1447
|
+
|
1448
|
+
a_12 = [
|
1449
|
+
Among(u"εγκλε", -1, 1),
|
1450
|
+
Among(u"αποκλε", -1, 1),
|
1451
|
+
Among(u"δανε", -1, 2),
|
1452
|
+
Among(u"αντιδανε", 2, 2),
|
1453
|
+
Among(u"σε", -1, 1),
|
1454
|
+
Among(u"μετασε", 4, 1),
|
1455
|
+
Among(u"μικροσε", 4, 1)
|
1456
|
+
]
|
1457
|
+
|
1458
|
+
a_13 = [
|
1459
|
+
Among(u"ατομικ", -1, 2),
|
1460
|
+
Among(u"εθνικ", -1, 4),
|
1461
|
+
Among(u"τοπικ", -1, 7),
|
1462
|
+
Among(u"εκλεκτικ", -1, 5),
|
1463
|
+
Among(u"σκεπτικ", -1, 6),
|
1464
|
+
Among(u"γνωστικ", -1, 3),
|
1465
|
+
Among(u"αγνωστικ", 5, 1),
|
1466
|
+
Among(u"αλεξανδριν", -1, 8),
|
1467
|
+
Among(u"θεατριν", -1, 10),
|
1468
|
+
Among(u"βυζαντιν", -1, 9)
|
1469
|
+
]
|
1470
|
+
|
1471
|
+
a_14 = [
|
1472
|
+
Among(u"ισμοι", -1, 1),
|
1473
|
+
Among(u"ισμων", -1, 1),
|
1474
|
+
Among(u"ισμο", -1, 1),
|
1475
|
+
Among(u"ισμοσ", -1, 1),
|
1476
|
+
Among(u"ισμουσ", -1, 1),
|
1477
|
+
Among(u"ισμου", -1, 1)
|
1478
|
+
]
|
1479
|
+
|
1480
|
+
a_15 = [
|
1481
|
+
Among(u"σ", -1, 1),
|
1482
|
+
Among(u"χ", -1, 1)
|
1483
|
+
]
|
1484
|
+
|
1485
|
+
a_16 = [
|
1486
|
+
Among(u"ουδακια", -1, 1),
|
1487
|
+
Among(u"αρακια", -1, 1),
|
1488
|
+
Among(u"ουδακι", -1, 1),
|
1489
|
+
Among(u"αρακι", -1, 1)
|
1490
|
+
]
|
1491
|
+
|
1492
|
+
a_17 = [
|
1493
|
+
Among(u"β", -1, 2),
|
1494
|
+
Among(u"βαμβ", 0, 1),
|
1495
|
+
Among(u"σλοβ", 0, 1),
|
1496
|
+
Among(u"τσεχοσλοβ", 2, 1),
|
1497
|
+
Among(u"καρδ", -1, 2),
|
1498
|
+
Among(u"ζ", -1, 2),
|
1499
|
+
Among(u"τζ", 5, 1),
|
1500
|
+
Among(u"κ", -1, 1),
|
1501
|
+
Among(u"καπακ", 7, 1),
|
1502
|
+
Among(u"σοκ", 7, 1),
|
1503
|
+
Among(u"σκ", 7, 1),
|
1504
|
+
Among(u"βαλ", -1, 2),
|
1505
|
+
Among(u"μαλ", -1, 1),
|
1506
|
+
Among(u"γλ", -1, 2),
|
1507
|
+
Among(u"τριπολ", -1, 2),
|
1508
|
+
Among(u"πλ", -1, 1),
|
1509
|
+
Among(u"λουλ", -1, 1),
|
1510
|
+
Among(u"φυλ", -1, 1),
|
1511
|
+
Among(u"καιμ", -1, 1),
|
1512
|
+
Among(u"κλιμ", -1, 1),
|
1513
|
+
Among(u"φαρμ", -1, 1),
|
1514
|
+
Among(u"γιαν", -1, 2),
|
1515
|
+
Among(u"σπαν", -1, 1),
|
1516
|
+
Among(u"ηγουμεν", -1, 2),
|
1517
|
+
Among(u"κον", -1, 1),
|
1518
|
+
Among(u"μακρυν", -1, 2),
|
1519
|
+
Among(u"π", -1, 2),
|
1520
|
+
Among(u"κατραπ", 26, 1),
|
1521
|
+
Among(u"ρ", -1, 1),
|
1522
|
+
Among(u"βρ", 28, 1),
|
1523
|
+
Among(u"λαβρ", 29, 1),
|
1524
|
+
Among(u"αμβρ", 29, 1),
|
1525
|
+
Among(u"μερ", 28, 1),
|
1526
|
+
Among(u"πατερ", 28, 2),
|
1527
|
+
Among(u"ανθρ", 28, 1),
|
1528
|
+
Among(u"κορ", 28, 1),
|
1529
|
+
Among(u"σ", -1, 1),
|
1530
|
+
Among(u"ναγκασ", 36, 1),
|
1531
|
+
Among(u"τοσ", 36, 2),
|
1532
|
+
Among(u"μουστ", -1, 1),
|
1533
|
+
Among(u"ρυ", -1, 1),
|
1534
|
+
Among(u"φ", -1, 1),
|
1535
|
+
Among(u"σφ", 41, 1),
|
1536
|
+
Among(u"αλισφ", 42, 1),
|
1537
|
+
Among(u"νυφ", 41, 2),
|
1538
|
+
Among(u"χ", -1, 1)
|
1539
|
+
]
|
1540
|
+
|
1541
|
+
a_18 = [
|
1542
|
+
Among(u"ακια", -1, 1),
|
1543
|
+
Among(u"αρακια", 0, 1),
|
1544
|
+
Among(u"ιτσα", -1, 1),
|
1545
|
+
Among(u"ακι", -1, 1),
|
1546
|
+
Among(u"αρακι", 3, 1),
|
1547
|
+
Among(u"ιτσων", -1, 1),
|
1548
|
+
Among(u"ιτσασ", -1, 1),
|
1549
|
+
Among(u"ιτσεσ", -1, 1)
|
1550
|
+
]
|
1551
|
+
|
1552
|
+
a_19 = [
|
1553
|
+
Among(u"ψαλ", -1, 1),
|
1554
|
+
Among(u"αιφν", -1, 1),
|
1555
|
+
Among(u"ολο", -1, 1),
|
1556
|
+
Among(u"ιρ", -1, 1)
|
1557
|
+
]
|
1558
|
+
|
1559
|
+
a_20 = [
|
1560
|
+
Among(u"ε", -1, 1),
|
1561
|
+
Among(u"παιχν", -1, 1)
|
1562
|
+
]
|
1563
|
+
|
1564
|
+
a_21 = [
|
1565
|
+
Among(u"ιδια", -1, 1),
|
1566
|
+
Among(u"ιδιων", -1, 1),
|
1567
|
+
Among(u"ιδιο", -1, 1)
|
1568
|
+
]
|
1569
|
+
|
1570
|
+
a_22 = [
|
1571
|
+
Among(u"ιβ", -1, 1),
|
1572
|
+
Among(u"δ", -1, 1),
|
1573
|
+
Among(u"φραγκ", -1, 1),
|
1574
|
+
Among(u"λυκ", -1, 1),
|
1575
|
+
Among(u"οβελ", -1, 1),
|
1576
|
+
Among(u"μην", -1, 1),
|
1577
|
+
Among(u"ρ", -1, 1)
|
1578
|
+
]
|
1579
|
+
|
1580
|
+
a_23 = [
|
1581
|
+
Among(u"ισκε", -1, 1),
|
1582
|
+
Among(u"ισκο", -1, 1),
|
1583
|
+
Among(u"ισκοσ", -1, 1),
|
1584
|
+
Among(u"ισκου", -1, 1)
|
1585
|
+
]
|
1586
|
+
|
1587
|
+
a_24 = [
|
1588
|
+
Among(u"αδων", -1, 1),
|
1589
|
+
Among(u"αδεσ", -1, 1)
|
1590
|
+
]
|
1591
|
+
|
1592
|
+
a_25 = [
|
1593
|
+
Among(u"γιαγι", -1, -1),
|
1594
|
+
Among(u"θει", -1, -1),
|
1595
|
+
Among(u"οκ", -1, -1),
|
1596
|
+
Among(u"μαμ", -1, -1),
|
1597
|
+
Among(u"μαν", -1, -1),
|
1598
|
+
Among(u"μπαμπ", -1, -1),
|
1599
|
+
Among(u"πεθερ", -1, -1),
|
1600
|
+
Among(u"πατερ", -1, -1),
|
1601
|
+
Among(u"κυρ", -1, -1),
|
1602
|
+
Among(u"νταντ", -1, -1)
|
1603
|
+
]
|
1604
|
+
|
1605
|
+
a_26 = [
|
1606
|
+
Among(u"εδων", -1, 1),
|
1607
|
+
Among(u"εδεσ", -1, 1)
|
1608
|
+
]
|
1609
|
+
|
1610
|
+
a_27 = [
|
1611
|
+
Among(u"μιλ", -1, 1),
|
1612
|
+
Among(u"δαπ", -1, 1),
|
1613
|
+
Among(u"γηπ", -1, 1),
|
1614
|
+
Among(u"ιπ", -1, 1),
|
1615
|
+
Among(u"εμπ", -1, 1),
|
1616
|
+
Among(u"οπ", -1, 1),
|
1617
|
+
Among(u"κρασπ", -1, 1),
|
1618
|
+
Among(u"υπ", -1, 1)
|
1619
|
+
]
|
1620
|
+
|
1621
|
+
a_28 = [
|
1622
|
+
Among(u"ουδων", -1, 1),
|
1623
|
+
Among(u"ουδεσ", -1, 1)
|
1624
|
+
]
|
1625
|
+
|
1626
|
+
a_29 = [
|
1627
|
+
Among(u"τραγ", -1, 1),
|
1628
|
+
Among(u"φε", -1, 1),
|
1629
|
+
Among(u"καλιακ", -1, 1),
|
1630
|
+
Among(u"αρκ", -1, 1),
|
1631
|
+
Among(u"σκ", -1, 1),
|
1632
|
+
Among(u"πεταλ", -1, 1),
|
1633
|
+
Among(u"βελ", -1, 1),
|
1634
|
+
Among(u"λουλ", -1, 1),
|
1635
|
+
Among(u"φλ", -1, 1),
|
1636
|
+
Among(u"χν", -1, 1),
|
1637
|
+
Among(u"πλεξ", -1, 1),
|
1638
|
+
Among(u"σπ", -1, 1),
|
1639
|
+
Among(u"φρ", -1, 1),
|
1640
|
+
Among(u"σ", -1, 1),
|
1641
|
+
Among(u"λιχ", -1, 1)
|
1642
|
+
]
|
1643
|
+
|
1644
|
+
a_30 = [
|
1645
|
+
Among(u"εων", -1, 1),
|
1646
|
+
Among(u"εωσ", -1, 1)
|
1647
|
+
]
|
1648
|
+
|
1649
|
+
a_31 = [
|
1650
|
+
Among(u"δ", -1, 1),
|
1651
|
+
Among(u"ιδ", 0, 1),
|
1652
|
+
Among(u"θ", -1, 1),
|
1653
|
+
Among(u"γαλ", -1, 1),
|
1654
|
+
Among(u"ελ", -1, 1),
|
1655
|
+
Among(u"ν", -1, 1),
|
1656
|
+
Among(u"π", -1, 1),
|
1657
|
+
Among(u"παρ", -1, 1)
|
1658
|
+
]
|
1659
|
+
|
1660
|
+
a_32 = [
|
1661
|
+
Among(u"ια", -1, 1),
|
1662
|
+
Among(u"ιων", -1, 1),
|
1663
|
+
Among(u"ιου", -1, 1)
|
1664
|
+
]
|
1665
|
+
|
1666
|
+
a_33 = [
|
1667
|
+
Among(u"ικα", -1, 1),
|
1668
|
+
Among(u"ικων", -1, 1),
|
1669
|
+
Among(u"ικο", -1, 1),
|
1670
|
+
Among(u"ικου", -1, 1)
|
1671
|
+
]
|
1672
|
+
|
1673
|
+
a_34 = [
|
1674
|
+
Among(u"αδ", -1, 1),
|
1675
|
+
Among(u"συναδ", 0, 1),
|
1676
|
+
Among(u"καταδ", 0, 1),
|
1677
|
+
Among(u"αντιδ", -1, 1),
|
1678
|
+
Among(u"ενδ", -1, 1),
|
1679
|
+
Among(u"φυλοδ", -1, 1),
|
1680
|
+
Among(u"υποδ", -1, 1),
|
1681
|
+
Among(u"πρωτοδ", -1, 1),
|
1682
|
+
Among(u"εξωδ", -1, 1),
|
1683
|
+
Among(u"ηθ", -1, 1),
|
1684
|
+
Among(u"ανηθ", 9, 1),
|
1685
|
+
Among(u"ξικ", -1, 1),
|
1686
|
+
Among(u"αλ", -1, 1),
|
1687
|
+
Among(u"αμμοχαλ", 12, 1),
|
1688
|
+
Among(u"συνομηλ", -1, 1),
|
1689
|
+
Among(u"μπολ", -1, 1),
|
1690
|
+
Among(u"μουλ", -1, 1),
|
1691
|
+
Among(u"τσαμ", -1, 1),
|
1692
|
+
Among(u"βρωμ", -1, 1),
|
1693
|
+
Among(u"αμαν", -1, 1),
|
1694
|
+
Among(u"μπαν", -1, 1),
|
1695
|
+
Among(u"καλλιν", -1, 1),
|
1696
|
+
Among(u"ποστελν", -1, 1),
|
1697
|
+
Among(u"φιλον", -1, 1),
|
1698
|
+
Among(u"καλπ", -1, 1),
|
1699
|
+
Among(u"γερ", -1, 1),
|
1700
|
+
Among(u"χασ", -1, 1),
|
1701
|
+
Among(u"μποσ", -1, 1),
|
1702
|
+
Among(u"πλιατσ", -1, 1),
|
1703
|
+
Among(u"πετσ", -1, 1),
|
1704
|
+
Among(u"πιτσ", -1, 1),
|
1705
|
+
Among(u"φυσ", -1, 1),
|
1706
|
+
Among(u"μπαγιατ", -1, 1),
|
1707
|
+
Among(u"νιτ", -1, 1),
|
1708
|
+
Among(u"πικαντ", -1, 1),
|
1709
|
+
Among(u"σερτ", -1, 1)
|
1710
|
+
]
|
1711
|
+
|
1712
|
+
a_35 = [
|
1713
|
+
Among(u"αγαμε", -1, 1),
|
1714
|
+
Among(u"ηκαμε", -1, 1),
|
1715
|
+
Among(u"ηθηκαμε", 1, 1),
|
1716
|
+
Among(u"ησαμε", -1, 1),
|
1717
|
+
Among(u"ουσαμε", -1, 1)
|
1718
|
+
]
|
1719
|
+
|
1720
|
+
a_36 = [
|
1721
|
+
Among(u"βουβ", -1, 1),
|
1722
|
+
Among(u"ξεθ", -1, 1),
|
1723
|
+
Among(u"πεθ", -1, 1),
|
1724
|
+
Among(u"αποθ", -1, 1),
|
1725
|
+
Among(u"αποκ", -1, 1),
|
1726
|
+
Among(u"ουλ", -1, 1),
|
1727
|
+
Among(u"αναπ", -1, 1),
|
1728
|
+
Among(u"πικρ", -1, 1),
|
1729
|
+
Among(u"ποτ", -1, 1),
|
1730
|
+
Among(u"αποστ", -1, 1),
|
1731
|
+
Among(u"χ", -1, 1),
|
1732
|
+
Among(u"σιχ", 10, 1)
|
1733
|
+
]
|
1734
|
+
|
1735
|
+
a_37 = [
|
1736
|
+
Among(u"τρ", -1, 1),
|
1737
|
+
Among(u"τσ", -1, 1)
|
1738
|
+
]
|
1739
|
+
|
1740
|
+
a_38 = [
|
1741
|
+
Among(u"αγανε", -1, 1),
|
1742
|
+
Among(u"ηκανε", -1, 1),
|
1743
|
+
Among(u"ηθηκανε", 1, 1),
|
1744
|
+
Among(u"ησανε", -1, 1),
|
1745
|
+
Among(u"ουσανε", -1, 1),
|
1746
|
+
Among(u"οντανε", -1, 1),
|
1747
|
+
Among(u"ιοντανε", 5, 1),
|
1748
|
+
Among(u"ουντανε", -1, 1),
|
1749
|
+
Among(u"ιουντανε", 7, 1),
|
1750
|
+
Among(u"οτανε", -1, 1),
|
1751
|
+
Among(u"ιοτανε", 9, 1)
|
1752
|
+
]
|
1753
|
+
|
1754
|
+
a_39 = [
|
1755
|
+
Among(u"ταβ", -1, 1),
|
1756
|
+
Among(u"νταβ", 0, 1),
|
1757
|
+
Among(u"ψηλοταβ", 0, 1),
|
1758
|
+
Among(u"λιβ", -1, 1),
|
1759
|
+
Among(u"κλιβ", 3, 1),
|
1760
|
+
Among(u"ξηροκλιβ", 4, 1),
|
1761
|
+
Among(u"γ", -1, 1),
|
1762
|
+
Among(u"αγ", 6, 1),
|
1763
|
+
Among(u"τραγ", 7, 1),
|
1764
|
+
Among(u"τσαγ", 7, 1),
|
1765
|
+
Among(u"αθιγγ", 6, 1),
|
1766
|
+
Among(u"τσιγγ", 6, 1),
|
1767
|
+
Among(u"ατσιγγ", 11, 1),
|
1768
|
+
Among(u"στεγ", 6, 1),
|
1769
|
+
Among(u"απηγ", 6, 1),
|
1770
|
+
Among(u"σιγ", 6, 1),
|
1771
|
+
Among(u"ανοργ", 6, 1),
|
1772
|
+
Among(u"ενοργ", 6, 1),
|
1773
|
+
Among(u"καλπουζ", -1, 1),
|
1774
|
+
Among(u"θ", -1, 1),
|
1775
|
+
Among(u"μωαμεθ", 19, 1),
|
1776
|
+
Among(u"πιθ", 19, 1),
|
1777
|
+
Among(u"απιθ", 21, 1),
|
1778
|
+
Among(u"δεκ", -1, 1),
|
1779
|
+
Among(u"πελεκ", -1, 1),
|
1780
|
+
Among(u"ικ", -1, 1),
|
1781
|
+
Among(u"ανικ", 25, 1),
|
1782
|
+
Among(u"βουλκ", -1, 1),
|
1783
|
+
Among(u"βασκ", -1, 1),
|
1784
|
+
Among(u"βραχυκ", -1, 1),
|
1785
|
+
Among(u"γαλ", -1, 1),
|
1786
|
+
Among(u"καταγαλ", 30, 1),
|
1787
|
+
Among(u"ολογαλ", 30, 1),
|
1788
|
+
Among(u"βαθυγαλ", 30, 1),
|
1789
|
+
Among(u"μελ", -1, 1),
|
1790
|
+
Among(u"καστελ", -1, 1),
|
1791
|
+
Among(u"πορτολ", -1, 1),
|
1792
|
+
Among(u"πλ", -1, 1),
|
1793
|
+
Among(u"διπλ", 37, 1),
|
1794
|
+
Among(u"λαοπλ", 37, 1),
|
1795
|
+
Among(u"ψυχοπλ", 37, 1),
|
1796
|
+
Among(u"ουλ", -1, 1),
|
1797
|
+
Among(u"μ", -1, 1),
|
1798
|
+
Among(u"ολιγοδαμ", 42, 1),
|
1799
|
+
Among(u"μουσουλμ", 42, 1),
|
1800
|
+
Among(u"δραδουμ", 42, 1),
|
1801
|
+
Among(u"βραχμ", 42, 1),
|
1802
|
+
Among(u"ν", -1, 1),
|
1803
|
+
Among(u"αμερικαν", 47, 1),
|
1804
|
+
Among(u"π", -1, 1),
|
1805
|
+
Among(u"αδαπ", 49, 1),
|
1806
|
+
Among(u"χαμηλοδαπ", 49, 1),
|
1807
|
+
Among(u"πολυδαπ", 49, 1),
|
1808
|
+
Among(u"κοπ", 49, 1),
|
1809
|
+
Among(u"υποκοπ", 53, 1),
|
1810
|
+
Among(u"τσοπ", 49, 1),
|
1811
|
+
Among(u"σπ", 49, 1),
|
1812
|
+
Among(u"ερ", -1, 1),
|
1813
|
+
Among(u"γερ", 57, 1),
|
1814
|
+
Among(u"βετερ", 57, 1),
|
1815
|
+
Among(u"λουθηρ", -1, 1),
|
1816
|
+
Among(u"κορμορ", -1, 1),
|
1817
|
+
Among(u"περιτρ", -1, 1),
|
1818
|
+
Among(u"ουρ", -1, 1),
|
1819
|
+
Among(u"σ", -1, 1),
|
1820
|
+
Among(u"βασ", 64, 1),
|
1821
|
+
Among(u"πολισ", 64, 1),
|
1822
|
+
Among(u"σαρακατσ", 64, 1),
|
1823
|
+
Among(u"θυσ", 64, 1),
|
1824
|
+
Among(u"διατ", -1, 1),
|
1825
|
+
Among(u"πλατ", -1, 1),
|
1826
|
+
Among(u"τσαρλατ", -1, 1),
|
1827
|
+
Among(u"τετ", -1, 1),
|
1828
|
+
Among(u"πουριτ", -1, 1),
|
1829
|
+
Among(u"σουλτ", -1, 1),
|
1830
|
+
Among(u"μαιντ", -1, 1),
|
1831
|
+
Among(u"ζωντ", -1, 1),
|
1832
|
+
Among(u"καστ", -1, 1),
|
1833
|
+
Among(u"φ", -1, 1),
|
1834
|
+
Among(u"διαφ", 78, 1),
|
1835
|
+
Among(u"στεφ", 78, 1),
|
1836
|
+
Among(u"φωτοστεφ", 80, 1),
|
1837
|
+
Among(u"περηφ", 78, 1),
|
1838
|
+
Among(u"υπερηφ", 82, 1),
|
1839
|
+
Among(u"κοιλαρφ", 78, 1),
|
1840
|
+
Among(u"πενταρφ", 78, 1),
|
1841
|
+
Among(u"ορφ", 78, 1),
|
1842
|
+
Among(u"χ", -1, 1),
|
1843
|
+
Among(u"αμηχ", 87, 1),
|
1844
|
+
Among(u"βιομηχ", 87, 1),
|
1845
|
+
Among(u"μεγλοβιομηχ", 89, 1),
|
1846
|
+
Among(u"καπνοβιομηχ", 89, 1),
|
1847
|
+
Among(u"μικροβιομηχ", 89, 1),
|
1848
|
+
Among(u"πολυμηχ", 87, 1),
|
1849
|
+
Among(u"λιχ", 87, 1)
|
1850
|
+
]
|
1851
|
+
|
1852
|
+
a_40 = [
|
1853
|
+
Among(u"ησετε", -1, 1)
|
1854
|
+
]
|
1855
|
+
|
1856
|
+
a_41 = [
|
1857
|
+
Among(u"ενδ", -1, 1),
|
1858
|
+
Among(u"συνδ", -1, 1),
|
1859
|
+
Among(u"οδ", -1, 1),
|
1860
|
+
Among(u"διαθ", -1, 1),
|
1861
|
+
Among(u"καθ", -1, 1),
|
1862
|
+
Among(u"ραθ", -1, 1),
|
1863
|
+
Among(u"ταθ", -1, 1),
|
1864
|
+
Among(u"τιθ", -1, 1),
|
1865
|
+
Among(u"εκθ", -1, 1),
|
1866
|
+
Among(u"ενθ", -1, 1),
|
1867
|
+
Among(u"συνθ", -1, 1),
|
1868
|
+
Among(u"ροθ", -1, 1),
|
1869
|
+
Among(u"υπερθ", -1, 1),
|
1870
|
+
Among(u"σθ", -1, 1),
|
1871
|
+
Among(u"ευθ", -1, 1),
|
1872
|
+
Among(u"αρκ", -1, 1),
|
1873
|
+
Among(u"ωφελ", -1, 1),
|
1874
|
+
Among(u"βολ", -1, 1),
|
1875
|
+
Among(u"αιν", -1, 1),
|
1876
|
+
Among(u"πον", -1, 1),
|
1877
|
+
Among(u"ρον", -1, 1),
|
1878
|
+
Among(u"συν", -1, 1),
|
1879
|
+
Among(u"βαρ", -1, 1),
|
1880
|
+
Among(u"βρ", -1, 1),
|
1881
|
+
Among(u"αιρ", -1, 1),
|
1882
|
+
Among(u"φορ", -1, 1),
|
1883
|
+
Among(u"ευρ", -1, 1),
|
1884
|
+
Among(u"πυρ", -1, 1),
|
1885
|
+
Among(u"χωρ", -1, 1),
|
1886
|
+
Among(u"νετ", -1, 1),
|
1887
|
+
Among(u"σχ", -1, 1)
|
1888
|
+
]
|
1889
|
+
|
1890
|
+
a_42 = [
|
1891
|
+
Among(u"παγ", -1, 1),
|
1892
|
+
Among(u"δ", -1, 1),
|
1893
|
+
Among(u"αδ", 1, 1),
|
1894
|
+
Among(u"θ", -1, 1),
|
1895
|
+
Among(u"αθ", 3, 1),
|
1896
|
+
Among(u"τοκ", -1, 1),
|
1897
|
+
Among(u"σκ", -1, 1),
|
1898
|
+
Among(u"παρακαλ", -1, 1),
|
1899
|
+
Among(u"σκελ", -1, 1),
|
1900
|
+
Among(u"απλ", -1, 1),
|
1901
|
+
Among(u"εμ", -1, 1),
|
1902
|
+
Among(u"αν", -1, 1),
|
1903
|
+
Among(u"βεν", -1, 1),
|
1904
|
+
Among(u"βαρον", -1, 1),
|
1905
|
+
Among(u"κοπ", -1, 1),
|
1906
|
+
Among(u"σερπ", -1, 1),
|
1907
|
+
Among(u"αβαρ", -1, 1),
|
1908
|
+
Among(u"εναρ", -1, 1),
|
1909
|
+
Among(u"αβρ", -1, 1),
|
1910
|
+
Among(u"μπορ", -1, 1),
|
1911
|
+
Among(u"θαρρ", -1, 1),
|
1912
|
+
Among(u"ντρ", -1, 1),
|
1913
|
+
Among(u"υ", -1, 1),
|
1914
|
+
Among(u"νιφ", -1, 1),
|
1915
|
+
Among(u"συρφ", -1, 1)
|
1916
|
+
]
|
1917
|
+
|
1918
|
+
a_43 = [
|
1919
|
+
Among(u"οντασ", -1, 1),
|
1920
|
+
Among(u"ωντασ", -1, 1)
|
1921
|
+
]
|
1922
|
+
|
1923
|
+
a_44 = [
|
1924
|
+
Among(u"ομαστε", -1, 1),
|
1925
|
+
Among(u"ιομαστε", 0, 1)
|
1926
|
+
]
|
1927
|
+
|
1928
|
+
a_45 = [
|
1929
|
+
Among(u"π", -1, 1),
|
1930
|
+
Among(u"απ", 0, 1),
|
1931
|
+
Among(u"ακαταπ", 1, 1),
|
1932
|
+
Among(u"συμπ", 0, 1),
|
1933
|
+
Among(u"ασυμπ", 3, 1),
|
1934
|
+
Among(u"αμεταμφ", -1, 1)
|
1935
|
+
]
|
1936
|
+
|
1937
|
+
a_46 = [
|
1938
|
+
Among(u"ζ", -1, 1),
|
1939
|
+
Among(u"αλ", -1, 1),
|
1940
|
+
Among(u"παρακαλ", 1, 1),
|
1941
|
+
Among(u"εκτελ", -1, 1),
|
1942
|
+
Among(u"μ", -1, 1),
|
1943
|
+
Among(u"ξ", -1, 1),
|
1944
|
+
Among(u"προ", -1, 1),
|
1945
|
+
Among(u"αρ", -1, 1),
|
1946
|
+
Among(u"νισ", -1, 1)
|
1947
|
+
]
|
1948
|
+
|
1949
|
+
a_47 = [
|
1950
|
+
Among(u"ηθηκα", -1, 1),
|
1951
|
+
Among(u"ηθηκε", -1, 1),
|
1952
|
+
Among(u"ηθηκεσ", -1, 1)
|
1953
|
+
]
|
1954
|
+
|
1955
|
+
a_48 = [
|
1956
|
+
Among(u"πιθ", -1, 1),
|
1957
|
+
Among(u"οθ", -1, 1),
|
1958
|
+
Among(u"ναρθ", -1, 1),
|
1959
|
+
Among(u"σκουλ", -1, 1),
|
1960
|
+
Among(u"σκωλ", -1, 1),
|
1961
|
+
Among(u"σφ", -1, 1)
|
1962
|
+
]
|
1963
|
+
|
1964
|
+
a_49 = [
|
1965
|
+
Among(u"θ", -1, 1),
|
1966
|
+
Among(u"διαθ", 0, 1),
|
1967
|
+
Among(u"παρακαταθ", 0, 1),
|
1968
|
+
Among(u"συνθ", 0, 1),
|
1969
|
+
Among(u"προσθ", 0, 1)
|
1970
|
+
]
|
1971
|
+
|
1972
|
+
a_50 = [
|
1973
|
+
Among(u"ηκα", -1, 1),
|
1974
|
+
Among(u"ηκε", -1, 1),
|
1975
|
+
Among(u"ηκεσ", -1, 1)
|
1976
|
+
]
|
1977
|
+
|
1978
|
+
a_51 = [
|
1979
|
+
Among(u"φαγ", -1, 1),
|
1980
|
+
Among(u"ληγ", -1, 1),
|
1981
|
+
Among(u"φρυδ", -1, 1),
|
1982
|
+
Among(u"μαντιλ", -1, 1),
|
1983
|
+
Among(u"μαλλ", -1, 1),
|
1984
|
+
Among(u"ομ", -1, 1),
|
1985
|
+
Among(u"βλεπ", -1, 1),
|
1986
|
+
Among(u"ποδαρ", -1, 1),
|
1987
|
+
Among(u"κυματ", -1, 1),
|
1988
|
+
Among(u"πρωτ", -1, 1),
|
1989
|
+
Among(u"λαχ", -1, 1),
|
1990
|
+
Among(u"πανταχ", -1, 1)
|
1991
|
+
]
|
1992
|
+
|
1993
|
+
a_52 = [
|
1994
|
+
Among(u"τσα", -1, 1),
|
1995
|
+
Among(u"χαδ", -1, 1),
|
1996
|
+
Among(u"μεδ", -1, 1),
|
1997
|
+
Among(u"λαμπιδ", -1, 1),
|
1998
|
+
Among(u"δε", -1, 1),
|
1999
|
+
Among(u"πλε", -1, 1),
|
2000
|
+
Among(u"μεσαζ", -1, 1),
|
2001
|
+
Among(u"δεσποζ", -1, 1),
|
2002
|
+
Among(u"αιθ", -1, 1),
|
2003
|
+
Among(u"φαρμακ", -1, 1),
|
2004
|
+
Among(u"αγκ", -1, 1),
|
2005
|
+
Among(u"ανηκ", -1, 1),
|
2006
|
+
Among(u"λ", -1, 1),
|
2007
|
+
Among(u"μ", -1, 1),
|
2008
|
+
Among(u"αμ", 13, 1),
|
2009
|
+
Among(u"βρομ", 13, 1),
|
2010
|
+
Among(u"υποτειν", -1, 1),
|
2011
|
+
Among(u"εκλιπ", -1, 1),
|
2012
|
+
Among(u"ρ", -1, 1),
|
2013
|
+
Among(u"ενδιαφερ", 18, 1),
|
2014
|
+
Among(u"αναρρ", 18, 1),
|
2015
|
+
Among(u"πατ", -1, 1),
|
2016
|
+
Among(u"καθαρευ", -1, 1),
|
2017
|
+
Among(u"δευτερευ", -1, 1),
|
2018
|
+
Among(u"λεχ", -1, 1)
|
2019
|
+
]
|
2020
|
+
|
2021
|
+
a_53 = [
|
2022
|
+
Among(u"ουσα", -1, 1),
|
2023
|
+
Among(u"ουσε", -1, 1),
|
2024
|
+
Among(u"ουσεσ", -1, 1)
|
2025
|
+
]
|
2026
|
+
|
2027
|
+
a_54 = [
|
2028
|
+
Among(u"πελ", -1, 1),
|
2029
|
+
Among(u"λλ", -1, 1),
|
2030
|
+
Among(u"σμην", -1, 1),
|
2031
|
+
Among(u"ρπ", -1, 1),
|
2032
|
+
Among(u"πρ", -1, 1),
|
2033
|
+
Among(u"φρ", -1, 1),
|
2034
|
+
Among(u"χορτ", -1, 1),
|
2035
|
+
Among(u"οφ", -1, 1),
|
2036
|
+
Among(u"ψοφ", 7, -1),
|
2037
|
+
Among(u"σφ", -1, 1),
|
2038
|
+
Among(u"λοχ", -1, 1),
|
2039
|
+
Among(u"ναυλοχ", 10, -1)
|
2040
|
+
]
|
2041
|
+
|
2042
|
+
a_55 = [
|
2043
|
+
Among(u"αμαλλι", -1, 1),
|
2044
|
+
Among(u"λ", -1, 1),
|
2045
|
+
Among(u"αμαλ", 1, 1),
|
2046
|
+
Among(u"μ", -1, 1),
|
2047
|
+
Among(u"ουλαμ", 3, 1),
|
2048
|
+
Among(u"εν", -1, 1),
|
2049
|
+
Among(u"δερβεν", 5, 1),
|
2050
|
+
Among(u"π", -1, 1),
|
2051
|
+
Among(u"αειπ", 7, 1),
|
2052
|
+
Among(u"αρτιπ", 7, 1),
|
2053
|
+
Among(u"συμπ", 7, 1),
|
2054
|
+
Among(u"νεοπ", 7, 1),
|
2055
|
+
Among(u"κροκαλοπ", 7, 1),
|
2056
|
+
Among(u"ολοπ", 7, 1),
|
2057
|
+
Among(u"προσωποπ", 7, 1),
|
2058
|
+
Among(u"σιδηροπ", 7, 1),
|
2059
|
+
Among(u"δροσοπ", 7, 1),
|
2060
|
+
Among(u"ασπ", 7, 1),
|
2061
|
+
Among(u"ανυπ", 7, 1),
|
2062
|
+
Among(u"ρ", -1, 1),
|
2063
|
+
Among(u"ασπαρ", 19, 1),
|
2064
|
+
Among(u"χαρ", 19, 1),
|
2065
|
+
Among(u"αχαρ", 21, 1),
|
2066
|
+
Among(u"απερ", 19, 1),
|
2067
|
+
Among(u"τρ", 19, 1),
|
2068
|
+
Among(u"ουρ", 19, 1),
|
2069
|
+
Among(u"τ", -1, 1),
|
2070
|
+
Among(u"διατ", 26, 1),
|
2071
|
+
Among(u"επιτ", 26, 1),
|
2072
|
+
Among(u"συντ", 26, 1),
|
2073
|
+
Among(u"ομοτ", 26, 1),
|
2074
|
+
Among(u"νομοτ", 30, 1),
|
2075
|
+
Among(u"αποτ", 26, 1),
|
2076
|
+
Among(u"υποτ", 26, 1),
|
2077
|
+
Among(u"αβαστ", 26, 1),
|
2078
|
+
Among(u"αιμοστ", 26, 1),
|
2079
|
+
Among(u"προστ", 26, 1),
|
2080
|
+
Among(u"ανυστ", 26, 1),
|
2081
|
+
Among(u"ναυ", -1, 1),
|
2082
|
+
Among(u"αφ", -1, 1),
|
2083
|
+
Among(u"ξεφ", -1, 1),
|
2084
|
+
Among(u"αδηφ", -1, 1),
|
2085
|
+
Among(u"παμφ", -1, 1),
|
2086
|
+
Among(u"πολυφ", -1, 1)
|
2087
|
+
]
|
2088
|
+
|
2089
|
+
a_56 = [
|
2090
|
+
Among(u"αγα", -1, 1),
|
2091
|
+
Among(u"αγε", -1, 1),
|
2092
|
+
Among(u"αγεσ", -1, 1)
|
2093
|
+
]
|
2094
|
+
|
2095
|
+
a_57 = [
|
2096
|
+
Among(u"ησα", -1, 1),
|
2097
|
+
Among(u"ησε", -1, 1),
|
2098
|
+
Among(u"ησου", -1, 1)
|
2099
|
+
]
|
2100
|
+
|
2101
|
+
a_58 = [
|
2102
|
+
Among(u"ν", -1, 1),
|
2103
|
+
Among(u"δωδεκαν", 0, 1),
|
2104
|
+
Among(u"επταν", 0, 1),
|
2105
|
+
Among(u"μεγαλον", 0, 1),
|
2106
|
+
Among(u"ερημον", 0, 1),
|
2107
|
+
Among(u"χερσον", 0, 1)
|
2108
|
+
]
|
2109
|
+
|
2110
|
+
a_59 = [
|
2111
|
+
Among(u"ηστε", -1, 1)
|
2112
|
+
]
|
2113
|
+
|
2114
|
+
a_60 = [
|
2115
|
+
Among(u"σβ", -1, 1),
|
2116
|
+
Among(u"ασβ", 0, 1),
|
2117
|
+
Among(u"απλ", -1, 1),
|
2118
|
+
Among(u"αειμν", -1, 1),
|
2119
|
+
Among(u"χρ", -1, 1),
|
2120
|
+
Among(u"αχρ", 4, 1),
|
2121
|
+
Among(u"κοινοχρ", 4, 1),
|
2122
|
+
Among(u"δυσχρ", 4, 1),
|
2123
|
+
Among(u"ευχρ", 4, 1),
|
2124
|
+
Among(u"παλιμψ", -1, 1)
|
2125
|
+
]
|
2126
|
+
|
2127
|
+
a_61 = [
|
2128
|
+
Among(u"ουνε", -1, 1),
|
2129
|
+
Among(u"ηθουνε", 0, 1),
|
2130
|
+
Among(u"ησουνε", 0, 1)
|
2131
|
+
]
|
2132
|
+
|
2133
|
+
a_62 = [
|
2134
|
+
Among(u"σπι", -1, 1),
|
2135
|
+
Among(u"ν", -1, 1),
|
2136
|
+
Among(u"εξων", 1, 1),
|
2137
|
+
Among(u"ρ", -1, 1),
|
2138
|
+
Among(u"στραβομουτσ", -1, 1),
|
2139
|
+
Among(u"κακομουτσ", -1, 1)
|
2140
|
+
]
|
2141
|
+
|
2142
|
+
a_63 = [
|
2143
|
+
Among(u"ουμε", -1, 1),
|
2144
|
+
Among(u"ηθουμε", 0, 1),
|
2145
|
+
Among(u"ησουμε", 0, 1)
|
2146
|
+
]
|
2147
|
+
|
2148
|
+
a_64 = [
|
2149
|
+
Among(u"αζ", -1, 1),
|
2150
|
+
Among(u"ωριοπλ", -1, 1),
|
2151
|
+
Among(u"ασουσ", -1, 1),
|
2152
|
+
Among(u"παρασουσ", 2, 1),
|
2153
|
+
Among(u"αλλοσουσ", -1, 1),
|
2154
|
+
Among(u"φ", -1, 1),
|
2155
|
+
Among(u"χ", -1, 1)
|
2156
|
+
]
|
2157
|
+
|
2158
|
+
a_65 = [
|
2159
|
+
Among(u"ματα", -1, 1),
|
2160
|
+
Among(u"ματων", -1, 1),
|
2161
|
+
Among(u"ματοσ", -1, 1)
|
2162
|
+
]
|
2163
|
+
|
2164
|
+
a_66 = [
|
2165
|
+
Among(u"α", -1, 1),
|
2166
|
+
Among(u"ιουμα", 0, 1),
|
2167
|
+
Among(u"ομουνα", 0, 1),
|
2168
|
+
Among(u"ιομουνα", 2, 1),
|
2169
|
+
Among(u"οσουνα", 0, 1),
|
2170
|
+
Among(u"ιοσουνα", 4, 1),
|
2171
|
+
Among(u"ε", -1, 1),
|
2172
|
+
Among(u"αγατε", 6, 1),
|
2173
|
+
Among(u"ηκατε", 6, 1),
|
2174
|
+
Among(u"ηθηκατε", 8, 1),
|
2175
|
+
Among(u"ησατε", 6, 1),
|
2176
|
+
Among(u"ουσατε", 6, 1),
|
2177
|
+
Among(u"ειτε", 6, 1),
|
2178
|
+
Among(u"ηθειτε", 12, 1),
|
2179
|
+
Among(u"ιεμαστε", 6, 1),
|
2180
|
+
Among(u"ουμαστε", 6, 1),
|
2181
|
+
Among(u"ιουμαστε", 15, 1),
|
2182
|
+
Among(u"ιεσαστε", 6, 1),
|
2183
|
+
Among(u"οσαστε", 6, 1),
|
2184
|
+
Among(u"ιοσαστε", 18, 1),
|
2185
|
+
Among(u"η", -1, 1),
|
2186
|
+
Among(u"ι", -1, 1),
|
2187
|
+
Among(u"αμαι", 21, 1),
|
2188
|
+
Among(u"ιεμαι", 21, 1),
|
2189
|
+
Among(u"ομαι", 21, 1),
|
2190
|
+
Among(u"ουμαι", 21, 1),
|
2191
|
+
Among(u"ασαι", 21, 1),
|
2192
|
+
Among(u"εσαι", 21, 1),
|
2193
|
+
Among(u"ιεσαι", 27, 1),
|
2194
|
+
Among(u"αται", 21, 1),
|
2195
|
+
Among(u"εται", 21, 1),
|
2196
|
+
Among(u"ιεται", 30, 1),
|
2197
|
+
Among(u"ονται", 21, 1),
|
2198
|
+
Among(u"ουνται", 21, 1),
|
2199
|
+
Among(u"ιουνται", 33, 1),
|
2200
|
+
Among(u"ει", 21, 1),
|
2201
|
+
Among(u"αει", 35, 1),
|
2202
|
+
Among(u"ηθει", 35, 1),
|
2203
|
+
Among(u"ησει", 35, 1),
|
2204
|
+
Among(u"οι", 21, 1),
|
2205
|
+
Among(u"αν", -1, 1),
|
2206
|
+
Among(u"αγαν", 40, 1),
|
2207
|
+
Among(u"ηκαν", 40, 1),
|
2208
|
+
Among(u"ηθηκαν", 42, 1),
|
2209
|
+
Among(u"ησαν", 40, 1),
|
2210
|
+
Among(u"ουσαν", 40, 1),
|
2211
|
+
Among(u"οντουσαν", 45, 1),
|
2212
|
+
Among(u"ιοντουσαν", 46, 1),
|
2213
|
+
Among(u"ονταν", 40, 1),
|
2214
|
+
Among(u"ιονταν", 48, 1),
|
2215
|
+
Among(u"ουνταν", 40, 1),
|
2216
|
+
Among(u"ιουνταν", 50, 1),
|
2217
|
+
Among(u"οταν", 40, 1),
|
2218
|
+
Among(u"ιοταν", 52, 1),
|
2219
|
+
Among(u"ομασταν", 40, 1),
|
2220
|
+
Among(u"ιομασταν", 54, 1),
|
2221
|
+
Among(u"οσασταν", 40, 1),
|
2222
|
+
Among(u"ιοσασταν", 56, 1),
|
2223
|
+
Among(u"ουν", -1, 1),
|
2224
|
+
Among(u"ηθουν", 58, 1),
|
2225
|
+
Among(u"ομουν", 58, 1),
|
2226
|
+
Among(u"ιομουν", 60, 1),
|
2227
|
+
Among(u"ησουν", 58, 1),
|
2228
|
+
Among(u"οσουν", 58, 1),
|
2229
|
+
Among(u"ιοσουν", 63, 1),
|
2230
|
+
Among(u"ων", -1, 1),
|
2231
|
+
Among(u"ηδων", 65, 1),
|
2232
|
+
Among(u"ο", -1, 1),
|
2233
|
+
Among(u"ασ", -1, 1),
|
2234
|
+
Among(u"εσ", -1, 1),
|
2235
|
+
Among(u"ηδεσ", 69, 1),
|
2236
|
+
Among(u"ησεσ", 69, 1),
|
2237
|
+
Among(u"ησ", -1, 1),
|
2238
|
+
Among(u"εισ", -1, 1),
|
2239
|
+
Among(u"ηθεισ", 73, 1),
|
2240
|
+
Among(u"οσ", -1, 1),
|
2241
|
+
Among(u"υσ", -1, 1),
|
2242
|
+
Among(u"ουσ", 76, 1),
|
2243
|
+
Among(u"υ", -1, 1),
|
2244
|
+
Among(u"ου", 78, 1),
|
2245
|
+
Among(u"ω", -1, 1),
|
2246
|
+
Among(u"αω", 80, 1),
|
2247
|
+
Among(u"ηθω", 80, 1),
|
2248
|
+
Among(u"ησω", 80, 1)
|
2249
|
+
]
|
2250
|
+
|
2251
|
+
a_67 = [
|
2252
|
+
Among(u"οτερ", -1, 1),
|
2253
|
+
Among(u"εστερ", -1, 1),
|
2254
|
+
Among(u"υτερ", -1, 1),
|
2255
|
+
Among(u"ωτερ", -1, 1),
|
2256
|
+
Among(u"οτατ", -1, 1),
|
2257
|
+
Among(u"εστατ", -1, 1),
|
2258
|
+
Among(u"υτατ", -1, 1),
|
2259
|
+
Among(u"ωτατ", -1, 1)
|
2260
|
+
]
|
2261
|
+
|
2261
2262
|
|
2262
2263
|
class lab0(BaseException): pass
|
2263
2264
|
|