Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/cspell.json
1678 views
1
{
2
"version": "0.2",
3
"language": "en",
4
"enabled": true,
5
"words": [
6
"ANOVA",
7
"ARIMA",
8
"autograde",
9
"autograding",
10
"Bioconductor",
11
"bioinformatics",
12
"CoCalc",
13
"conat",
14
"dplyr",
15
"dstream",
16
"formatjs",
17
"geospatial",
18
"ggplot",
19
"ipython",
20
"ipywidgets",
21
"katex",
22
"knitr",
23
"kucalc",
24
"mathjax",
25
"matplotlib",
26
"Miniterm",
27
"nbconvert",
28
"nbgrader",
29
"nbviewer",
30
"Ollama",
31
"onprem",
32
"plotly",
33
"rclass",
34
"rereturn",
35
"respawns",
36
"revealjs",
37
"Rmarkdown",
38
"rtypes",
39
"Sagemath",
40
"sagetex",
41
"sagews",
42
"scikit",
43
"simplelocalize",
44
"sklearn",
45
"SocketIO",
46
"statsmodels",
47
"syncdb",
48
"syncdoc",
49
"syncstring",
50
"synctable",
51
"synctables",
52
"synctex",
53
"tidymodels",
54
"tidyverse",
55
"timetravel",
56
"tolerations",
57
"undelete",
58
"undeleting"
59
],
60
"ignoreWords": [
61
"antd",
62
"buttonbar",
63
"buttonbar",
64
"collab",
65
"descr",
66
"flyoutdragbar",
67
"flyoutdragbar",
68
"flyouts",
69
"flyouts",
70
"immutablejs",
71
"ipynb",
72
"isdir",
73
"kernelspec",
74
"LLM",
75
"LLMs",
76
"MDLG",
77
"medkit",
78
"mesg",
79
"mintime",
80
"mistralai",
81
"noconf",
82
"noconf",
83
"nprocs",
84
"nprocs",
85
"pchildren",
86
"pchildren",
87
"pids",
88
"pids",
89
"Popconfirm",
90
"PoweroffOutlined",
91
"ptree",
92
"ptree",
93
"reuseinflight",
94
"sidechat",
95
"vertexai",
96
"vfill",
97
"xsmall",
98
"xsmall"
99
],
100
"flagWords": [],
101
"ignorePaths": ["node_modules/**", "dist/**", "dist-ts/**", "build/**"],
102
"allowCompoundWords": false,
103
"ignoreRegExpList": ["/import\\s+.*?\\s+from\\s+['\"].*?['\"]/g"],
104
"import": [
105
"@cspell/dict-typescript/cspell-ext.json",
106
"./node_modules/@cspell/dict-typescript/cspell-ext.json"
107
]
108
}
109
110