Hello community,
I have two questions regarding WordFrequenceData[]:
I noticed that the maximum date for this feature is 2008 (from 12 years ago), even in the new version 12.1. I understand that the data comes from the "Google Books English n-gram public dataset".
I'm still trying to understand how this command (WordFrequenceData) works, so I may be missing something. Example:
WordFrequencyData["computer", "TimeSeries", {1900, Now}]
DateListPlot[%]

Now
Today
DateValue["Year"]
WordFrequencyData["computer", "TimeSeries", {1900, Today}]
WordFrequencyData["computer", "TimeSeries", {1900, DateValue["Year"]}]

1) Are there any estimates when this data will be updated?
2) Is there any workaround for this? Maybe with WebSearch[] in any way?
Thank you very much.