Skip to content

Commit

Permalink
final touches to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeysen committed May 21, 2021
1 parent 25bf50d commit 2929c49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation:
Installation from source:
=====================

The source for Eigen_Tech_NLP_Project can be downloaded from the `Github repo`_:
The source for Eigen_Tech_NLP_Project can be downloaded from this `Github repo`_:

Clone the public repository:

Expand Down Expand Up @@ -72,6 +72,12 @@ To activate the environment, again from the root directory of the repo:
pipenv shell
To create and view the documentation:

.. code-block:: console
pipenv run make_docs
.. |GitHub Test| image:: https://github.com/jgeysen/eigen_tech_project/workflows/Test/badge.svg
:target: https://github.com/jgeysen/eigen_tech_project/actions
Expand Down
2 changes: 1 addition & 1 deletion eigen_tech_project/inverted_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def lemma_frequencies(self) -> List:
"""Returns a list of integers, representing the frequency that each
word occurs in the vocabulary.
The position of each integer in this list corresponds a lemma in the
The position of each integer in this list corresponds to a lemma in the
alphabetical vocabulary list (with the same respective position). The integers represent the frequency
a lemma occurs in the entire corpus (across sentences and files).
Expand Down

0 comments on commit 2929c49

Please sign in to comment.