README

NAME

Text::T9 - Guess words based on a T9 key sequence

SYNOPSIS

use Text::T9;

my @words = <this is a simple kiss test lips here how>;
.say for t9(5477, @words);  # kiss lips

my %additional-keys = ź => 9, ń => 6;
@words.push: 'jaźń';
.say for t9(5296, @words, %additional-keys);  # jaźń

DESCRIPTION

The Text::T9 distribution exports a single subroutine t9 that looks up matching words from a given list of words using the T9 predictive text algorithm known from older mobile phones (pre-smart phone).

AUTHOR

Tadeusz Sośnierz

Source can be located at: https://github.com/raku-community-modules/Text::T9 . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2012 - 2017 Tadeusz Sośnierz

Copyright 2025 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Text::T9 v0.1

Guess words based on a T9 key sequence

Authors

  • Tadeusz Sośnierz

License

MIT

Dependencies

Test Dependencies

Provides

  • Text::T9

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.