mirror of
https://codeberg.org/7r1n1t3/corpuni.git
synced 2026-09-07 08:09:16 +00:00
text extractor and archiver
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Corpuni
Corpuni is a text extractor from documents and archiver
Notice
Project is in very early stage. Work is in progress.
Usage
corpuni index path
Design
- Extract all text from documents in a given path
- Tokenize content and group by technical keywords (tags) (user set or pre-defined?)
- Create and maintain a tag index for fast trigram searches
- Create for each keyword links to corresponding documents