Giter VIP home page Giter VIP logo

word2vec.tools's Introduction

Word2vec.Tools#

.Net Implementation for those who wants to use google word2vec tools in theirs .net solutions

To install Word2Vec .Net Tools, run the following command in the Package Manager Console:

PM> Install-Package Word2vec.Tools 

What is the word2vec?

word2vec is great Natural language processing technology mades by google. It presents each word as N-dimensional vector, so you can do any math operations with that like distance, substraction, addition, average and so on.

Examples:

  • "France" relates to "Paris" as "Russia" relates to .... "Moscow" (France - Paris + Russia => Moscow)
  • "Boy" + "girl" = ...."baby"

What can "Word2vec.Tools" do?

It can

  • Get vectors representation of words
  • Calculate words proximity
  • Search words analogies
  • words Substraction and additions
  • Make it in clean OO-style

What do i need for start?

You need to generate vectors.bin or vectors.txt sampling file.

Usualy people downloads large (about 10GB and more) text file (Wikipedia dump is good for that) and generate theirs own samplings files Watch more on https://code.google.com/archive/p/word2vec/

Ok, i've got vectors bin file. Is it hard to start using your tools?

Not at all. Two or three lines of code, depends on your task. See Examples project for your easy-start

Why don't you implement your own vectors.bin generator? Are you lazy?

Actualy - yes. That's why i'am software engineer. On other side i can not to do that better than google have done. They have built perfect and fast c-tools for that. You definitely have to use it.

word2vec.tools's People

Contributors

pengowray avatar tmteam 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.