# t9_input **Repository Path**: xyhui83/t9_input ## Basic Information - **Project Name**: t9_input - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-28 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README An implementation of simply t9 input based on Trie for https://www.hackerrank.com/challenges/t9-predictions The script cleansort.py is used to produce the sorted unigram from the data. e.g. cat t9Dictionary t9TextCorpus | cleansort.py > unigram.txt a copy of the unigram.txt is placed in test/resources/