devana.preprocessing.components.extractors
devana.preprocessing.components.extractors.attributeextractor
- class AttributeExtractor[source]
Bases:
IGenerator
Extract text data from C++ attributes.
devana.preprocessing.components.extractors.commentextractor
- class CommentExtractor[source]
Bases:
IGenerator
Extract text data from comments.
A set of ready-made generators that accept a set of data (usually just C++ files to be parsed) and extract from them the content that is of interest to the user, which constitutes the basis for processing, for example, attributes or comments.