← lab/
001 / filename classifier
what
Sweep classifies files by their final extension before deciding where they belong. This reproduces that small part of its current behavior in the browser; Sweep itself is not running here.
experiment
One filename per line. Results use the lowercased final suffix.
| filename | suffix | category |
|---|---|---|
| photo.png | .png | Images |
| invoice.pdf | Documents | |
| backup.zip | .zip | Archives |
| notes.txt | .txt | Documents |
4 filenames classified.
notes
Based on Sweep revision 3544d36. Only filename extensions are considered. No files are uploaded, inspected, or moved.