-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.sample.yaml
33 lines (33 loc) · 1.53 KB
/
config.sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
tasks : # task list
-
run : True
name : Thinking past year # Custom name for differentiation of output file
description : Thinking in the past year from the Memo database # Description of the current task, used to record what the task is to do
visual:
font_show: "xxx.ttf" # Your font file name, endswith ttf or otf
colormap: "random" # colormap type
nlp:
seg_pkg : "jieba" # segmentation package
top_n: 7 # output top n words
textclean :
discard_startswith: # discard startswith
- "#"
- "@"
sentence_length: # sentence length limitation, [min, max]
- 9
- 999
api:
notion: # notion API info
token : 'here is your own notion intergration token' # Obtain your own token from notion intergration: https://www.notion.so/my-integrations/
database_id : 'here is your database id for analysis' # database id
extra : # Options for filtering and sorting the database
filter :
property : Tags
multi_select :
contains : thinking
- # Completing the simplest task configuration required to run computes all the text of the database
name : simplest task # Custom name for differentiation of output file
api:
notion: # notion API info
token : 'here is your own notion intergration token' # Obtain your own token from notion intergration: https://www.notion.so/my-integrations/
database_id : 'here is your database id for analysis' # database id