Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Absinth - A Small World of Semantic Similarity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Victor Zimmermann
Absinth - A Small World of Semantic Similarity
Commits
7a6e2a02
Commit
7a6e2a02
authored
6 years ago
by
hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
Update weights
parent
d6a85ad5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config.py
+2
-2
2 additions, 2 deletions
src/config.py
with
2 additions
and
2 deletions
src/config.py
+
2
−
2
View file @
7a6e2a02
...
...
@@ -52,14 +52,14 @@ Choose filters for building the graph.
'''
min_node_freq
=
12
min_edge_freq
=
3
max_weight
=
0.
9
max_weight
=
0.
8
'''
Choose minimum number of neighbors and maximum median weight of the most frequent neighbors of a node for root hubs.
- the threshold is calculated using the media of the same number of neighbors declared in min_neighbors.
'''
min_neighbors
=
5
threshold
=
0.
8
threshold
=
0.
7
'''
Choose whether or not the tokens should be lemmatised.
...
...
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