generated from bhoov/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.ini
29 lines (28 loc) · 885 Bytes
/
settings.ini
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
[DEFAULT]
host = github
lib_name = flyvec
user = bhoov
description = A biologically inspired method to create sparse, binary word vectors
keywords = GloVE Word2Vec Wordvector NLP Bioinspired AI ML sparse binary
author = "Benjamin Hoover <[email protected]>, Dima Krotov <[email protected]>"
author_email = "[email protected]"
copyright = Benjamin Hoover
branch = master
version = 0.3.2
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 4
requirements = numpy>=1.5.0 gensim regex boto3 cached-property progressbar fastcore pyyaml
console_scripts = flyvec_train=flyvec.train_flyvec:main
flyvec_compile=flyvec.train_flyvec:init
nbs_path = nbs
doc_path = docs
recursive = False
doc_host = https://bhoov.github.io
doc_baseurl = /flyvec/
git_url = https://github.com/bhoov/flyvec/tree/master/
lib_path = flyvec
title = flyvec