see https://github.com/compenguy/ngrammatic/issues/13 for detail. following function are unsound: ``` pub fn ngram_from_id(&self, ngram_id: usize) -> NG { unsafe { self.ngrams.get_unchecked(ngram_id) } } ```