words-to-data 0.3.0

Convert Legal Documents Into Diffable Data Structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Library exports for testing and external use

pub mod annotation;
pub mod congress;
pub mod constants;
pub mod dataset;
pub mod date;
pub mod diff;
pub mod io;
#[cfg(feature = "python")]
pub mod python;
pub mod uslm;
pub mod utils;