@@ -32,20 +32,20 @@ How It Works (High-Level)
3232
3333At a high level, the `licensedcode`` module operates by:
3434
35- 1. Loading License Data: It initializes by loading a curated set of
36- license texts, short license identifiers, and detection rules from its
37- internal data store.
35+ 1. Loading License Data: It initializes by loading a curated set of license
36+ texts, short license identifiers, and detection rules from its internal
37+ data store.
3838
39- 2. Scanning Input: When ScanCode processes a file or directory, the
40- content is converted into an internal representation (a "query").
39+ 2. Scanning Input: When ScanCode processes a file or directory, the content
40+ is converted into an internal representation (a "query").
4141
42423. Applying Rules: The module then applies its extensive set of rules and
43- patterns to the input content through a multi-stage pipeline, looking
44- for matches.
43+ patterns to the input content through a multi-stage pipeline, looking
44+ for matches.
4545
46- 4. Reporting Detections: Upon successful matches, it reports the
47- identified licenses, their confidence levels, and the exact locations
48- (lines, characters) where they were found.
46+ 4. Reporting Detections: Upon successful matches, it reports the identified
47+ licenses, their confidence levels, and the exact locations (lines,
48+ characters) where they were found.
4949
5050For a more in-depth understanding of the underlying technical principles
5151and the detection pipeline, please refer to the sections below.
0 commit comments