TextModels.jl

Neural Network based models for Natural Language Processing
Author JuliaText
Popularity
23 Stars
Updated Last
1 Year Ago
Started In
September 2020

TextModels

A Julia package for natural language neural network models.

Warning The models in this repo are no longer state of the art -- the field has moved on very quickly. See Transformers.jl for more modern methods.

Introduction

The TextModels package enhances the TextAnalysis package with end-user focussed, practical natural language models, typically based on neural networks (in this case, Flux). Please see the documentation for more.

Installation

pkg> add TextModels

Some of the models require data files to run, which are downloaded on demand. Therefore, internet access is required at runtime for certain functionality in this package.

Contributing and Reporting Bugs

Contributions, in the form of bug-reports, pull requests, additional documentation are encouraged. They can be made to the Github repository.

All contributions and communications should abide by the Julia Community Standards.

Support

Feel free to ask for help on the Julia Discourse forum, or in the #natural-language channel on julia-slack. (Which you can join here). You can also raise issues in this repository to request new features and/or improvements to the documentation and codebase.