GithubHelp home page GithubHelp logo

ml4u_vi_wordvectors's Introduction

Pre-trained word vectors for Vietnamese

This project contains embedding for 437,485 Vietnamese unique words from a corpus of 93,546 top documents from Vietnamese Wikipedia. Note that all words are tokenized words.

Requirements

  • gensim > =0.13.1 (for Word2Vec)
  • pyvi (for word tokenizer)

Background / References

  • Check this to know what word embedding is.
  • Check this to quickly get a picture of Word2vec.

Pre-trained models

Download the ML4U vi embedding.

Example

In[0]: 
from gensim import models
words = models.KeyedVectors.load_word2vec_format('ML4U_QA_embed.txt', binary=False)
words.most_similar('vua')

Out[5]: 
[('hoàng_đế', 0.8315562009811401),
('quốc_vương', 0.7650110721588135),
('pharaon', 0.699152410030365),
('hoàng_hậu', 0.6941052675247192),
('khalip', 0.6764698028564453),
('hoàng_tử', 0.6755297183990479),
('hoàng_thân', 0.6730912923812866),
('chư_hầu', 0.6716309785842896),
('thái_tử', 0.6599626541137695),
('danh_tướng', 0.6498899459838867)]

ml4u_vi_wordvectors's People

Contributors

motmaytinh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.