-
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.96 KB
/
codemeta.json
File metadata and controls
41 lines (41 loc) · 1.96 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-04-13",
"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",
"Jina 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": "First release",
"version": "First release",
"identifier": "swh:1:dir:fe86b58fb35118c474fce8f7a38b4bc541440653;origin=https://github.com/ftosoni/mediawiki-code2code-search;visit=swh:1:snp:0925f0ac8b48e9b46b741090d50781140d1e037b;anchor=swh:1:rev:fcfcb6a6bff6534ce0a7203d1553219b5947504a",
"codeRepository": "https://github.com/ftosoni/mediawiki-code2code-search",
"url": "https://code2codesearch.toolforge.org/"
}