CMakeLists.txt
LICENSE
MANIFEST.in
README.md
_debug_hints.txt
pyproject.toml
setup.py
pylem/CMakeLists.txt
pylem/__init__.py
pylem/pylem_binary.py
pylem.egg-info/PKG-INFO
pylem.egg-info/SOURCES.txt
pylem.egg-info/dependency_links.txt
pylem.egg-info/not-zip-safe
pylem.egg-info/requires.txt
pylem.egg-info/top_level.txt
pylem/Dicts/__init__.py
pylem/morph_dict/data/English/StatData.txt
pylem/morph_dict/data/English/WordData.txt
pylem/morph_dict/data/English/gramtab.tab
pylem/morph_dict/data/English/morphs.mrd
pylem/morph_dict/data/English/project.mwz
pylem/morph_dict/data/German/StatData.txt
pylem/morph_dict/data/German/WordData.txt
pylem/morph_dict/data/German/gramtab.tab
pylem/morph_dict/data/German/morphs.mrd
pylem/morph_dict/data/German/project.mwz
pylem/morph_dict/data/Russian/StatData.txt
pylem/morph_dict/data/Russian/WordData.txt
pylem/morph_dict/data/Russian/gramtab.tab
pylem/morph_dict/data/Russian/morphs.mrd
pylem/morph_dict/data/Russian/project.mwz
pylem/tests/__init__.py
pylem/tests/tests.py
pylem/tests/tests_morph_source.py
pylem/Dicts/__init__.py
pylem/binding/main.cpp
pylem/morph_dict/CMakeLists.txt
pylem/morph_dict/AgramtabLib/AncodePattern.cpp
pylem/morph_dict/AgramtabLib/AncodePattern.h
pylem/morph_dict/AgramtabLib/CMakeLists.txt
pylem/morph_dict/AgramtabLib/EngGramTab.cpp
pylem/morph_dict/AgramtabLib/EngGramTab.h
pylem/morph_dict/AgramtabLib/GerGramTab.cpp
pylem/morph_dict/AgramtabLib/GerGramTab.h
pylem/morph_dict/AgramtabLib/GramInfo.h
pylem/morph_dict/AgramtabLib/RusGramTab.cpp
pylem/morph_dict/AgramtabLib/RusGramTab.h
pylem/morph_dict/AgramtabLib/agramtab_.cpp
pylem/morph_dict/AgramtabLib/agramtab_.h
pylem/morph_dict/AgramtabLib/eng_consts.h
pylem/morph_dict/AgramtabLib/ger_consts.h
pylem/morph_dict/AgramtabLib/rus_consts.h
pylem/morph_dict/AgramtabLib/tests/CheckGramTab/CMakeLists.txt
pylem/morph_dict/AgramtabLib/tests/CheckGramTab/CheckGramTab.cpp
pylem/morph_dict/LemmatizerBaseLib/CMakeLists.txt
pylem/morph_dict/LemmatizerBaseLib/CreatePredictionBase.cpp
pylem/morph_dict/LemmatizerBaseLib/LemmaInfoSerialize.h
pylem/morph_dict/LemmatizerBaseLib/Lemmatizers.cpp
pylem/morph_dict/LemmatizerBaseLib/Lemmatizers.h
pylem/morph_dict/LemmatizerBaseLib/MorphAutomBuilder.cpp
pylem/morph_dict/LemmatizerBaseLib/MorphAutomBuilder.h
pylem/morph_dict/LemmatizerBaseLib/MorphAutomat.cpp
pylem/morph_dict/LemmatizerBaseLib/MorphAutomat.h
pylem/morph_dict/LemmatizerBaseLib/MorphDict.cpp
pylem/morph_dict/LemmatizerBaseLib/MorphDict.h
pylem/morph_dict/LemmatizerBaseLib/MorphDictBuilder.cpp
pylem/morph_dict/LemmatizerBaseLib/MorphDictBuilder.h
pylem/morph_dict/LemmatizerBaseLib/MorphanHolder.cpp
pylem/morph_dict/LemmatizerBaseLib/MorphanHolder.h
pylem/morph_dict/LemmatizerBaseLib/Paradigm.cpp
pylem/morph_dict/LemmatizerBaseLib/Paradigm.h
pylem/morph_dict/LemmatizerBaseLib/Predict.cpp
pylem/morph_dict/LemmatizerBaseLib/Predict.h
pylem/morph_dict/LemmatizerBaseLib/StaticVectorMap.h
pylem/morph_dict/LemmatizerBaseLib/Statistic.cpp
pylem/morph_dict/LemmatizerBaseLib/Statistic.h
pylem/morph_dict/LemmatizerBaseLib/common_consts.h
pylem/morph_dict/LemmatizerBaseLib/rus_numerals.cpp
pylem/morph_dict/LemmatizerBaseLib/rus_numerals.h
pylem/morph_dict/MorphGen/CMakeLists.txt
pylem/morph_dict/MorphGen/MorphGen.cpp
pylem/morph_dict/MorphGen/tests/CMakeLists.txt
pylem/morph_dict/MorphGen/tests/TestMorphGen.cpp
pylem/morph_dict/MorphGen/tests/Russian/gramtab.tab
pylem/morph_dict/MorphGen/tests/Russian/morphs.mrd
pylem/morph_dict/MorphGen/tests/Russian/project.mwz
pylem/morph_dict/MorphWizardLib/CMakeLists.txt
pylem/morph_dict/MorphWizardLib/DumpParadigm.cpp
pylem/morph_dict/MorphWizardLib/DumpParadigm.h
pylem/morph_dict/MorphWizardLib/FormInfo.cpp
pylem/morph_dict/MorphWizardLib/FormInfo.h
pylem/morph_dict/MorphWizardLib/LemmaPredict.cpp
pylem/morph_dict/MorphWizardLib/LemmaPredict.h
pylem/morph_dict/MorphWizardLib/OperationMeter.h
pylem/morph_dict/MorphWizardLib/wizard.cpp
pylem/morph_dict/MorphWizardLib/wizard.h
pylem/morph_dict/StatDatBin/CMakeLists.txt
pylem/morph_dict/StatDatBin/StatDatBin.cpp
pylem/morph_dict/TestLem/CMakeLists.txt
pylem/morph_dict/TestLem/TestLem.cpp
pylem/morph_dict/TestLem/test/English/test.txt
pylem/morph_dict/TestLem/test/German/morphan.txt
pylem/morph_dict/TestLem/test/German/test.txt
pylem/morph_dict/TestLem/test/Russian/morphan.txt
pylem/morph_dict/TestLem/test/Russian/predict.txt
pylem/morph_dict/TestLem/test/Russian/test.txt
pylem/morph_dict/WordDatBin/CMakeLists.txt
pylem/morph_dict/WordDatBin/WordDatBin.cpp
pylem/morph_dict/common/CMakeLists.txt
pylem/morph_dict/common/argparse.h
pylem/morph_dict/common/bserialize.h
pylem/morph_dict/common/json.h
pylem/morph_dict/common/single_byte_encoding.h
pylem/morph_dict/common/util_classes.h
pylem/morph_dict/common/utilit.cpp
pylem/morph_dict/common/utilit.h
pylem/morph_dict/contrib/iconv_subset/CMakeLists.txt
pylem/morph_dict/contrib/iconv_subset/iconv.cpp
pylem/morph_dict/contrib/iconv_subset/iconv.h
pylem/morph_dict/contrib/iconv_subset/lib/cp1251.h
pylem/morph_dict/contrib/iconv_subset/lib/cp1252.h
pylem/morph_dict/contrib/iconv_subset/lib/utf8.h
pylem/morph_dict/contrib/nlohmann/json.hpp
pylem/morph_dict/data/CMakeLists.txt
pylem/morph_dict/data/English/StatData.txt
pylem/morph_dict/data/English/WordData.txt
pylem/morph_dict/data/English/gramtab.tab
pylem/morph_dict/data/English/morphs.mrd
pylem/morph_dict/data/English/project.mwz
pylem/morph_dict/data/German/StatData.txt
pylem/morph_dict/data/German/WordData.txt
pylem/morph_dict/data/German/gramtab.tab
pylem/morph_dict/data/German/morphs.mrd
pylem/morph_dict/data/German/project.mwz
pylem/morph_dict/data/Russian/StatData.txt
pylem/morph_dict/data/Russian/WordData.txt
pylem/morph_dict/data/Russian/gramtab.tab
pylem/morph_dict/data/Russian/morphs.mrd
pylem/morph_dict/data/Russian/project.mwz
pylem/pybind11/CMakeLists.txt
pylem/pybind11/noxfile.py
pylem/pybind11/setup.py
pylem/pybind11/docs/benchmark.py
pylem/pybind11/docs/conf.py
pylem/pybind11/docs/requirements.txt
pylem/pybind11/include/pybind11/attr.h
pylem/pybind11/include/pybind11/buffer_info.h
pylem/pybind11/include/pybind11/cast.h
pylem/pybind11/include/pybind11/chrono.h
pylem/pybind11/include/pybind11/common.h
pylem/pybind11/include/pybind11/complex.h
pylem/pybind11/include/pybind11/eigen.h
pylem/pybind11/include/pybind11/embed.h
pylem/pybind11/include/pybind11/eval.h
pylem/pybind11/include/pybind11/functional.h
pylem/pybind11/include/pybind11/gil.h
pylem/pybind11/include/pybind11/iostream.h
pylem/pybind11/include/pybind11/numpy.h
pylem/pybind11/include/pybind11/operators.h
pylem/pybind11/include/pybind11/options.h
pylem/pybind11/include/pybind11/pybind11.h
pylem/pybind11/include/pybind11/pytypes.h
pylem/pybind11/include/pybind11/stl.h
pylem/pybind11/include/pybind11/stl_bind.h
pylem/pybind11/include/pybind11/detail/class.h
pylem/pybind11/include/pybind11/detail/common.h
pylem/pybind11/include/pybind11/detail/descr.h
pylem/pybind11/include/pybind11/detail/init.h
pylem/pybind11/include/pybind11/detail/internals.h
pylem/pybind11/include/pybind11/detail/type_caster_base.h
pylem/pybind11/include/pybind11/detail/typeid.h
pylem/pybind11/include/pybind11/stl/filesystem.h
pylem/pybind11/pybind11/__init__.py
pylem/pybind11/pybind11/__main__.py
pylem/pybind11/pybind11/_version.py
pylem/pybind11/pybind11/commands.py
pylem/pybind11/pybind11/setup_helpers.py
pylem/pybind11/tests/CMakeLists.txt
pylem/pybind11/tests/conftest.py
pylem/pybind11/tests/constructor_stats.h
pylem/pybind11/tests/cross_module_gil_utils.cpp
pylem/pybind11/tests/env.py
pylem/pybind11/tests/local_bindings.h
pylem/pybind11/tests/object.h
pylem/pybind11/tests/pybind11_cross_module_tests.cpp
pylem/pybind11/tests/pybind11_tests.cpp
pylem/pybind11/tests/pybind11_tests.h
pylem/pybind11/tests/requirements.txt
pylem/pybind11/tests/test_async.cpp
pylem/pybind11/tests/test_async.py
pylem/pybind11/tests/test_buffers.cpp
pylem/pybind11/tests/test_buffers.py
pylem/pybind11/tests/test_builtin_casters.cpp
pylem/pybind11/tests/test_builtin_casters.py
pylem/pybind11/tests/test_call_policies.cpp
pylem/pybind11/tests/test_call_policies.py
pylem/pybind11/tests/test_callbacks.cpp
pylem/pybind11/tests/test_callbacks.py
pylem/pybind11/tests/test_chrono.cpp
pylem/pybind11/tests/test_chrono.py
pylem/pybind11/tests/test_class.cpp
pylem/pybind11/tests/test_class.py
pylem/pybind11/tests/test_constants_and_functions.cpp
pylem/pybind11/tests/test_constants_and_functions.py
pylem/pybind11/tests/test_copy_move.cpp
pylem/pybind11/tests/test_copy_move.py
pylem/pybind11/tests/test_custom_type_casters.cpp
pylem/pybind11/tests/test_custom_type_casters.py
pylem/pybind11/tests/test_custom_type_setup.cpp
pylem/pybind11/tests/test_custom_type_setup.py
pylem/pybind11/tests/test_docstring_options.cpp
pylem/pybind11/tests/test_docstring_options.py
pylem/pybind11/tests/test_eigen.cpp
pylem/pybind11/tests/test_eigen.py
pylem/pybind11/tests/test_enum.cpp
pylem/pybind11/tests/test_enum.py
pylem/pybind11/tests/test_eval.cpp
pylem/pybind11/tests/test_eval.py
pylem/pybind11/tests/test_eval_call.py
pylem/pybind11/tests/test_exceptions.cpp
pylem/pybind11/tests/test_exceptions.h
pylem/pybind11/tests/test_exceptions.py
pylem/pybind11/tests/test_factory_constructors.cpp
pylem/pybind11/tests/test_factory_constructors.py
pylem/pybind11/tests/test_gil_scoped.cpp
pylem/pybind11/tests/test_gil_scoped.py
pylem/pybind11/tests/test_iostream.cpp
pylem/pybind11/tests/test_iostream.py
pylem/pybind11/tests/test_kwargs_and_defaults.cpp
pylem/pybind11/tests/test_kwargs_and_defaults.py
pylem/pybind11/tests/test_local_bindings.cpp
pylem/pybind11/tests/test_local_bindings.py
pylem/pybind11/tests/test_methods_and_attributes.cpp
pylem/pybind11/tests/test_methods_and_attributes.py
pylem/pybind11/tests/test_modules.cpp
pylem/pybind11/tests/test_modules.py
pylem/pybind11/tests/test_multiple_inheritance.cpp
pylem/pybind11/tests/test_multiple_inheritance.py
pylem/pybind11/tests/test_numpy_array.cpp
pylem/pybind11/tests/test_numpy_array.py
pylem/pybind11/tests/test_numpy_dtypes.cpp
pylem/pybind11/tests/test_numpy_dtypes.py
pylem/pybind11/tests/test_numpy_vectorize.cpp
pylem/pybind11/tests/test_numpy_vectorize.py
pylem/pybind11/tests/test_opaque_types.cpp
pylem/pybind11/tests/test_opaque_types.py
pylem/pybind11/tests/test_operator_overloading.cpp
pylem/pybind11/tests/test_operator_overloading.py
pylem/pybind11/tests/test_pickling.cpp
pylem/pybind11/tests/test_pickling.py
pylem/pybind11/tests/test_pytypes.cpp
pylem/pybind11/tests/test_pytypes.py
pylem/pybind11/tests/test_sequences_and_iterators.cpp
pylem/pybind11/tests/test_sequences_and_iterators.py
pylem/pybind11/tests/test_smart_ptr.cpp
pylem/pybind11/tests/test_smart_ptr.py
pylem/pybind11/tests/test_stl.cpp
pylem/pybind11/tests/test_stl.py
pylem/pybind11/tests/test_stl_binders.cpp
pylem/pybind11/tests/test_stl_binders.py
pylem/pybind11/tests/test_tagbased_polymorphic.cpp
pylem/pybind11/tests/test_tagbased_polymorphic.py
pylem/pybind11/tests/test_thread.cpp
pylem/pybind11/tests/test_thread.py
pylem/pybind11/tests/test_union.cpp
pylem/pybind11/tests/test_union.py
pylem/pybind11/tests/test_virtual_functions.cpp
pylem/pybind11/tests/test_virtual_functions.py
pylem/pybind11/tests/extra_python_package/test_files.py
pylem/pybind11/tests/extra_setuptools/test_setuphelper.py
pylem/pybind11/tests/test_cmake_build/CMakeLists.txt
pylem/pybind11/tests/test_cmake_build/embed.cpp
pylem/pybind11/tests/test_cmake_build/main.cpp
pylem/pybind11/tests/test_cmake_build/test.py
pylem/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pylem/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pylem/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pylem/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pylem/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pylem/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pylem/pybind11/tests/test_embed/CMakeLists.txt
pylem/pybind11/tests/test_embed/catch.cpp
pylem/pybind11/tests/test_embed/external_module.cpp
pylem/pybind11/tests/test_embed/test_interpreter.cpp
pylem/pybind11/tests/test_embed/test_interpreter.py
pylem/pybind11/tests/test_embed/test_trampoline.py
pylem/pybind11/tools/FindCatch.cmake
pylem/pybind11/tools/FindEigen3.cmake
pylem/pybind11/tools/FindPythonLibsNew.cmake
pylem/pybind11/tools/libsize.py
pylem/pybind11/tools/make_changelog.py
pylem/pybind11/tools/pybind11Common.cmake
pylem/pybind11/tools/pybind11NewTools.cmake
pylem/pybind11/tools/pybind11Tools.cmake
pylem/tests/__init__.py
pylem/tests/tests.py
pylem/tests/tests_morph_source.py