mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
7923903d21
- Much faster than using dateparser - It took 2x-4x for improved regex to extracts 1-15% more dates - Whereas It took 33x to 100x for dateparser to extract 65% - 400% more dates - Improve date extractor tests to test deduping dates, natural, structured date extraction from content - Extract some natural, partial dates and more structured dates Using regex is much faster than using dateparser. It's a little crude but should pay off in performance. Supports dates of form: - (Day-of-Month) Month|AbbreviatedMonth Year|2DigitYear - Month|AbbreviatedMonth (Day-of-Month) Year|2DigitYear |
||
---|---|---|
.. | ||
interface | ||
khoj | ||
telemetry |