Peter M. Stahl

Results 18 issues of Peter M. Stahl

Currently, for a given input string, only the most likely language is returned. However, if the input contains contiguous sections of multiple languages, it will be desirable to detect all...

new feature

Add more classification metrics such as `Precision`, `Recall`, `Specificity` and `F1`.

enhancement

Currently, for a given input string, only the most likely language is returned. However, if the input contains contiguous sections of multiple languages, it will be desirable to detect all...

new feature

Currently, for a given input string, only the most likely language is returned. However, if the input contains contiguous sections of multiple languages, it will be desirable to detect all...

new feature

Currently, only test cases that must be matched by the generated regular expression can be provided. It would be useful to additionally provide test cases that must **not** be matched...

new feature

### Describe the Bug After the wasm-bindgen update to version 0.2.82, my project's headless browser tests constantly fail in Safari. No problems exist in Firefox and Chrome. There are no...

bug

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.61.0 (fe5b13d68 2022-05-18)...

C-bug
A-help
E-medium

Currently, for a given input string, only the most likely language is returned. However, if the input contains contiguous sections of multiple languages, it will be desirable to detect all...

new feature

Currently, the language models are loaded into simple maps at runtime. Even though accessing the maps is pretty fast, they consume a significant amount of memory. The goal is to...

enhancement

Add more classification metrics such as `Precision`, `Recall`, `Specificity` and `F1`.

enhancement