scores

所属分类:聚类算法
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-07-22 15:42:56
上 传 者sh-1993
说明:  Vim s CtrlP模糊文件查找器的字符串相似性排序。,
(String similarity ranking for Vim s CtrlP fuzzy file finder.,)

文件列表:
Cargo.lock (1764, 2023-07-22)
Cargo.toml (313, 2023-07-22)
LICENSE (1061, 2023-07-22)
src/ (0, 2023-07-22)
src/anchor.rs (816, 2023-07-22)
src/bigrams.rs (3209, 2023-07-22)
src/lib.rs (4867, 2023-07-22)
src/main.rs (1822, 2023-07-22)

# String similarity scoring Mostly intended for use with Vim's [CtrlP][] fuzzy file name matcher, `scores` ranks a set of file paths, provided on standard input, against a search term to find the closest match. Install the [vim-scores][] plugin to use this as CtrlP's file name matcher. [CtrlP]: https://github.com/ctrlpvim/ctrlp.vim [vim-scores]: https://github.com/dgraham/vim-scores ## Usage ``` $ scores -h $ scores --limit 10 user.rb < items.cache ``` ## Development ``` $ cargo test $ cargo build --release ``` ## License Distributed under the MIT license. See LICENSE for details.

近期下载者

相关文件


收藏者