Skip to content

estimate algorithm of relation between words. (similar to word2vec)

License

Notifications You must be signed in to change notification settings

taeguk/ds_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds_project

####    estimate algorithm of relation between words

About

  This project is designing and realizing the estimate algorithm of relation between words. (google's word2vec is similar to ours)
  It is conducted with minwookoo as a sogang university data structure class term project.

A brief description of the algorithm

  1. Analyze the text file and select axis words properly.
  2. Count the number of simultaneous appearance in a similar position between all the words and axis words in the text file.
  3. Represent the result of (2) in the vector space. (axis words are basis of vector space)

Composition of project

####  1. analysis.c         analyze text file using our algorithm and export the result of analyzing. ####  2. query.c         perform user's query using the result of analyzing.

Project Team - KK (Kwon & Koo)

####taeguk
####minwookoo

Some images of the execution

####Use text8 as a text file ###1. analysis.c
analysis-1 analysis-2

###2. query.c

  • execute

    ![query-e][query-e] ![query-m][query-m]
  • menu 1

    ![query-1][query-1]
  • menu 2

    ![query-2][query-2]
  • menu 3

    ![query-3][query-3]
  • menu 4

    ![query-4-1][query-4-1] ![query-4-2][query-4-2]
  • menu 5

    ![query-5-1][query-5-1] ![query-5-2][query-5-2] ![query-5-3][query-5-3] ![query-5-4][query-5-4] ![query-5-5][query-5-5] ![query-5-6][query-5-6] ![query-5-7][query-5-7] ![query-5-8][query-5-8]

About

estimate algorithm of relation between words. (similar to word2vec)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages