infojenn 0.1.3

Compute information content of ontology terms from corpora of annotated items
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

#[cfg(test)]
mod model;
#[cfg(test)]
mod subjects;

pub mod ic;