iriq 0.29.1

IRI extraction, normalization, and clustering — peer of the Ruby gem + Go module.
Documentation
1
2
3
4
5
6
7
use crate::identifier::Identifier;

#[derive(Debug, Clone)]
pub struct Observation {
    pub iri: Identifier,
    pub cluster_key: String,
}