Skip to content

Commit

Permalink
Merge pull request #84 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 8d51a29 + 9e85bc6 commit 5f2278c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pylexique/pylexique.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ def _parse_lexique(self, lexique_path: str, parser_type: str) -> None:
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.
| 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.
:param lexicon: Iterable.
Iterable containing the lexique383 entries.
Expand Down

0 comments on commit 5f2278c

Please sign in to comment.