.gitattributes
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
INSTALL.rst
README.rst
apache-2.0.LICENSE
azure-pipelines.yml
configure
configure.bat
pyproject.toml
scancode-analyzer.ABOUT
setup.cfg
setup.py
.github/workflows/ci-docs.yml
.github/workflows/ci-pytest.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/scripts/doc8_style_check.sh
docs/scripts/sphinx_build_link_check.sh
docs/source/conf.py
docs/source/index.rst
docs/source/analysis-use-case/index.rst
docs/source/analysis-use-case/suggesting-licenses.rst
docs/source/api-and-outputs/index.rst
docs/source/api-and-outputs/json-output.rst
docs/source/getting-started/index.rst
docs/source/how-analysis-is-performed/cases-incorrect-scans.rst
docs/source/how-analysis-is-performed/index.rst
docs/source/how-analysis-is-performed/selecting-incorrect-unique.rst
etc/ci/azure-linux.yml
etc/data/credentials.json
etc/data/sample_metadata.json
etc/data/individual-scan-results/lic/lic-0-a-e.json
etc/data/individual-scan-results/lic/lic-cern.json
etc/data/individual-scan-results/lic/lic-f-m.json
etc/data/individual-scan-results/lic/lic-n-s.json
etc/data/individual-scan-results/lic/lic-t-z.json
etc/data/individual-scan-results/rule/after-develop.json
etc/data/individual-scan-results/rule/bison-2.4.3.json
etc/data/individual-scan-results/rule/bzip2-1.0.5-src.json
etc/data/individual-scan-results/rule/cmake-3.4.1.json
etc/data/individual-scan-results/rule/iptables-1.4.10.json
etc/data/individual-scan-results/rule/libtool-2.2.10.json
etc/data/individual-scan-results/rule/libwebsockets-2.3.0.json
etc/data/individual-scan-results/rule/linux-2.6.39-partial.json
etc/data/individual-scan-results/rule/mtd-utils-1.5.2.json
etc/data/individual-scan-results/rule/ntp-4.2.6p3.json
etc/data/individual-scan-results/rule/only_errors.json
etc/data/individual-scan-results/rule/openvpn-2.3.4.json
etc/data/individual-scan-results/rule/socat-2.0.0.json
etc/data/individual-scan-results/rule/tcpdump-4.1.1.json
etc/data/individual-scan-results/rule/which-2.20.json
etc/data/together-scan-results/lic_scancode_after.json
etc/data/together-scan-results/lic_scancode_before.json
etc/env_files/load_into_dataframes/environment.yml
etc/env_files/nlp-predict/environment.yml
etc/load_scan_into_dataframe/divide_cases.py
etc/load_scan_into_dataframe/load_results_file.py
etc/load_scan_into_dataframe/load_results_package.py
etc/load_scan_into_dataframe/load_test_data.py
etc/load_scan_into_dataframe/postgres.py
etc/nlp-models/false-positives-scancode-bert-base-uncased-L8-1/README.md
etc/nlp-models/lic-class-scancode-bert-base-cased-L32-1/README.md
etc/notebooks/INSTALL.rst
etc/notebooks/load_results_files.ipynb
etc/notebooks/load_results_package.ipynb
etc/notebooks/mock_db_data_from_json.ipynb
etc/notebooks/postgres.ipynb
etc/scancode_rules/rules_analyze.py
etc/scancode_rules/test_load_scancode_data.py
src/scancode_analyzer/__init__.py
src/scancode_analyzer/analyzer_plugin.py
src/scancode_analyzer/license_analyzer.py
src/scancode_analyzer/load_data.py
src/scancode_analyzer/nlp.py
src/scancode_analyzer/summary.py
src/scancode_analyzer.egg-info/PKG-INFO
src/scancode_analyzer.egg-info/SOURCES.txt
src/scancode_analyzer.egg-info/dependency_links.txt
src/scancode_analyzer.egg-info/entry_points.txt
src/scancode_analyzer.egg-info/not-zip-safe
src/scancode_analyzer.egg-info/requires.txt
src/scancode_analyzer.egg-info/top_level.txt
tests/file_io.py
tests/test_analyzer_plugin.py
tests/test_analyzer_summary.py
tests/test_license_analyzer.py
tests/data/analyzer/analyze_for_scan_errors_false_positive_1.json
tests/data/analyzer/analyze_for_scan_errors_false_positive_2.json
tests/data/analyzer/analyzer_calculate_query_coverage_coefficient_not_extra_words_correct_det.json
tests/data/analyzer/analyzer_calculate_query_coverage_coefficient_not_extra_words_low_coverage.json
tests/data/analyzer/analyzer_get_analysis_for_region_correct_aho.json
tests/data/analyzer/analyzer_group_matches_multiple_false_positives.json
tests/data/analyzer/analyzer_group_matches_notice_reference_fragments.json
tests/data/analyzer/analyzer_group_matches_notice_reference_fragments_group_1.json
tests/data/analyzer/analyzer_has_unknown_matches_1.json
tests/data/analyzer/analyzer_has_unknown_matches_2.json
tests/data/analyzer/analyzer_is_correct_detection_case_all_1_hash.json
tests/data/analyzer/analyzer_is_correct_detection_case_all_3_seq.json
tests/data/analyzer/analyzer_is_correct_detection_case_mixed_123.json
tests/data/analyzer/analyzer_is_correct_detection_case_mixed_14.json
tests/data/analyzer/analyzer_is_extra_words_false_low_coverage.json
tests/data/analyzer/analyzer_is_extra_words_false_perfect.json
tests/data/analyzer/analyzer_is_extra_words_true.json
tests/data/analyzer/analyzer_is_extra_words_true_one.json
tests/data/analyzer/analyzer_is_false_positive.json
tests/data/analyzer/analyzer_is_false_positive_false_tag.json
tests/data/analyzer/analyzer_is_false_positive_true.json
tests/data/analyzer/analyzer_is_license_case_all_notice.json
tests/data/analyzer/analyzer_is_license_case_all_reference.json
tests/data/analyzer/analyzer_is_license_case_intro_many.json
tests/data/analyzer/analyzer_is_license_case_intro_one.json
tests/data/analyzer/analyzer_is_license_case_mix_tag.json
tests/data/analyzer/analyzer_is_license_case_mix_text.json
tests/data/analyzer/analyzer_is_license_case_one_reference.json
tests/data/analyzer/analyzer_is_match_coverage_less_than_threshold_low.json
tests/data/analyzer/analyzer_is_match_coverage_less_than_threshold_near_perfect.json
tests/data/analyzer/analyzer_is_match_coverage_less_than_threshold_perfect.json
tests/data/analyzer/consolidated_match_expected.json
tests/data/analyzer/dont_group_matches_in_legal_file.json
tests/data/analyzer/get_error_rule_sub_type_case_notice_multiple_keys.json
tests/data/analyzer/get_error_rule_sub_type_case_notice_single_key.json
tests/data/analyzer/get_error_rule_sub_type_case_notice_unknown.json
tests/data/analyzer/get_error_rule_sub_type_case_ref_lead_in.json
tests/data/analyzer/get_error_rule_sub_type_case_ref_unknown.json
tests/data/analyzer/group_matches_by_location_analyze.json
tests/data/analyzer/group_matches_by_location_analyze_result.json
tests/data/analyzer/merge_strings_test_strings.json
tests/data/analyzer-plugins/from_files_license_match_simple_and_complex.json
tests/data/analyzer-plugins/from_files_license_multiple_match_simple_few.json
tests/data/analyzer-plugins/from_files_license_multiple_match_simple_many.json
tests/data/analyzer-plugins/from_files_license_one_match.json
tests/data/analyzer-plugins/from_files_license_one_match.json-expected
tests/data/analyzer-plugins/from_files_license_three_match_complex.json
tests/data/analyzer-plugins/from_files_license_two_match_complex.json
tests/data/analyzer-plugins/results_analyzer_expected.json
tests/data/analyzer-plugins/results_analyzer_from_sample_json_expected.json
tests/data/analyzer-plugins/results_analyzer_from_sample_json_expected_summary.json
tests/data/analyzer-plugins/sample_file_make_analysis_fail.json
tests/data/analyzer-plugins/sample_file_make_data_deserealize_fail.json
tests/data/analyzer-plugins/sample_files_missing_is_license_text.json
tests/data/analyzer-plugins/sample_files_missing_legal.json
tests/data/analyzer-plugins/sample_files_missing_license_text.json
tests/data/analyzer-plugins/sample_files_missing_licenses.json
tests/data/analyzer-plugins/sample_files_result.json
tests/data/analyzer-plugins/sample_files_result_same_unique_issues.json
tests/data/analyzer-plugins/scan-files/1912-libtool-2.2.10-argz.c
tests/data/analyzer-plugins/scan-files/cmCommandArgumentParser.cxx
tests/data/analyzer-plugins/scan-files/genshell.c
tests/data/analyzer-summary/multiple_files_mixed_issues_1.json
tests/data/analyzer-summary/multiple_files_mixed_issues_2.json
tests/data/analyzer-summary/multiple_files_same_issues_iptables.json
tests/data/analyzer-summary/multiple_files_same_issues_iptables_file_regions.json
tests/data/analyzer-summary/multiple_files_same_issues_socat.json
tests/data/analyzer-summary/multiple_files_same_issues_socat_file_regions.json
tests/data/analyzer-summary/multiple_files_unknown_intro.json
tests/data/analyzer-summary/multiple_files_unknown_intro_same_tokenized_text.json
tests/data/analyzer-summary/one_issue.json
tests/data/analyzer-summary/one_issue_summary.json