Can I use unstracted offline? #2153
-
Can I use Unstracted in offline (no internet connection)? It is assumed that nltk.download('punkt') is running. |
Beta Was this translation helpful? Give feedback.
Answered by
AayushSameerShah
Dec 5, 2023
Replies: 1 comment 1 reply
-
Yes you can use this library offline. But note that whatever dependencies like nltk, needed to be installed have to be installed beforehand. So that time you would need the internet connection but then you are good to go for offline usage. ✌🏻 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Taikono-Himazin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can use this library offline. But note that whatever dependencies like nltk, needed to be installed have to be installed beforehand. So that time you would need the internet connection but then you are good to go for offline usage. ✌🏻