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

"argument "singleChar" is missing" when running PoS Tag Selection #96

Open
fishfree opened this issue Nov 17, 2024 · 2 comments
Open

"argument "singleChar" is missing" when running PoS Tag Selection #96

fishfree opened this issue Nov 17, 2024 · 2 comments

Comments

@fishfree
Copy link

image

Warning: Error in removeHapaxFreq: argument "singleChar" is missing, with no default
  151: removeHapaxFreq [tallFunctions.R#3248]
  150: eventReactiveValueFunc [C:\Users\pc\AppData\Local\R\win-library\4.4\tall\tall/server.R#1331]
  106: PosFilterData
  105: exprFunc [C:\Users\pc\AppData\Local\R\win-library\4.4\tall\tall/server.R#1343]
  104: widgetFunc
  103: ::
htmlwidgets
shinyRenderWidget
  102: func
   89: renderFunc
   88: renderFunc
   84: renderFunc
   83: output$posTagSelectData
    2: runApp
    1: tall
@fishfree
Copy link
Author

I just specify the default value in the removeHapaxFreq
function: removeHapaxFreq <- function(dfTag,hapax,singleChar=FALSE) to bypass this error.

@massimoaria
Copy link
Owner

Please update Tall to the last version.
The "Single Char" option works fine on my PC.

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

2 participants