Hello dear Cortext Friend,
I am trying to use the period slicer before and after a precise data (i.e. not just the year but the month and the day as well), but I am not sure of the syntax to use to define the exact periods. Would the following be the right format?
[yyyy-mm-dd:yyyy-mm-dd];[yyyy-mm-dd:yyyy-mm-dd]
ex. [1996-12-13:2016-02-20];[2016-02-21:2016-09-09]
Thanks
Dear Tommv,
acutally Cortext stores time information as integers only.
It then all depends on the source of your data and the choice you made for processing time information when parsing. It is still possible to produce time periods at the level of days, but you will need to have first transformed all your dates into a simple integer counting the number of days since a fixed date for instance.
This transformation process is automatic for some type of formats (robust csv or xls for instance), otherwise you would need to do the conversion yourself before uploading the file…
Understood. Thanks!
Sub-question:
I have also tried to slice my corpus using just the years [1996:2015];[2016:2017], which worked perfectly:
https://documents.cortext.net/9a7d/9a7d1e2240c98da7d6a37cb86e1c123e/52641/reader.html
But when I try to run the network analysis with the two custom periods defined above, I only get one map (and no tubes)
https://managerv2.cortext.net/project/2068#Analysis-59095 (https://managerv2.cortext.net/logs/52654)
Note that the dynamic network analysis analysis works perfectly when I use the ‘standard periods’ (instead of the ‘custom ones’)
https://documents.cortext.net/3bf3/3bf37e8bc883285878ef0c95748c86da/52642/tubes/index.htm
(so it is not a data parsing problem)
I am doing something wrong?
Did you set the correct number of periods (2 I guess) and more importantly regular slicing ?
Well spotted!
I did not set the slicing mode to “regular”.
It works now.
With homogeneous time slicing, the total number of periods is sometimes reduced simply because it is impossible to guarantee an even distribution of documents in each time interval.