Skip to content

A repo that implements common NLP metrics such as BLEU.

License

Notifications You must be signed in to change notification settings

leoxiang66/nlp_metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP Metrics

A repo that implements common NLP metrics such as BLEU.

Usage

!pip install nlp_metrics
from metrics import calculate_bleu

calculate_bleu(
predictions = ["hello"],
references = ["hi"],
)

About

A repo that implements common NLP metrics such as BLEU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published