Re: Regex to detect natural language fragment

2021-09-14 Thread Julius Hamilton
Thanks very much. @Chankey Pathak, which of those libraries does you recommend for this task? Best regards, Julius On Tue, Sep 14, 2021 at 2:33 AM Ken Peng wrote: > Or use GPT-3 who has a free online API. > https://openai.com/blog/openai-api/ > > regards > > On Mon, Sep 13, 2021 at 11:42 PM C

Re: Regex to detect natural language fragment

2021-09-13 Thread Ken Peng
Or use GPT-3 who has a free online API. https://openai.com/blog/openai-api/ regards On Mon, Sep 13, 2021 at 11:42 PM Chankey Pathak wrote: > You can look into NLP https://metacpan.org/search?q=nlp > > On Mon, 13 Sept 2021 at 21:04, Julius Hamilton < > juliushamilton...@gmail.com> wrote: > >> He

Re: Regex to detect natural language fragment

2021-09-13 Thread Chankey Pathak
You can look into NLP https://metacpan.org/search?q=nlp On Mon, 13 Sept 2021 at 21:04, Julius Hamilton wrote: > Hey, > > I'm not sure if this is possible, and if it's not, I'll explore a better > way to do this. > > I would like to write a script which analyzes if a line of text is > (likely) a

Regex to detect natural language fragment

2021-09-13 Thread Julius Hamilton
Hey, I'm not sure if this is possible, and if it's not, I'll explore a better way to do this. I would like to write a script which analyzes if a line of text is (likely) a broken natural language sentence, i.e., it is probably part of a sentence, even if the start or end is not present, rather th