Natural Language Processing Best Practices & Examples
Перейти к файлу
Hong Lu 90d4b9020b Use dataloader in sequence classifier. 2019-07-18 17:07:10 -04:00
.github
benchmarks
docs
scenarios Reran notebook and update sdk changes 2019-07-17 10:13:46 -04:00
tests Merge pull request #168 from microsoft/hlu/fix_cpu_bug 2019-07-17 11:19:04 -04:00
tools Update conda config 2019-07-17 11:27:26 -04:00
utils_nlp Use dataloader in sequence classifier. 2019-07-18 17:07:10 -04:00
.amlignore
.flake8
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
NOTICE.txt
README.md
SETUP.md
pyproject.toml

README.md

Branch Status Branch Status
master Build Status staging Build Status

NLP Best Practices

This repository contains examples and best practices for building NLP systems, provided as Jupyter notebooks and utility functions. The focus of the repository is on state-of-the-art methods and common scenarios that are popular among researchers and practitioners working on problems involving text and language.

Getting Started

To get started, navigate to the Setup Guide, where you'll find instructions on how to setup your environment and dependencies.

Contributing

This project welcomes contributions and suggestions. Before contributing, please see our contribution guidelines.