forked from claritylab/lucida
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES_COMMANDCENTER
36 lines (30 loc) · 1.11 KB
/
CHANGES_COMMANDCENTER
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
34
35
36
FIXME: IMM DCM no longer works as only image input is required. Fix and improve
General
Add push notifications
Create classifier tests
DSLs!!!!
Common corenlp engine
Add option to authenticate interface (api only)
Option to stream api output (debugging and status blah)
Distinguish between temporary, permanent and temporal learn
User.py
Profile => Name, Username, password, services auth (facebook, gmail etc), address, phone number, gender, clearance...
Add option to view and edit profile (website and api)
Add option to authenticate user (api. website done)
Add option to enable/disable microservice
Add option to delete user
...
Database.py
Add appropriate functions
Infer.py
Alias resolution
Spelling and grammar correction (https://pypi.python.org/pypi/language-check)
Coref resolution
Natural learn
word based query classifier
?? How to mix word and sentence based query classifier
If text only and image required look for unused image or wait for one (with timeout)
If image only and text required look for unused text or wait for one (with timeout)
Save last 10 messages for context and coref
Learn.py
Remove altogether