84 lines
1.6 KiB
JSON
84 lines
1.6 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"alru",
|
|
"Analyse",
|
|
"András",
|
|
"basereload",
|
|
"boto",
|
|
"botocore",
|
|
"Convolutional",
|
|
"datatable",
|
|
"deduplicated",
|
|
"displaylogo",
|
|
"downsample",
|
|
"fastapi",
|
|
"finalise",
|
|
"finalised",
|
|
"gridfs",
|
|
"httpx",
|
|
"iloc",
|
|
"initialisation",
|
|
"initialised",
|
|
"initialising",
|
|
"inplace",
|
|
"ipynb",
|
|
"langcodes",
|
|
"lemmatize",
|
|
"levelname",
|
|
"levelno",
|
|
"matplotlib",
|
|
"miniters",
|
|
"Multinomial",
|
|
"multiprocess",
|
|
"nbconvert",
|
|
"nbins",
|
|
"optimisation",
|
|
"organisation's",
|
|
"Parcoords",
|
|
"plotly",
|
|
"pretrained",
|
|
"proba",
|
|
"pydantic",
|
|
"pymongo",
|
|
"pyplot",
|
|
"redoc",
|
|
"scibert",
|
|
"serialise",
|
|
"sklearn",
|
|
"starlette",
|
|
"sublinear",
|
|
"syntok",
|
|
"Tfidf",
|
|
"threadsafe",
|
|
"ticktext",
|
|
"tickvals",
|
|
"tinydb",
|
|
"tqdm",
|
|
"unchunk",
|
|
"uvicorn",
|
|
"Vectorizer",
|
|
"xmargin",
|
|
"xticks"
|
|
],
|
|
"files.exclude": {
|
|
".env": true,
|
|
"**/__pycache__": true,
|
|
"**/.ipynb_checkpoints": true,
|
|
"**/.mypy_cache": true,
|
|
"**/.pytest_cache": true,
|
|
"**/*.egg-info": true,
|
|
"**/*.cache": true,
|
|
"**/*.tox": true,
|
|
"**/tracing_database.json": true
|
|
},
|
|
"notebook.output.textLineLimit": 400,
|
|
"python.defaultInterpreterPath": ".env/bin/python",
|
|
"python.testing.pytestArgs": ["tests"],
|
|
"editor.rulers": [88],
|
|
"python.linting.flake8Enabled": false,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.mypyEnabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"editor.wordWrap": "on"
|
|
}
|