Hi all,
I want to adapt my simple Language model (e.g 4-gram ARPA format Estimated using Poco-lm ).
In my scenario We have some "ever green" data like, United States of America (4-gram) and we have some trending data like; president Obama (much lower probability than 4 years ago) and president Trump (much higher probability than 4 years ago).
Lets say I learned the ever green and I have G.fst from Wikipedia ( or something else, any suggestion is truly welcomed ). (a lot of data)
I can use google-news ( or something else, any suggestion is truly welcomed ) to find what people are talking right now .( a little data)
How can I update the G.fst?