Skip to content

Commit

Permalink
Merge pull request #83 from SekouDiaoNlp/dev
Browse files Browse the repository at this point in the history
Updated the docstrings.
  • Loading branch information
SekouDiaoNlp committed May 17, 2021
2 parents 7c8acd8 + 7932ee1 commit 8d51a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylexique/pylexique.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _create_db(self, lexicon: Generator[list, Any, None]) -> None:
"""
| Creates 2 hash tables populated with the entries in lexique if it does not exist yet.
| One hash table holds the LexItems, the other holds the same data but grouped by lemmma to give access to
| all lexical forms of a word.
all lexical forms of a word.
:param lexicon: Iterable.
Iterable containing the lexique383 entries.
Expand Down

0 comments on commit 8d51a29

Please sign in to comment.