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
IMHO, Sudachi.rs does not need the PathAnchor functionality from Java because there is no classpath (albeit Python modules can serve as one). But I agree that in the current incarnation it is not clear how parameters interact.
I'm considering to add the anchor for embedded resources. In most cases it would be enough to use embedded ones as default fallback, but we may want to turn off or use other on-memory resources.
current configuration system is a bit difficult to use: e.g. how the arguments of
config::new(config_path, resource_dir, system_dict)
interacts?sudachipy.Config
should be the main class for the configurationThe text was updated successfully, but these errors were encountered: