chore: scaffold alpha-id crate skeleton

This commit is contained in:
2026-05-18 16:12:59 +02:00
parent bb5123aa4a
commit 70be6449db
19 changed files with 2743 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("alpha-id CLI — see `alpha-id --help`");
}
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+14
View File
@@ -0,0 +1,14 @@
pub mod model;
pub mod corpus;
pub mod claml;
pub mod normalize;
pub mod segment;
pub mod lexical;
pub mod tags;
pub mod fusion;
pub mod ionos;
pub mod embed;
pub mod vector;
pub mod rerank;
pub mod pipeline;
pub mod eval;
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task
+1
View File
@@ -0,0 +1 @@
// implemented in a later task