LICENSE
README.md
pyproject.toml
semanscope/__init__.py
semanscope/config.py
semanscope.egg-info/PKG-INFO
semanscope.egg-info/SOURCES.txt
semanscope.egg-info/dependency_links.txt
semanscope.egg-info/entry_points.txt
semanscope.egg-info/requires.txt
semanscope.egg-info/top_level.txt
semanscope/cli/__init__.py
semanscope/cli/batch_benchmark_ra.py
semanscope/cli/batch_benchmark_sa.py
semanscope/cli/parse_batch_results_sa.py
semanscope/cli/parse_results_ra.py
semanscope/cli/figure_generation/generate_figure0_hard_datasets_heatmap.py
semanscope/cli/figure_generation/generate_figure1_model_tiers.py
semanscope/cli/figure_generation/generate_figure1_model_tiers_by_language-v2.0.py
semanscope/cli/figure_generation/generate_figure1_model_tiers_by_language-v2.1.py
semanscope/cli/figure_generation/generate_figure2_heatmap_easy.py
semanscope/cli/figure_generation/generate_figure2_heatmap_easy_by_language.py
semanscope/cli/figure_generation/generate_figure3_full_heatmap.py
semanscope/cli/figure_generation/generate_figure3_full_heatmap_by_language.py
semanscope/cli/figure_generation/generate_figure4_morphological_asymmetry.py
semanscope/cli/figure_generation/generate_figure5_sa_ra_scatter.py
semanscope/cli/figure_generation/generate_figure5_sa_ra_scatter_by_language-v2.0.py
semanscope/cli/figure_generation/generate_figure5_sa_ra_scatter_by_language-v2.1.py
semanscope/cli/figure_generation/generate_figure5_sa_ra_scatter_v2.py
semanscope/cli/figure_generation/generate_neurips_figures_ra.py
semanscope/cli/figure_generation/generate_paper_figure3_sa.py
semanscope/cli/figure_generation/generate_paper_figures_sa.py
semanscope/components/__init__.py
semanscope/components/chatbot_interface.py
semanscope/components/clustering.py
semanscope/components/dimension_reduction.py
semanscope/components/embedding_viz.py
semanscope/components/geometric_analysis.py
semanscope/components/note_editor.py
semanscope/components/optimization_strategy.py
semanscope/components/plotting.py
semanscope/components/plotting_echarts.py
semanscope/components/semantic_affinity.py
semanscope/components/translation_widget.py
semanscope/components/ui.py
semanscope/components/word_search.py
semanscope/components/shared/__init__.py
semanscope/components/shared/enter_text_data.py
semanscope/components/shared/enter_text_data_multilingual.py
semanscope/components/shared/publication_settings.py
semanscope/models/__init__.py
semanscope/models/gemini_model.py
semanscope/models/model_manager.py
semanscope/models/model_manager_v2o.py
semanscope/models/openrouter_model.py
semanscope/models/voyage_model.py
semanscope/services/__init__.py
semanscope/services/google_translate.py
semanscope/services/tts_service.py
semanscope/utils/__init__.py
semanscope/utils/auto_save_helper.py
semanscope/utils/cache_manager.py
semanscope/utils/clear_session_cache.py
semanscope/utils/cp_figures.py
semanscope/utils/database.py
semanscope/utils/debug_color_pipeline.py
semanscope/utils/debug_session_state.py
semanscope/utils/debug_word_processing.py
semanscope/utils/diagnose_dictionary.py
semanscope/utils/download_helpers.py
semanscope/utils/embedding_cache.py
semanscope/utils/error_handling.py
semanscope/utils/filter_radicals.py
semanscope/utils/gemini_radical.py
semanscope/utils/gemini_tool_1.py
semanscope/utils/global_settings.py
semanscope/utils/nsm_color_preview.py
semanscope/utils/posixpath_fix_summary.py
semanscope/utils/retrieval_metrics.py
semanscope/utils/test_all_path_fixes.py
semanscope/utils/test_color_logging.py
semanscope/utils/test_csv_parsing.py
semanscope/utils/test_gemma.py
semanscope/utils/test_imports.py
semanscope/utils/test_posixpath_fix.py
semanscope/utils/test_word_color_mapping.py
semanscope/utils/text_decomposer.py
semanscope/utils/text_preprocessing.py
semanscope/utils/title_filename_helper.py
semanscope/utils/unitranslator.py
tests/test_all_apis.py
tests/test_echarts.py
tests/test_echarts_auto_png.py
tests/test_echarts_checkbox.py
tests/test_echarts_export.py
tests/test_gemini_integration.py
tests/test_openrouter_integration.py
tests/test_parallel_performance.py
tests/test_semantic_affinity.py
tests/test_voyage_integration.py