-
Notifications
You must be signed in to change notification settings - Fork 5
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
Readme update #8
Conversation
README.md
Outdated
@@ -8,6 +8,7 @@ section below. | |||
|
|||
## Requirements | |||
|
|||
- Supported operating systems: Linux, Mac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Supported operating systems: Linux, Mac | |
- Linux or macOS |
README.md
Outdated
You need to obtain a pre-trained model that capture naming | ||
conventions. The default pre-trained model, which was trained using | ||
our [corpus][math-comp-corpus] and follows the conventions used in the | ||
[Mathematical Components][math-comp-website] family of projects, can | ||
be obtained by running the command: | ||
|
||
``` | ||
./bin/roosterize download_global_model | ||
``` | ||
|
||
The model will be downloaded to `$HOME/.roosterize/`. To use a | ||
different model (that we [released][latest-release] or you trained), | ||
simply put it in `$HOME/.roosterize/`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part should go before the "Usage" subsection, under "Installation of Roosterize and trained models" just above, replacing the current content there.
Thanks Karl! Addressed your comments, and I'll go ahead and merge this. |
Updating README.md to conform to the latest changes - the conda env files, new download_global_model and suggest_naming commands. Extracted the example suggestion output to a separate file.
@palmskog please take a look when you get a chance. Thanks!