Skip to content
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

How can I access the previous version of this package? #4

Closed
jyp256 opened this issue Aug 17, 2023 · 3 comments
Closed

How can I access the previous version of this package? #4

jyp256 opened this issue Aug 17, 2023 · 3 comments
Labels
bug Something isn't working triage

Comments

@jyp256
Copy link

jyp256 commented Aug 17, 2023

Hi. I used the previous version of this package which was named as "fastTextR"?
Now that name seems to be taken up by another author.
I need the previous version of the package to prepare my replication data.
Looking forward to updates on this issue. Thank you.

Addendum: Particularly, I want to run the following code:
list_params = list(input = PATH_INPUT, output = PATH_OUT, #input = file.path(tempdir(), "doc.txt"), output = tempdir(),
command = 'skipgram', lr = 0.02, lrUpdateRate = 100,
dim = 400, ws = 5, epoch = 10, minCount = 1, neg = 5,
wordNgrams = 1, loss = "hs", bucket = 2e+06,
minn = 0, maxn = 0, thread = 8, t = 1e-04, verbose = 2)

vecs = fasttext_interface(list_params, # file.path(tempdir(),"model_logs.txt")
MilliSecs = 100)

But I get the following error message using the current version:
Error: "PATH_OUT.bin" cannot be opened for saving.

@github-actions github-actions bot added bug Something isn't working triage labels Aug 17, 2023
@mlampros
Copy link
Owner

mlampros commented Sep 5, 2023

hi @jyp256, would you like to include a reproducible example? If the code that you include in your message is from a website then feel free to add the URL

@jyp256
Copy link
Author

jyp256 commented Sep 5, 2023 via email

@mlampros
Copy link
Owner

mlampros commented Sep 7, 2023

good to hear you found the solution to the issue

@mlampros mlampros closed this as completed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants