Outliner Software Forum RSS Feed Forum Posts Feed

Subscribe by Email

CRIMP Defined

 

Tip Jar

search - curated & updated list?

View this topic | Back to topic list

Posted by Jan S.
Apr 10, 2018 at 08:25 PM

 

Alexander Deliyannis wrote:
Jan S. wrote:
>>Some qualitative data analysis software offers those features. I think
>>MAXQDA is the best of those (ATLAS.ti, NVivo, QDAMiner are other ones).
>>
>>Leximancer is a specialized solution which automatically produces
>>topical concept maps. https://info.leximancer.com/
> >Jan, many thanks; this is a fascinating, albeit expensive, market! Just
>the fact that Leximancer does not mention its price tag in the website
>speaks volumes…
> >Are you, by any chance, aware of any such tools that can access and
>analyze an Evernote database?

A perpetual Leximancer license for commercial use costs 3750 Australian Dollars. NGOs, Academics etc. get significant discounts, though. (https://info.leximancer.com/products-commercial/)

Analyzing Evernote databases: Shouldn’t be that difficult. Either by parsing the .enex file which—at least to my knowledge is just XML—in some kind of dataframe. But that would only be useful if the data has a fairly consistent structure. A better option would probably be to export each note as a single .html file and then importing those in something like Leximancer.

If you want to do the coding yourself you could use the mentioned QDA Software. They all have Evernote integrations (import only). MaxQDA for example can do some auto-coding (dictionary based) and also has a statstics package that includes some common techniques (nothing of the scale of R, SPSS, STATA, Mathematica etc., though).

But I think in general it shouldn’t be that complicated because if you have the .html it is pretty easy to convert to .txt, .rtf or whatever the software requires. There are also some free options: (1) for R: http://www.iramuteq.org/ (2) free and open-source: http://khc.sourceforge.net/en/

I have also seen this https://appcenter.evernote.com/app/mohiomap/web-apps—which is probably a lot less academic (and there are probably privacy concerns). But I have never used it because I don’t use Evernote anymore.