-
Hi! I am trying to run the `inference.py` script with the "testing" inputs, but I'm having memory issues.
I'm running it locally, on a computer with GPU NVIDIA GeForce RTX 3060 (max 8192MiB). I'm usi…
-
C:\Users\Einstein\Downloads\pavan_proj\vidsum\code>python sum.py -u https://www.youtube.com/watch?v=PT2_F-1esPk
[nltk_data] Downloading package punkt to
[nltk_data] C:\Users\Einstein\AppData\R…
ghost updated
8 months ago
-
The latest zip extracts to following files:
![image](https://github.com/user-attachments/assets/84e5d7ad-41b1-4e21-bae3-0d47ffbc9e78)
After installation, conda and virtual environment is made, but…
-
When I was installing simcse on linux, I encountered the error “No module named'numpy.distutilities_ msvccompiler' in numpy.distutils;” The solution I found online is to use Python 3.7. And then, the …
-
安裝環境
`pip install requests`
`pip install requests[socks]`
`pip install beautifulsoup4`
`pip install nltk`
nltk分詞
``` python
#在cmd輸入python,進入python環境後輸入
import nltk
nltk.download('punkt')
…
-
As reported privately (and not by the first time), Diaphora complains when Python's NLTK toolkit is not installed when, in truth, it isn't required by Diaphora, as the only features from IDA Magic Str…
-
For some reason this is happening on BigSur while importing textblob:
```
% python3 -m textblob
Python(22068,0x1185b2e00) malloc: can't allocate region
:*** mach_vm_map(size=1844674407159830528…
-
### Description
When I successfully run the docker container, I can't reach the ip port, here are my logs:
![641b891e9ff0b29458b1040d3c08e41](https://github.com/user-attachments/assets/822d45db-8a6b…
-
**Screenshot of NLP Suite:**
![image](https://github.com/NLP-Suite/NLP-Suite/assets/143012998/8367efdd-e120-42b3-b9ab-8349a8a8a4c0)
**When I click to open the nominalization GUI, it won't open.…
-
Issue seen on MacOS Monterey, Python 3.11.
Behavior is that when running the "python installer" command, the installer will hang infinitely during the wordnet install.
example:
```
x@x-Macbo…