-
It would be great if the `report` subcommand showed a simple line chart with time on the x axis and solar elevation on the y axis.
It would be even better if the chart could be annotated with, for …
-
Love this app. That being said. I have some challenges with CLI-tool. Norwegian characteres like æ ø å seems to disappear in the .gml file. Python3 should support UTF-8 out of the box, and I'm not su…
-
Hi.
I did not managed to reproduce the example graph in the readme :
https://github.com/bnosac/doc2vec/blob/master/tools/example-viz.png
the one that preceed :
```{r}
library(doc2vec)
…
-
```
⡁ ⡇ 3.0
⠄ ⡇
⠂ …
-
Love the crate! Thanks for your efforts.
If I have 6 points to represent as bars only 5 bars are drawn.
```rust
use textplots::{Chart, Plot, Shape};
fn main() {
let points: Vec = vec![
…
-
Many thanks for developing quanteda! The fcm feature is fast and very useful. This is an enhancement proposal.
Trying to apply textplot_network() or as.network() to a large fcm triggers an error: "fc…
-
Good Day Prof ,
After installing (quanteda) Package, when trying to load the library(quanteda) it keeps loading for hours then not loaded, any idea what can be the reason for this issue?
-
## Requested feature
It may be valuable to rewrite the production code for textplot_network. Currently one can change the vertex_size argument
to change node sizes. There is an example below fr…
-
Hi, Dr. Watanabe,
I met a problem again. When I drew the network plot of the textual data using the code `textplot_network`, I got the plot but all the Japanese words displayed as ロロ.
![net…
-
Hello the `quanteda` team!
I was using your very nice `fcm` function, but I came accross some tricky issue.
Consider this example
```
textdata %
fcm(., context = 'window', window = 4, orde…