kandahar

Results 28 issues of kandahar

Hello, when trying to test your software (and after having started the docker image), the following error occurs: ``` An error occured:documents must be a non-empty list The Top ten...

Hello, the parser works great and I would like to reproduce the dependency graph that I saw in your [example](https://pub.cl.uzh.ch/demo/parzu/). ![image](https://user-images.githubusercontent.com/60874076/190925133-a8ce3a7b-9e46-4b72-a8b9-fed912a30f55.png) I am using the docker image and tried the...

Hey, I noticed that for very large amount of text data, the algorithm takes a long time to finish. We can probably not simplify the pytorch models (or can we?),...

question

## Description of proposed feature Hey, I would like to do what has been done in this post https://github.com/3b1b/manim/issues/657 So far, I am using ```python eq1 = MathTex(r"A",r"=",r"\int",r"\text d x",r"f(x)",...

new feature

Build error on Rust 1.7.0. : No method named 'as_encoded_bytes' I did not find, which Rust version you used to compile ``make texpresso-tonic```but on 1.7.0. I get the ``` Compiling...

When trying to run the example given in [flutter_quill page](https://pub.dev/packages/flutter_quill) on [Web] ```dart var myJSON = jsonDecode(r'{"insert":"hello\n"}'); _controller = QuillController( document: Document.fromJson(myJSON), selection: TextSelection.collapsed(offset: 0), ); ``` on ```Flutter Channel...

### Description As a function, that uses optuna to optimize launch parameters, ```cupyx.optimizing.optimize``` is very interesting to optimize user-defined kernels. The documentation says, the function would return the number of...

contribution welcome
cat:document
prio:medium

This question is tagged as a feature request, since it is an improvement. I see, that the dependency parser is taking a long time to process a text. What are...