Skip to content

trungtv/vivi_spacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

vivi_spacy is outdated. Let's move to https://github.com/trungtv/vi_spacy

Vivi_spacy contains Vietnamese models for spaCy. We trained word2vec on a combination of wikipedia and news corpus, vector size = 150. Pos tagger and DEP parser are trained on UD Vietnamese (http://universaldependencies.org/treebanks/vi/index.html)

Installation

  1. Download vivi model directly using pip: e.g. pip install https://github.com/trungtv/vivi_spacy/raw/master/vi/vi_core_news_md-2.0.1/dist/vi_core_news_md-2.0.1.tar.gz

    You can also download from my google drive: https://drive.google.com/file/d/1d5boGovdupmynsgDRhHyk3E6pNhwFXff/view

  2. This is a dirty patch while we are preparing to send spaCy a pull request

    cp vi/vi [your installed spaCy]/spacy/lang/vi
  3. You may need to install pyvi as well

    pip install pyvi 

Usage: import as module

import spacy
nlp = spacy.load('vi_core_news_md')
doc = nlp('Cộng đồng xử lý ngôn ngữ tự nhiên'))

About

A Vietnamese model for spaCy.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages