nijatzeynalov
commited on
Commit
•
ac4fa1e
1
Parent(s):
ba790c2
Update README.md
Browse files
README.md
CHANGED
@@ -69,4 +69,17 @@ __Code result:__
|
|
69 |
|
70 |
```python
|
71 |
'LOR həkimi'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
```
|
|
|
69 |
|
70 |
```python
|
71 |
'LOR həkimi'
|
72 |
+
```
|
73 |
+
__Let's try another example.__
|
74 |
+
|
75 |
+
```python
|
76 |
+
sample_text = 'üzümdə səpgi var'
|
77 |
+
result = model.predict([sample_text])
|
78 |
+
|
79 |
+
result_helper_funct(result)
|
80 |
+
```
|
81 |
+
__Code result:__
|
82 |
+
|
83 |
+
```python
|
84 |
+
'Allerqoloq'
|
85 |
```
|