MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / test_stem_variants_ate_suffix

Function test_stem_variants_ate_suffix

src/context/builder.rs:970–975  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

968
969 #[test]
970 fn test_stem_variants_ate_suffix() {
971 let symbols = vec!["authenticate".to_string()];
972 let variants = generate_stem_variants(&symbols);
973 assert!(variants.contains(&"authentication".to_string()));
974 assert!(variants.contains(&"authenticator".to_string()));
975 }
976
977 #[test]
978 fn test_stem_variants_tion_suffix() {

Callers

nothing calls this directly

Calls 1

generate_stem_variantsFunction · 0.85

Tested by

no test coverage detected