Skip to content

Train custom model on Windows #110

Open
@seriyr

Description

@seriyr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions