maslionok
commited on
Commit
·
38629ba
1
Parent(s):
b354031
fix
Browse files
app.py
CHANGED
|
@@ -82,7 +82,6 @@ with gr.Blocks(title="Solr Normalization Demo") as demo:
|
|
| 82 |
"""
|
| 83 |
- **Tokenization**: Splits text into individual tokens
|
| 84 |
- **Stopword Removal**: Identifies and removes common words
|
| 85 |
-
- **Language Detection**: Automatically detects text language
|
| 86 |
- **Normalization**: Applies language-specific text transformations
|
| 87 |
"""
|
| 88 |
)
|
|
|
|
| 82 |
"""
|
| 83 |
- **Tokenization**: Splits text into individual tokens
|
| 84 |
- **Stopword Removal**: Identifies and removes common words
|
|
|
|
| 85 |
- **Normalization**: Applies language-specific text transformations
|
| 86 |
"""
|
| 87 |
)
|