KnowledgeCaptureAndDiscovery / somef

SOftware Metadata Extraction Framework: A tool for automatically extracting relevant software information from readme files
MIT License
44 stars 22 forks source link

Improve extraction of requirements #87

Open dgarijo opened 4 years ago

dgarijo commented 4 years ago

There is a distinction on requirements as we extract it now and finding requirement files. Requirement files are: pom.xml; environment.yml; requirements.txt, etc.

These files could be detected automatically, although they are language-dependent. This is not a priority, but something we could look into.

dgarijo commented 4 months ago

Distinguish between machine-readable vs non machine-readable requirements (e.g., pom vs readme descriptions)