()
| 17 | |
| 18 | |
| 19 | def get_sentences(): |
| 20 | # returns 57340 of the Brown corpus |
| 21 | # each sentence is represented as a list of individual string tokens |
| 22 | return brown.sents() |
| 23 | |
| 24 | |
| 25 | def get_sentences_with_word2idx(): |
no outgoing calls
no test coverage detected