Re: [CODE4LIB] n-gram visualisation

2019-11-12 Thread Vinit Kumar
t; Fitchett, Deborah wrote on 08/11/2019 01:10: >> > You might be interested in Chart.js (https://www.chartjs.org/) - it >> does the visualisation part, if you could do the search part. >> > >> > Deborah >> > >> > -Original Message- >> >

Re: [CODE4LIB] n-gram visualisation

2019-11-12 Thread Vinit Kumar
wrote on 08/11/2019 01:10: > > You might be interested in Chart.js (https://www.chartjs.org/) - it > does the visualisation part, if you could do the search part. > > > > Deborah > > > > -Original Message- > > From: Code for Libraries On Behalf Of

Re: [CODE4LIB] n-gram visualisation

2019-11-08 Thread Owen Stephens
e for Libraries On Behalf Of Vinit Kumar Sent: Thursday, 7 November 2019 6:17 PM To: CODE4LIB@LISTS.CLIR.ORG Subject: [CODE4LIB] n-gram visualisation Dear Code4Libers, I have data with the following structure: ngrams 20092010 2011 2012 2013 2014 2015 library223

Re: [CODE4LIB] n-gram visualisation

2019-11-07 Thread Fitchett, Deborah
: [CODE4LIB] n-gram visualisation Dear Code4Libers, I have data with the following structure: ngrams 20092010 2011 2012 2013 2014 2015 library223 32 32 35 21 21 technology 3 4 43 32 30 43 32 and so on Is it

Re: [CODE4LIB] n-gram visualisation

2019-11-07 Thread Eric Lease Morgan
On Nov 7, 2019, at 12:16 AM, Vinit Kumar wrote: > I have data with the following structure: > > ngrams 2009 2010 2011 2012 2013 2014 2015 > library 223 3232352121 > technology 3 4 4332304332 > > Is it possible to visualise

[CODE4LIB] n-gram visualisation

2019-11-06 Thread Vinit Kumar
Dear Code4Libers, I have data with the following structure: ngrams 20092010 2011 2012 2013 2014 2015 library223 32 32 35 21 21 technology 3 4 43 32 30 43 32 and so on Is it possible to visualise this data