Spaces:
Sleeping
Sleeping
Update readme.md
Browse files
readme.md
CHANGED
|
@@ -53,6 +53,12 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
| 53 |
|
| 54 |
This project is licensed under the MIT License - see the [MIT](https://mit-license.org/) file for details.
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
## Acknowledgements
|
| 57 |
|
| 58 |
- Streamlit for the web app framework
|
|
|
|
| 53 |
|
| 54 |
This project is licensed under the MIT License - see the [MIT](https://mit-license.org/) file for details.
|
| 55 |
|
| 56 |
+
## Understanding the Challenge:
|
| 57 |
+
|
| 58 |
+
Character Overlap: Preeti font uses ASCII characters to represent Nepali letters. This means both English and Nepali texts are encoded using the same characters (A-Z, a-z, 0-9, and symbols).
|
| 59 |
+
|
| 60 |
+
Difficulty in Differentiation: It's challenging to distinguish between English and Nepali words automatically since they share the same character set in Preeti encoding.
|
| 61 |
+
|
| 62 |
## Acknowledgements
|
| 63 |
|
| 64 |
- Streamlit for the web app framework
|