-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please explain more thoroughly how to use? #1
Comments
Hi, John! There is old version of Word2Vec implementation. I'll push the update very soon. i think, in a few days. Generally you must set input and output filenames. |
awesome :) Is the project still pure C#? I noticed some c and compiled libraries in the dev branch |
Johnearnshaw, You must specify a path to the output file instead of "output" arg. |
Hi, this is an awesome project. Can you please add function that helps us extract the vector of a word directly? or is there already a function in there that I am missing? Thanks for this Word2Vec implementation in C# |
@syedmohsinbukhari, to be honest i don't understand. Can you explain what do you mean? |
I'm trying the ConsoleApp project and args -train questions-words.txt -output output.txt
I get a FileNotFoundException filename "output"
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.Open(String path, FileMode mode, FileAccess access)
at Word2Vec.Net.Distance.InitVocub() in Word2Vec.Net-master\Word2Vec.Net\Distance.cs:line 115
I remove the .txt from output and re-run and get an OverflowException
Arithmetic operation resulted in an overflow.
at Word2Vec.Net.Distance.InitVocub() in Word2Vec.Net-master\Word2Vec.Net\Distance.cs:line 124
The text was updated successfully, but these errors were encountered: