You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think pythainlp.lm class should collect the function for doing preprocessing or post-processing Thai text from LLM and include a small language model that can run in computers for home users to do simple NLP jobs.
I think
pythainlp.lmclass should collect the function for doing preprocessing or post-processing Thai text from LLM and include a small language model that can run in computers for home users to do simple NLP jobs.Preprocessing
pythainlp.lm.calculate_ngram_counts: Calculates the counts of n-grams in the list words for the specified range. Add pythainlp.lm.calculate_ngram_counts #1054Post-processing
pythainlp.lm.remove_repeated_ngrams: Remove repeated n-grams (to fixed lm) Add pythainlp.llm #1043