From c668a2ac690798ecc852c004a72836c8a21b99cf Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Tue, 10 May 2022 17:25:52 +0200 Subject: [PATCH] added new function to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b20703e..2d89307 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ rltk has the same philosophy: everything is done using iterators (on iterators) Currently in it's infancy (but growing): * rltk::lm::preprocessing::pad_both_ends +* rltk::lm::preprocessing::padded_everygrams * rltk::util::pad_sequence * rltk::util::pad_sequence_left * rltk::util::pad_sequence_right