suhasbhairav / JuliaMachineLearning

A program that makes use of AdaGram and generates results
0 stars 0 forks source link

Make a database selection in Serelex #6

Open alexanderpanchenko opened 9 years ago

alexanderpanchenko commented 9 years ago

Add a settings button to Serelex:

settings

  1. Find a similar settings image (a wheel) on the internet.
  2. Add the button to UI. The button should open a new context window with selection of the models.

    screen shot 2015-05-21 at 12 35 54

    The list should contain all models in the DB. If a custom model is selected the settings icon changes the colour.

  3. The search is performed with the selected model only.
alexanderpanchenko commented 9 years ago

The current model is selected

suhasbhairav commented 9 years ago

This needs decent knowledge of Node.js. I've been reading a bit about it. In a few days, I'll begin modifying the code to make new changes.

alexanderpanchenko commented 9 years ago

feel free to ask the questions. i can forward them to programmer who was working on the initial version.

suhasbhairav commented 9 years ago

Are we meeting at the university today? Coz we would be needing internet.

suhasbhairav commented 9 years ago
  1. If the words are already present in the 'words' table, what should be done? a) Should I get the id of that word and proceed with inserting into relations table if the word is already present? Or should I still be inserting it and getting the latest id for inserting into relations table? b) If I get the id of the word that is already present, will the frequency value for that word matter for other models? Or is the frequency value in words table insignificant while inserting new relations irrespective of the models?
alexanderpanchenko commented 9 years ago

if the word is present in the words table WITH THE SAME LANGUAGE then you should use it. else insert a new word

alexanderpanchenko commented 9 years ago
alexanderpanchenko commented 9 years ago

Import file from:

frink:/home/panchenko/pairs-efreq-rnum-cfreq-pnum.csv.gz

alexanderpanchenko commented 9 years ago

en-model --> EN-model

suhasbhairav commented 9 years ago

screenshot from 2015-09-25 16 54 23

Changed home page of serelex

alexanderpanchenko commented 9 years ago

hi,

this looks much better, but has several important problems:

suhasbhairav commented 9 years ago

screenshot from 2015-09-28 14 06 53

alexanderpanchenko commented 9 years ago

1, 2, 3 -- gray

"Show as " --> gray.

settings button --> 1/3 smaller, put on the right. right alignment

buttons color --> gray

suhasbhairav commented 9 years ago

screenshot from 2015-09-28 14 21 13

suhasbhairav commented 9 years ago

screenshot from 2015-09-28 22 41 49 screenshot from 2015-09-28 22 41 57

suhasbhairav commented 9 years ago

Should the "Search" button color be gray?

alexanderpanchenko commented 9 years ago

Yes, it should be of the same color as the settings button.

Please also remove from the following buttons:

Make the color of the bars the same as the color of the results.

suhasbhairav commented 9 years ago

screenshot from 2015-09-30 09 17 50

I didn't understand the point : "Make the color of the bars the same as the color of the results."

suhasbhairav commented 9 years ago

screenshot from 2015-09-30 09 32 27

The correct screenshot

alexanderpanchenko commented 9 years ago

The bar under the "For example, Moscow" -- a long blue line.

suhasbhairav commented 9 years ago

screenshot from 2015-09-30 11 07 06