Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lexicon Overlap Score
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Welter, Felix
Lexicon Overlap Score
Commits
6b1edeee
Commit
6b1edeee
authored
Apr 24, 2020
by
Felix
Browse files
Options
Downloads
Patches
Plain Diff
Fix readme typo
parent
ba8007d8
Branches
Branches containing commit
Tags
v1.0.6
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
6b1edeee
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
6b1edeee
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment