#
Tag: nlp
See all tags.
Blog Posts
BERT - Tokenization and Encoding
To use a pre-trained BERT model, we need to convert the input data into an appropriate format so that each sentence can be sent to the pre-trained...
2020-06-19
Blog Posts
Generating N-grams from Sentences in Python
N-grams are contiguous sequences of n-items in a sentence.
2018-06-03