AmyOlex / Chrono

Parsing time normalizations from text.
GNU General Public License v3.0
15 stars 4 forks source link

[To Do] DCT files #28

Closed maffeyl closed 6 years ago

maffeyl commented 6 years ago

If no DCT file exists, either try to infer doctime from text or assume it's today or something.

maffeyl commented 6 years ago

Added a check for .dct files to the Luke branch, just uses today's date if there aren't any found and that seems to be working fine, but won't be very useful long term.

AmyOlex commented 6 years ago

Agreed. Currently, Chrono depends on the DCT files. I think inferring Doc time from the document is probably another whole program and problem. I've closing this for now with the understanding that this issue is another project entirely and should be implemented eventually.