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
cc569bbf
Commit
cc569bbf
authored
Mar 30, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
schemas in doc directory
parent
6341dc12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
ngram_parsing_flow.dot
doc/schemas/ngram_parsing_flow.dot
+20
-0
ngram_parsing_flow.png
doc/schemas/ngram_parsing_flow.png
+0
-0
No files found.
doc/schemas/ngram_parsing_flow.dot
0 → 100644
View file @
cc569bbf
// dot ngram_parsing_flow.dot -Tpng -o ngram_parsing_flow.png
digraph
ngramflow
{
edge
[
fontsize
=
10
]
;
label
=<
<B><U>
gargantext.util.toolchain
</U></B><BR/>
(ngram extraction flow)
>;
labelloc
=
"t"
;
"extracted_ngrams"
->
"grouplist"
;
"extracted_ngrams"
->
"occs+tfidfs"
;
"main_user_stoplist"
->
"stoplist"
;
"stoplist"
->
"mainlist"
;
"occs+tfidfs"
->
"mainlist"
[
label
=
" TFIDF_LIMIT"
]
;
"mainlist"
->
"coocs"
[
label
=
" COOCS_THRESHOLD"
]
;
"coocs"
->
"specificity"
;
"specificity"
->
"maplist"
[
label
=
"MAPLIST_LIMIT\nMONOGRAM_PART"
]
;
"maplist"
->
"explore"
;
"grouplist"
->
"maplist"
;
}
doc/ngram_parsing_flow.png
→
doc/
schemas/
ngram_parsing_flow.png
View file @
cc569bbf
File moved
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