-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Labels
enhancementenhance functionalitiesenhance functionalities
Description
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.
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 #1054
Post-processing
pythainlp.lm.remove_repeated_ngrams
: Remove repeated n-grams (to fixed lm) Add pythainlp.llm #1043
Metadata
Metadata
Assignees
Labels
enhancementenhance functionalitiesenhance functionalities
Type
Projects
Status
In progress