Spaces:
Runtime error
Runtime error
- added install_hunspell.sh
Browse files- install_hunspell.sh +3 -0
install_hunspell.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# spellchecking library
|
2 |
+
sudo apt install hunspell hunspell-uk hunspell-de-de libhunspell-dev
|
3 |
+
pip install hunspell
|