./data/example_1.rst:7:15: F821 undefined name 'LdaModel'
    >>> lda = LdaModel(corpus=mm, id2word=id2word, num_topics=100, distributed=True)
              ^
./data/example_1.rst:7:31: F821 undefined name 'mm'
    >>> lda = LdaModel(corpus=mm, id2word=id2word, num_topics=100, distributed=True)
                              ^
./data/example_1.rst:7:43: F821 undefined name 'id2word'
    >>> lda = LdaModel(corpus=mm, id2word=id2word, num_topics=100, distributed=True)
                                          ^
