node-fasttext
node-fasttext copied to clipboard
update fastText to latest upstream master
simply updated to their master https://github.com/facebookresearch/fastText/commits/master
process:
(clone this repo)
git submodule init
git pull --recurse-submodules
cd fastText
git checkout master
git pull
cd ..
git add .
git commit -m "update submodules"
I might make a script to do this if we need to keep track of upstream fastText
does this update will ever reach master?