Created
September 19, 2014 16:17
-
-
Save bryanyang0528/4669314eeb4c4739a8f6 to your computer and use it in GitHub Desktop.
corpus structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > str(d.corpus) | |
| List of 2 | |
| $ 1:List of 2 | |
| ..$ content: chr "今天天氣很好1" | |
| ..$ meta :List of 7 | |
| .. ..$ author : chr(0) | |
| .. ..$ datetimestamp: POSIXlt[1:1], format: "2014-09-19 16:12:28" | |
| .. ..$ description : chr(0) | |
| .. ..$ heading : chr(0) | |
| .. ..$ id : chr "1" | |
| .. ..$ language : chr "en" | |
| .. ..$ origin : chr(0) | |
| .. ..- attr(*, "class")= chr "TextDocumentMeta" | |
| ..- attr(*, "class")= chr [1:2] "PlainTextDocument" "TextDocument" | |
| $ 2:List of 2 | |
| ..$ content: chr "今天天氣很好2" | |
| ..$ meta :List of 7 | |
| .. ..$ author : chr(0) | |
| .. ..$ datetimestamp: POSIXlt[1:1], format: "2014-09-19 16:12:28" | |
| .. ..$ description : chr(0) | |
| .. ..$ heading : chr(0) | |
| .. ..$ id : chr "2" | |
| .. ..$ language : chr "en" | |
| .. ..$ origin : chr(0) | |
| .. ..- attr(*, "class")= chr "TextDocumentMeta" | |
| ..- attr(*, "class")= chr [1:2] "PlainTextDocument" "TextDocument" | |
| - attr(*, "class")= chr [1:2] "VCorpus" "Corpus" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment