Skip to content

Instantly share code, notes, and snippets.

@fsndzomga
Created September 7, 2023 11:44
Show Gist options
  • Save fsndzomga/424e793c825a1ce3541e5df720ae2df8 to your computer and use it in GitHub Desktop.
Save fsndzomga/424e793c825a1ce3541e5df720ae2df8 to your computer and use it in GitHub Desktop.
corpus
# Example of a simple corpus
corpus = [
"Natural Language Processing is fascinating.",
"ChatGPT is based on GPT-3.",
"Machine learning is an application of artificial intelligence."
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment