TextModels.jl icon indicating copy to clipboard operation
TextModels.jl copied to clipboard

Neural Network based models for Natural Language Processing

Results 12 TextModels.jl issues
Sort by recently updated
recently updated
newest added

Multiple issues with this one. Line 34 has `SentimentClassifier` which isn't defined anywhere which should be `BinSentimentClassifier`. Moreover TextModels does not include the `sentiment.jl` file where `BinSentimentClassifier` is defined. And...

This pull request changes the compat entry for the `NNlib` package from `0.7` to `0.7, 0.8`. This keeps the compat entries for earlier versions. Note: I have not tested your...

``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |...

While testing #32, I noticed this triggered in the log: https://github.com/FluxML/Flux.jl/blob/0a215462ad8e0ba795205c9e94864403207d63fa/src/deprecations.jl#L13. On a side note, should the badges in the README point to GHA now?

This pull request sets the compat entry for the `CorpusLoaders` package to `0.3`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...

Dependencies - Transformers.jl , WordTokenizer.jl [**Pretrained weights**](https://drive.google.com/drive/folders/1HHTlS_jBYRE4cG0elITEH7fAkiNmrEgz?usp=sharing) . - The pretrained weights are converted from the TensorFlow checkpoint released by google-research. - The code for conversion is given in `tfckpt2bsonforalbert.jl`...

This pull request sets the compat entry for the `CorpusLoaders` package to `0.3`. This is a brand new compat entry. Previously, you did not have a compat entry for the...

When trying to use PoSTagger on a text with a different language (but supported in the default Penn Treebank) than English, everything gets tagged as 'NNP'. Here is how to...

Fixes: https://github.com/JuliaText/TextAnalysis.jl/issues/183 I haven't added the test as `pad_sequenses` is not being exported. How should go about adding it?

During Training on CoNLL 2003 Dataset (with around 203k POS tagged word ) the program is getting terminated. Probably because of excessive memory allocation. Working on Better implementation Training code...