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

Train custom model on Windows #110

Open
seriyr opened this issue Apr 26, 2021 · 0 comments
Open

Train custom model on Windows #110

seriyr opened this issue Apr 26, 2021 · 0 comments

Comments

@seriyr
Copy link

seriyr commented Apr 26, 2021

Hello everybody. This is not really a issue, it just might help noobs like me who use Windows :)

For creating custom model you need to replace the string "make" with "msbuild all_build.vcxproj".

git clone https://github.com/bakwc/JamSpell.git
cd JamSpell
mkdir build
cd build
cmake ..
msbuild all_build.vcxproj

Then you need to copy the file "jamspell" from the "... \ JamSpell \ build \ main \ Debug" folder to the "... \ JamSpell \ build \ main" folder.

Further, everything is as in the original instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant