Skip to content

Commit

Permalink
feat: bm25
Browse files Browse the repository at this point in the history
Signed-off-by: usamoi <[email protected]>
  • Loading branch information
usamoi committed May 28, 2024
1 parent 301c471 commit 45651a2
Show file tree
Hide file tree
Showing 8 changed files with 496 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
formatting.indent_string = " "

[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies", "dev-dependencies", "lints"]
formatting.reorder_arrays = true
formatting.reorder_keys = true
8 changes: 8 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[default]
extend-ignore-re = [
# Latex formula
"\\$.+?\\$",
]

[files]
extend-exclude = ["tokenizer/*.json"]
Loading

0 comments on commit 45651a2

Please sign in to comment.