txt2English

バージョン 1.0.0.0 (3.74 KB) 作成者: Sean de
Takes text message language and converts to English.
ダウンロード: 770
更新 2010/5/11

ライセンスの表示

This program takes standard text message speak and converts it to English. I wrote this for fun and to touch up on my use of while loops and nested if statements. It is definitely not optimized and does not use regexp or other MATLAB built in functions that would make it shorter and faster.

The idea for this submission came from ImageAnalyst in this thread:
http://www.mathworks.com/matlabcentral/newsreader/view_thread/259382

>>help txt2English
%SCd 01/7/2010
%Enter text messages in the format of:
%
% txt2English('plzzZZz dnt lol', 'lemme kno') %Note comma delimination.
%or
% txt2English 'Wut R u dOIn' nothing 'i wnt 2 go out 2nite' %More robust entry method.
%
% Use single quotes to group whole texts or sentences.
% Punctuation is ok.
% Cannot distinguish between: [to two too], [your you're], [for four] but will make a guess and give warning.
%
% To add words of your own at the end of the dictionary cell array:
% ;'incorrect' 'correct';...
%
%V1.1.7

引用

Sean de (2024). txt2English (https://www.mathworks.com/matlabcentral/fileexchange/27574-txt2english), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersText Data Preparation についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: whynot

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0