Skip to main content

Module concept_extractor

Module concept_extractor 

Source
Expand description

High-level concept extraction.

Extracts concepts like “authentication”, “payments”, “user management” by analyzing symbol names, docstrings, and usage patterns.

Structs§

ConceptExtractor
Extracts high-level concepts from code.
ConceptUnit
A code unit’s membership in a concept.
ExtractedConcept
An extracted concept grouping related code units.

Enums§

ConceptRole
The role a code unit plays in a concept.