Skip to content
Snippets Groups Projects
Commit 6b1edeee authored by Felix's avatar Felix
Browse files

Fix readme typo

parent ba8007d8
Branches
Tags v1.0.6
No related merge requests found
...@@ -7,7 +7,7 @@ Install via `pip install lexicon_overlap_score` ...@@ -7,7 +7,7 @@ Install via `pip install lexicon_overlap_score`
# Usage # Usage
Import via `import lexicon_overlap_score as los` Import via `import lexicon_overlap_score as los`
Your lexicons should be pandas dataframe with the columns `word` and `so` (semantic orientation). Your lexicons should be a pandas dataframe with the columns `word` and `so` (semantic orientation).
Then the following three functions can be used. Then the following three functions can be used.
``` python ``` python
......
...@@ -4,8 +4,8 @@ with open("README.md", "r") as fh: ...@@ -4,8 +4,8 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="lexicon_overlap_score", # Replace with your own username name="lexicon_overlap_score",
version="0.0.5", version="0.0.6",
author="Felix Welter", author="Felix Welter",
author_email="felixwelter@gmail.com", author_email="felixwelter@gmail.com",
description="Functions for calculation of the lexicon overlap score", description="Functions for calculation of the lexicon overlap score",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment