Skip to content

Natural language processing

Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.

Here are 4,539 public repositories matching this topic...

gensim
marco-roberti
marco-roberti commented Jun 15, 2019

Hello everyone,

I need to compute the BLEU score with more than one ngram length (ideally, BLEU2, BLEU3, BLEU4, and BLEU5). In my case, this is a very long task, as every hypothesis has some thousand references.

Reading the implementation of the corpus_bleu function, which takes weights:Tuple between its parameters - and thus calculating BLEU-[len(weights)] - , I found out that it gets all t

rasa
furqan-shakoor
furqan-shakoor commented Sep 4, 2019

Rasa version: '0.15.1'

Rasa X version (if used & relevant):

Python version: 3.7

Operating system (windows, osx, ...): MacOS

Issue:
If the number of intents in an application is less than 2, the application does not correctly classify any inputs to an intent.

The endpoints /train and /parse both return 200 in such a case, indicating no errors. But the server

You can’t perform that action at this time.