Egor Blagovblagovdaryu.hashnode.dev·Feb 9, 2023Ok let’s Trie T9 in PythonToday we are going to implement a Trie optimized for T9 predictive text in Python. Let’s get right into it. The repository with the result can be found here. What is T9? Well, well, well, tell me who knows what is T9? You can always look into Wikiped...419 readsTrie
Uffa Modeyfafa.codes·Jan 2, 2023Open AI API Automation with Linux Cron JobObjectives 🚀 Introduction to Cron for automating Linux tasks. Use Open AI API for text completion predictions. Prerequisites 🎢 Linux OS on the user's system. Root or sudo privileges for the system user. Basic ability to use the command line ...7 likes·129 readstext prediction