Meaningfull Export Name
To have meaningful doc names when exporting Corpora or Ngram, I propose the following :
- create a function that generate a name from a corpora with :
- title if not default title, author if not default author and three most common terms from the term table separated with '_' with space replaced by "-" if exist, corpusId;. Exemple : name(corpora)=BPA_John_Doe_bisphenol-a_exposure_water_185604
- Export all the material using this name. Ex : - BPA_John_Doe_bisphenol-a_exposure_water_185604_corpus.csv - BPA_John_Doe_bisphenol-a_exposure_water_185604_corpus.json - BPA_John_Doe_bisphenol-a_exposure_water_185604_terms-list.csv - etc. This will help new users in the management of their files.