CoolFace
Datasetpublic

ZeeshanSaud/CodeTruthAgent-V3-Module1-Evaluation

Source Code https://github.com/Zeeshan78699/CodeTruthAgent — tag v3.0.0-module1 CodeTruth Agent V3 — Module 1 Evaluation Validation results for Module 1: Repository Cognition Engine — a deterministic, rule-based engine that scans a software repository and determines its application type, primary framework, technology stack, and file inventory. What's in this dataset FULL_DOMAIN_SUMMARY.md — summary table of all 69 validated repositories… See the full description on the dataset page: https://huggingface.co/datasets/ZeeshanSaud/CodeTruthAgent-V3-Module1-Evaluation.

sourceHugging Facegpl-3.0updated 3mo agoView on Hugging Face
0likes248downloads
scan_nltk.md138 linesDownload Raw Back to root
1# Repository Scan Report — nltk
2
3**Generated by:** CodeTruth Agent V3 — Module 1 — Universal Repository Discovery Engine  
4**Scanned At:** 2026-06-12 11:20:29 UTC  
5**Scan Status:** `COMPLETE`  
6
7---
8
9## Repository Identity
10
11| Field | Value |
12|---|---|
13| Name | nltk |
14| Path | `C:\repos\v3\nltk` |
15| Purpose | nltk — Nlp Tool (NLTK) — 386 Python files |
16| Application Type | **Nlp Tool** |
17| Primary Framework | NLTK |
18| Secondary Frameworks | Pytest, Requests |
19
20## Confidence
21
22| Score | Value |
23|---|---|
24| Discovery Score | 100% |
25| Classification Score | 100% |
26| Overall | 100% |
27
28## Repository Scale
29
30| Metric | Count |
31|---|---|
32| Total Files Scanned | 519 |
33| Python Files | 386 |
34| Test Directories | 1 |
35| Entry Points | 43 |
36| Config Files | 6 |
37| Doc Files | 4 |
38
39## Discovered Assets
40
41### Languages (Executable Source Code)
42
43- CSS
44- HTML
45- Jupyter Notebook
46- Python
47- Shell
48- TOML
49- XML
50- YAML
51
52### File Types (Documents & Data)
53
54- Configuration File
55- JSON
56- Markdown
57- ReStructuredText
58- Text
59
60### ML Models & Neural Network Weights
61
62- None detected
63
64## Build Systems
65
66- Make
67- Setuptools
68
69## Technology Stack
70
71- Python
72
73## Entry Points
74
75- `nltk\app\chartparser_app.py`
76- `nltk\app\chunkparser_app.py`
77- `nltk\app\collocations_app.py`
78- `nltk\app\concordance_app.py`
79- `nltk\app\nemo_app.py`
80- `nltk\app\rdparser_app.py`
81- `nltk\app\srparser_app.py`
82- `nltk\app\wordfreq_app.py`
83- `nltk\app\wordnet_app.py`
84- `nltk\ccg\chart.py`
85- `nltk\chat\eliza.py`
86- `nltk\chat\iesha.py`
87- `nltk\chat\rude.py`
88- `nltk\chat\suntsu.py`
89- `nltk\chat\zen.py`
90- `nltk\chunk\named_entity.py`
91- `nltk\chunk\regexp.py`
92- `nltk\chunk\util.py`
93- `nltk\classify\decisiontree.py`
94- `nltk\classify\maxent.py`
95- *... and 23 more*
96
97## Configuration Files
98
99- `.\Makefile`
100- `.\requirements-test.txt`
101- `.\setup.cfg`
102- `.\setup.py`
103- `nltk\test\Makefile`
104- `web\Makefile`
105
106## Documentation
107
108- `.\AUTHORS.md`
109- `.\CONTRIBUTING.md`
110- `.\LICENSE.txt`
111- `.\README.md`
112
113## Test Directories
114
115- `nltk\test`
116
117## Warnings & Diagnostics
118
1191. 7 file extension(s) not in language registry: .cff, .doctest, .doctest_latin1, .fol, .in. These files were counted but language not identified. Add to LANGUAGE_EXTENSIONS in framework_signatures.py.
120
121**Unknown Extensions** (7 not yet in registry):
122- `.cff` — add to `LANGUAGE_EXTENSIONS` for future support
123- `.doctest` — add to `LANGUAGE_EXTENSIONS` for future support
124- `.doctest_latin1` — add to `LANGUAGE_EXTENSIONS` for future support
125- `.fol` — add to `LANGUAGE_EXTENSIONS` for future support
126- `.in` — add to `LANGUAGE_EXTENSIONS` for future support
127- `.ref` — add to `LANGUAGE_EXTENSIONS` for future support
128- `.tiff` — add to `LANGUAGE_EXTENSIONS` for future support
129
130## Governance Gate — V3-003
131
132✅ **APPROVED** — Repository understanding complete. Pipeline may proceed.
133
134---
135
136*Generated by [CodeTruth Agent V3](https://github.com/Zeeshan78699/CodeTruthAgent)*  
137*Module 1 — Universal Repository Discovery Engine*  
138*Scan timestamp: 2026-06-12T11:20:29.522725+00:00*