MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / markov.py

File markov.py

nlp_class2/markov.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Course URL:
2# https://deeplearningcourses.com/c/natural-language-processing-with-deep-learning-in-python
3# https://udemy.com/natural-language-processing-with-deep-learning-in-python
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 4

get_bigram_probsFunction · 0.85
get_wordsFunction · 0.85
get_scoreFunction · 0.85

Tested by

no test coverage detected