Skip to content

Commit

Permalink
Fix #76 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot authored Oct 3, 2023
1 parent 55bb017 commit b6f8aee
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 244 deletions.
4 changes: 2 additions & 2 deletions btm_gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ with other topic models.
oolong <- create_oolong(trump_btm)
oolong
#>
#> ── oolong (topic model) ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> ── oolong (topic model) ──────────────────────────────────────────────────────────────────────────────────────────────
#> ✔ WI ✖ TI ✖ WSI
#> ℹ WI: k = 8, 0 coded.
#>
Expand All @@ -136,7 +136,7 @@ frame you used for training (in this case `trump_dat`). Your
oolong <- create_oolong(trump_btm, trump_corpus, btm_dataframe = trump_dat)
oolong
#>
#> ── oolong (topic model) ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> ── oolong (topic model) ──────────────────────────────────────────────────────────────────────────────────────────────
#> ✔ WI ✔ TI ✖ WSI
#> ℹ WI: k = 8, 0 coded.
#> ℹ TI: n = 20, 0 coded.
Expand Down
4 changes: 2 additions & 2 deletions deploy_gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library(oolong)
wsi_test <- wsi(abstracts_keyatm)
wsi_test
#>
#> ── oolong (topic model) ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> ── oolong (topic model) ──────────────────────────────────────────────────────────────────────────────────────────────
#> ✖ WI ✖ TI ✔ WSI
#> ℹ WSI: n = 10, 0 coded.
#>
Expand Down Expand Up @@ -116,7 +116,7 @@ revert_oolong(wsi_test, "oolong_2021-05-22 20 51 26 Hadley Wickham.RDS")
```

#>
#> ── oolong (topic model) ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> ── oolong (topic model) ──────────────────────────────────────────────────────────────────────────────────────────────
#> ✖ WI ✖ TI ✔ WSI
#> ☺ Hadley Wickham
#> ℹ WSI: n = 10, 10 coded.
Expand Down
Loading

0 comments on commit b6f8aee

Please sign in to comment.