Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
e13e1be3
Commit
e13e1be3
authored
May 11, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NGRAMS WORKFLOW] Changing default parameters.
parent
2fe9b4e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
constants.py
gargantext/constants.py
+3
-3
No files found.
gargantext/constants.py
View file @
e13e1be3
...
@@ -195,15 +195,15 @@ RESOURCETYPES = [
...
@@ -195,15 +195,15 @@ RESOURCETYPES = [
]
]
# linguistic extraction parameters ---------------------------------------------
# linguistic extraction parameters ---------------------------------------------
DEFAULT_TFIDF_CUTOFF_RATIO
=
.
4
5
# MAINLIST maximum terms in %
DEFAULT_TFIDF_CUTOFF_RATIO
=
.
7
5
# MAINLIST maximum terms in %
DEFAULT_TFIDF_HARD_LIMIT
=
75
0
# MAINLIST maximum terms abs
DEFAULT_TFIDF_HARD_LIMIT
=
300
0
# MAINLIST maximum terms abs
# (makes COOCS larger ~ O(N²) /!\)
# (makes COOCS larger ~ O(N²) /!\)
DEFAULT_COOC_THRESHOLD
=
2
# inclusive minimum for COOCS coefs
DEFAULT_COOC_THRESHOLD
=
2
# inclusive minimum for COOCS coefs
# (makes COOCS more sparse)
# (makes COOCS more sparse)
DEFAULT_MAPLIST_MAX
=
3
0
0
# MAPLIST maximum terms
DEFAULT_MAPLIST_MAX
=
3
5
0
# MAPLIST maximum terms
DEFAULT_MAPLIST_MONOGRAMS_RATIO
=
.05
# part of monograms in MAPLIST
DEFAULT_MAPLIST_MONOGRAMS_RATIO
=
.05
# part of monograms in MAPLIST
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment