豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

JuliaText/TextAnalysis.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

638 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextAnalysis

A Julia package for working with text.

CI version docs

Introduction

TextAnalysis provides support for standard tools and models for working with textual data and natural languages in the Julia language.

Features

  • Container type for Document and Corpus
  • DocumentTermMatrix and TF/IDF
  • LSA/LDA
  • Vocabulary and statistical Language Model
  • Co-occurrence matrix
  • NaiveBayes classifier
  • ROUGE evaluation metrics

This package also incorporates features from the Languages and WordTokenizers packages within the JuliaText ecosystem.

TextModels

The TextModels package enhances this library with the addition of practical neural network based models. Some of that code used to live in this package, but was moved to simplify installation and reduce the number of dependencies.

Installation

pkg> add TextAnalysis

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). Or, select what do you like here. You can also raise issues in this repository to request new features and/or improvements to the documentation and codebase.

About

Julia package for text analysis

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages