I tried to install the Hungarian POS tagger, Purepospy using Google Colab in Windows 10 following the instructions on GitHub:
Install
git-lfsgit-lfs installClone the repository:
git clone https://github.com/nytud/purepospy(It should clone the model file also!)sudo apt install `cat Aptfile`make buildsudo pip3 install dist/*.whlUse from Python
git-lfs is already installed at Colab and the cloning seems to be fine (after correcting it to the right directory), but after the code:
!sudo apt install `cat Aptfile`
I got the message:
cat: Aptfile: No such file or directory
Same after deleting sudo. Any idea?