-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
41 lines (41 loc) · 1.95 KB
/
Copy pathcodemeta.json
File metadata and controls
41 lines (41 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Semantic code search for MediaWiki ecosystem",
"author": [
{
"id": "https://orcid.org/0000-0001-8457-3866",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Sant'Anna School of Advanced Studies, Pisa"
},
"email": "Francesco.Tosoni@santannapisa.it",
"familyName": "Tosoni",
"givenName": "Francesco"
}
],
"codeRepository": "git+https://github.com/ftosoni/mediawiki-code2code-search.git",
"datePublished": "2026-06-08",
"description": "MediaWiki Code2Code Search is a high-performance semantic search tool designed specifically for the MediaWiki open-source ecosystem, integrated with the Software Heritage archive. It utilises a single-stage neural retrieval architecture to help developers navigate complex codebases with high precision and minimal resource usage.",
"keywords": [
"semantic code search",
"MediaWiki",
"code retrieval",
"neural information retrieval",
"FAISS",
"Qwen embeddings",
"Tree-sitter",
"Software Heritage"
],
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "MediaWiki Code2Code Search",
"programmingLanguage": "Python",
"developmentStatus": "active",
"issueTracker": "https://github.com/ftosoni/mediawiki-code2code-search/issues",
"softwareVersion": "v2.0.0",
"version": "v2.0.0",
"identifier": "swh:1:dir:c30104117db9bb6a8e488e698173fa2b302cbffc;origin=https://github.com/ftosoni/mediawiki-code2code-search;visit=swh:1:snp:5ae1f440a1e57d8d4955f35128a1cbe28ff18fe5;anchor=swh:1:rev:053ad4bc86a2476d4c474cd80788dacc88e0a774",
"codeRepository": "https://github.com/ftosoni/mediawiki-code2code-search",
"url": "https://code2codesearch.toolforge.org/"
}