relay-knowledge 1.1.10

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub(in crate::storage::sqlite::code::code_query) fn conversion_action_term(term: &str) -> bool {
    matches!(
        term,
        "adapt"
            | "adapts"
            | "convert"
            | "conversion"
            | "format"
            | "formats"
            | "map"
            | "maps"
            | "normalize"
            | "normalized"
            | "transform"
            | "translate"
    )
}