pytorch-truecaser icon indicating copy to clipboard operation
pytorch-truecaser copied to clipboard

A simple neural truecaser written in pytorch and allennlp.

Results 4 pytorch-truecaser issues
Sort by recently updated
recently updated
newest added

Trying to run the truecaser with this command: `allennlp train truecaser.json --include-package mylib -s ./truecaser/pytorch-truecaser-master/mylib` I got this output: 2021-04-21 17:01:45,360 - INFO - allennlp.common.params - include_in_archive = None 2021-04-21...

running python example.py but got the following error ``` Traceback (most recent call last): File "test.py", line 5, in archive = load_archive("wiki-truecaser-model-en.tar.gz") File "/Users/song/anaconda3/lib/python3.7/site-packages/allennlp/models/archival.py", line 197, in load_archive opt_level=opt_level, File...

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies