Skip to content

Commit

Permalink
Polish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Feb 19, 2024
1 parent 14d2d0f commit d8cec5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
- Akihiro Yamazaki <https://github.com/zakkie>
- Ron Urbach <https://github.com/sharpblade4>
- Vivek Kalyan <https://github.com/vivekkalyan>
- Ash Vardanian <https://github.com/ashvardanian>

## Others whose work we've taken and included in NLTK, but who didn't directly contribute it:

Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ the desired feature.

You can use `pytest` to run your tests, no matter which type of test it is:

```
```bash
pip install -r requirements-test.txt
cd nltk/test
pytest util.doctest # doctest
pytest unit/translate/test_nist.py # unittest
Expand Down Expand Up @@ -193,7 +194,7 @@ Then run `tox -e py312`.

For example, using `pipenv`:

```
```bash
git clone https://github.com/nltk/nltk.git
cd nltk
pipenv install -r pip-req.txt
Expand Down

0 comments on commit d8cec5f

Please sign in to comment.