--> atomsInstall("engdict")
A toolbox that brings the functionality of an English Dictionary. Macros: define - gives definitions of English Words HELP: Online help page: http://atoms.scilab.org/toolboxes/engdict/1.1/files/engdict_help.pdf Check out the following links for more info: http://www.bragitoff.com/2016/03/3322/ http://www.bragitoff.com/2016/03/english-dictionary-a-scilab-module/ http://www.bragitoff.com/2016/03/english-dictionary-in-csv-format/ http://www.bragitoff.com/2016/03/downloading-pronunciation-sound-files-for-english-dictionary-project-with-scilab/ Youtube: https://www.youtube.com/watch?v=YGi7E54Jhng https://www.youtube.com/watch?v=DtVAn5ks5CE CHANGES 1.0.1 => 1.1 -------------------- * builder.sce - accepted Scilab 5.3 while csvRead() introduced in 5.4 - uselessly called tbx_builder_src() and tbx_builder_gateway() removed * Macros - define.sci : code factorized (300 -> 22 rows) - countWordsDefs() added (private) * Data files - All dict .csv files moved from ~/macros to ~/data - Unused files Ameanings.csv, Awords.csv, K.word.xlsx and Q.xlsx removed. - 111696 words and 176049 definitions supported. * Help content improved: - simpson.xml renamed define.xml - Description improved: - meaning = column, with one definition per row. - Number of supported words and defs now indicated. - Examples split in 2 parts. - <screen> display added on 1st example. - hyperlink added on the Bibliography reference. * changes.txt file created * engdict is now packaged for Scilab 5.5 and Scilab 6.0
Ready to install and use with Scilab 5.5 (DESCRIPTION included)
Upload date : 2018-03-13 11:15:15 MD5 : e2b45bc3a54978bf206240bb83172a85 SHA1 : c05cbe1a242e85e784c375c067812dd132824118 Downloads : 1909
Ready to install and use with Scilab 6.0 (DESCRIPTION included)
Upload date : 2018-03-13 11:17:17 MD5 : 0a3c1e293849e0b605b949484c84aa1c SHA1 : 39eb0a7f329c06f02495bc4ee83fdd08c9f93b99 Downloads : 11747
Upload date : 2018-10-25 14:05:22 MD5 : eb40a0b71ed4eeadfdab95229a6d18a7 SHA1 : 7cd138a715624c9dd69bbd8caa251c4d994a7c6d Downloads : 2817
Upload date : 2018-03-11 17:04:47 MD5 : bbecbe2b0e82cf78b9816bceabf8ce98 SHA1 : 3f9747852c776a51fd37b28dd9ec06d91f910950 Downloads : 547
Online help page
Upload date : 2018-03-11 17:10:28 MD5 : 4c77a277de5cef7858e4cb7acf117923 SHA1 : 180b4743da4934af11c0f9bbc04392ede6f1e3d9 Downloads : 836
Hello Manas, When trying define(), i was wondering about a "p" option -- for "printing" -- in order to format and display the definitions in the console in a nice way (long lines wrapped and indented, "!" removed, etc). Do you plan such an option, or you consider keeping only the returned value and the raw default display? Best regards Samuel