Skip to main content

semantic_diff

Function semantic_diff 

Source
pub fn semantic_diff(
    source_store: &Store,
    target_store: &Store,
    source_label: &str,
    target_label: &str,
    threshold: f32,
    language_filter: Option<&str>,
) -> Result<DiffResult, StoreError>
Expand description

Run a semantic diff between two stores