A linguist-inspired language classifier with multiple file source handlers

language-statistics rust
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires modifying the gengo language classifier to handle files ending with '.example' by stripping the extension before attempting language detection. This involves updating the filename processing logic within the relevant file source handlers (likely Directory and Git) to remove '.example' and retry classification if the initial attempt fails.

Complexity: 3/5
enhancement good first issue

A linguist-inspired language classifier with multiple file source handlers

Rust
#language-statistics#rust