morph_gnt 0.1.2

Provides queryable text of the Greek New Testament (SBLGNT), including glosses and parsing data.
Documentation
1
2
3
4
5
pub struct Word {
    pub text: String,
    pub lex: String,
    pub parsing: String
}