You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no indication that minio looked anywhere -- am I wrong? just an error about path it tried that did not work. Looks like there is now a disconnect between the name specified in the default config files (for conll and ontonotes) and the actual string used to build the path to check for models. "Main" class does the checks, but other older entrypoints don't.
Update the Main class to allow default args of input and output folder + config file. Consider scrapping the main() method in NerTagger, after adding any missing functionality to Main.
The text was updated successfully, but these errors were encountered:
The way this works now is that it will first check the file system. If not found, it checks the classpath. And if it is not there, it will check the view name. If the view name contains NER_CONLL it will load the default CoNLL model, it if contains NER_ONTONOTES, it will load the default Ontonotes model. Finally, if the view name does not match either of these names, it will throw an illegal argument exception. Not of my most recent changes impacted this, but I did change this I think 2 revs ago.
no indication that minio looked anywhere -- am I wrong? just an error about path it tried that did not work. Looks like there is now a disconnect between the name specified in the default config files (for conll and ontonotes) and the actual string used to build the path to check for models. "Main" class does the checks, but other older entrypoints don't.
Update the Main class to allow default args of input and output folder + config file. Consider scrapping the main() method in NerTagger, after adding any missing functionality to Main.
The text was updated successfully, but these errors were encountered: