Skip to content

Commit

Permalink
README with read
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaette committed Oct 3, 2017
1 parent 6a91c5a commit e0587d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Expand Up @@ -145,6 +145,8 @@ merkel <- partition("GERMAPARL", text_speaker = "Angela Merkel", text_date = "20
read(merkel)
```

[![read()](http://polmine.sowi.uni-due.de/gallery/read.png)](http://polmine.sowi.uni-due.de/gallery/read.png)


### as.TermDocumentMatrix (for text mining purposes)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -153,6 +153,8 @@ merkel <- partition("GERMAPARL", text_speaker = "Angela Merkel", text_date = "20
read(merkel)
```

[![read()](http://polmine.sowi.uni-due.de/gallery/read.png)](http://polmine.sowi.uni-due.de/gallery/read.png)

### as.TermDocumentMatrix (for text mining purposes)

Many advanced methods in text mining require term document matrices as input. Based on the metadata of a corpus, these data structures can be obtained in a fast and flexible manner, for performing topic modelling, machine learning etc.
Expand Down

0 comments on commit e0587d9

Please sign in to comment.