Skip to content

Commit ab0eb74

Browse files
committed
updated gsoc report
Signed-off-by: Alok Kumar <alokkumarjipura9973@gmail.com>
1 parent 81212f3 commit ab0eb74

File tree

1 file changed

+51
-12
lines changed

1 file changed

+51
-12
lines changed

docs/source/archive/gsoc/reports/2025/scancode_toolkit_alok.rst

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Implementation
6666
- Covered various edge cases where `extra-words` might be misplaced or exceed
6767
the maximum allowable count, ensuring the scoring and logging behave as expected.
6868

69+
--------------------------------------------------------------------------------
70+
6971
Linked Pull Requests
7072
--------------------
7173

@@ -87,6 +89,11 @@ Linked Pull Requests
8789
- `aboutcode.org/scancode-toolkit#4432
8890
<https://github.com/aboutcode-org/scancode-toolkit/pull/4432>`_
8991
- Open
92+
* - 3
93+
- Add extra-phrase in rules
94+
- `aboutcode.org/scancode-toolkit#4518
95+
<https://github.com/aboutcode-org/scancode-toolkit/pull/4518>`_
96+
- Open
9097

9198
Related Issues
9299
--------------
@@ -112,18 +119,45 @@ Pre GSoC Work
112119

113120
Before GSoC, I had contributed the following PRs:
114121

115-
- `Renaming the dependency attribute is_resolved to is_pinned
116-
<https://github.com/aboutcode-org/scancode-workbench/pull/638>`_
117-
- `Add test for all PyPI METADATA versions
118-
<https://github.com/aboutcode-org/scancode-toolkit/pull/4180>`_
119-
- `Add test for false positive GPL3 license
120-
<https://github.com/aboutcode-org/scancode-toolkit/pull/4106>`_
121-
- `Add new rules for EUPL license
122-
<https://github.com/aboutcode-org/scancode-toolkit/pull/4204>`_
123-
- `Add DUMB License and detection rule
124-
<https://github.com/aboutcode-org/scancode-toolkit/pull/4143>`_
125-
- `Fixing the dead link by cross-reference in the documentation
126-
<https://github.com/aboutcode-org/purldb/pull/550>`_
122+
.. list-table::
123+
:widths: 10 60 30
124+
:header-rows: 1
125+
126+
* - Sr. no
127+
- Name
128+
- Link
129+
* - 1
130+
- Renaming the dependency attribute `is_resolved` to `is_pinned`
131+
- `aboutcode-org/scancode-workbench#638
132+
<https://github.com/aboutcode-org/scancode-workbench/pull/638>`_
133+
* - 2
134+
- Add test for all PyPI METADATA versions
135+
- `aboutcode-org/scancode-toolkit#4180
136+
<https://github.com/aboutcode-org/scancode-toolkit/pull/4180>`_
137+
* - 3
138+
- Add test for false positive GPL3 license
139+
- `aboutcode-org/scancode-toolkit#4106
140+
<https://github.com/aboutcode-org/scancode-toolkit/pull/4106>`_
141+
* - 4
142+
- Add new rules for EUPL license
143+
- `aboutcode-org/scancode-toolkit#4204
144+
<https://github.com/aboutcode-org/scancode-toolkit/pull/4204>`_
145+
* - 5
146+
- Add DUMB License and detection rule
147+
- `aboutcode-org/scancode-toolkit#4400
148+
<https://github.com/aboutcode-org/scancode-toolkit/issues/4400>`_
149+
* - 6
150+
- Fixing the dead link by cross-reference in the documentation
151+
- `aboutcode-org/purldb#550
152+
<https://github.com/aboutcode-org/purldb/pull/550>`_
153+
* - 7
154+
- Add test for equivalent word
155+
- `aboutcode-org/scancode-toolkit#4305
156+
<https://github.com/aboutcode-org/scancode-toolkit/pull/4305>`_
157+
* - 8
158+
- Enhance code visibility in dark mode
159+
- `aboutcode-org/scancode-workbench#637
160+
<https://github.com/aboutcode-org/scancode-workbench/pull/637>`_
127161

128162
Post GSoC
129163
---------
@@ -132,6 +166,11 @@ I plan to continue contributing by adding `extra-phrase` support across many
132166
license rules. This will strengthen license detection by making it more accurate
133167
and flexible in handling variations within the rules.
134168

169+
For identifying named entities in rules, I created a new repository i.e
170+
`named-entity-utils <https://github.com/alok1304/named-entity-utils>`_ which I am
171+
currently working on. This utility is used to add `extra-phrase` markers in rules
172+
at positions where named entities are present.
173+
135174
Links
136175
-----
137176

0 commit comments

Comments
 (0)