Building an Auto-corrector - Lesson 2 - Fetching Words.
Autocorrection, also known as text replacement, replace-as-you-type, text expander or simply autocorrect, is an automatic data validation function commonly found in word processors and text editing interfaces for smartphones and tablet computers. Its principal purpose is as part of the spell checker to correct common spelling or typing errors, saving time for the user. It is also used to automatically format text or insert special characters by recognizing particular character usage, saving the user from having to use more tedious functions. Autocorrection is used in text messaging or SMS, as well as programs like Microsoft Word.
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming.
Autocorrector is a computer feature that attempts to correct the spelling of a word as the user types it. The iPad boasts an autocorrect system that will try to figure out what you mean to type even when you don't quite tap the right keys.
Download the source text file:
https://drive.google.com/file/d/10FgL7Llz4UEZAtDgrVXzi7jXk_nyHif8/view?usp=sharing
بناء المصحح الآلي التلقائي - الدرس 2 - جلب الكلمات وجمعها
التصحيح التلقائي، المعروف أيضًا باسم استبدال النص أو الاستبدال أثناء الكتابة أو موسع النص أو التصحيح التلقائي ببساطة، هو وظيفة التحقق من صحة البيانات تلقائيًا والتي توجد بشكل شائع في معالجات النصوص وواجهات تحرير النصوص للهواتف الذكية وأجهزة الكمبيوتر اللوحية. والغرض الرئيسي منه هو أن يكون جزءًا من المدقق الإملائي لتصحيح الأخطاء الإملائية أو الكتابة الشائعة، مما يوفر الوقت للمستخدم. كما يتم استخدامه لتنسيق النص تلقائيًا أو إدراج أحرف خاصة من خلال التعرف على استخدام أحرف معينة، مما يوفر على المستخدم الاضطرار إلى استخدام وظائف أكثر مملة. يُستخدم التصحيح التلقائي في الرسائل النصية أو الرسائل النصية القصيرة، بالإضافة إلى برامج مثل مايكروسوفت وورد.
المصحح التلقائي هو إحدى ميزات الكمبيوتر التي تحاول تصحيح تهجئة الكلمة أثناء قيام المستخدم بكتابتها. يتميز جهاز أي باد بنظام التصحيح التلقائي الذي سيحاول معرفة ما تقصد كتابته حتى عندما لا تنقر على المفاتيح الصحيحة تمامًا.
بايثون هي لغة برمجة عالية المستوى للأغراض العامة. تؤكد فلسفة التصميم الخاصة بها على سهولة قراءة التعليمات البرمجية باستخدام مسافة بادئة كبيرة. تتم كتابة لغة بايثون ديناميكيًا ويتم جمع البيانات المهملة فيها. وهو يدعم نماذج برمجة متعددة، بما في ذلك البرمجة المنظمة والموجهة للكائنات والوظيفية.
تحميل ملف النصوص المستخدم:
https://drive.google.com/file/d/10FgL7Llz4UEZAtDgrVXzi7jXk_nyHif8/view?usp=sharing