Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One I finish generating cache for similarity/kwic, I can get rid of the caching function for Hansard corpus #35

Open
stephbuon opened this issue Nov 25, 2021 · 0 comments

Comments

@stephbuon
Copy link
Owner

hansard_1800 <- fread("/home/stephbuon/projects/hansard-shiny/app-data/kwic/hansard_1800.csv")
cached_hansard_1800 <- memo_cache_corpus_obj_1800(hansard_1800)

quanteda_kwic <- function(df, kw) {
  # I can do fixed or regex 
  
  #if word 
  return(kwic(df, kw, window = 100, valuetype = "fixed", separator = " ", case_insensitive = TRUE)) }
# if phrase  https://quanteda.io/reference/kwic.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant