fastPunct icon indicating copy to clipboard operation
fastPunct copied to clipboard

Punctuation restoration and spell correction experiments.

Results 6 fastPunct issues
Sort by recently updated
recently updated
newest added

Not sure if within the scope, but the model can't detect whether the text input should be separated by the period punctuation. In other words, it can't detect whether a...

Hi! In some cases I'm getting unwanted whitespaces around the quotation marks, e.g.: `fastpunct.punct('i m going for sure explained my friend')` -> `" I'm going for sure ", explained my...

``` >>> from fastpunct import FastPunct >>> fastpunct = FastPunct() Traceback (most recent call last): File "", line 1, in File "/home/soldanm/anaconda3/envs/test/lib/python3.7/site-packages/fastpunct/fastpunct.py", line 46, in __init__ self.tokenizer = T5Tokenizer.from_pretrained(lang_path) File...

The `fastPunct.punct()` function takes a `correct` boolean argument, which is supposed to trigger text correction. However, the model corrects text even when `correct` is set to False. Steps to reproduce:...

Hi there, Can you please add support for Dutch or tell us how to set this up ourselves/train this?

How and when would it be possible to use fastPunct for german language?