Natural Language Processing Best Practices & Examples
Перейти к файлу
miguelgfierro 9d82948249 merged with staging and added mark of azureml 2019-07-26 12:23:25 +01:00
.github issue template 2019-05-14 12:21:40 +01:00
docs Intial commit to put the receipe template in 2019-04-05 13:55:58 -04:00
scenarios Changes for code review comments. 2019-07-25 16:56:02 -04:00
tests merged with staging and added mark of azureml 2019-07-26 12:23:25 +01:00
tools 🐛 in windows conda install fix #183 2019-07-25 11:40:24 +01:00
utils_nlp Changes for code review comments. 2019-07-25 16:56:02 -04:00
.amlignore Added AML Ignore 2019-06-17 16:57:08 -04:00
.flake8 change line length 2019-06-21 15:22:15 -04:00
.gitignore Make utils pip installable using setup.py 2019-07-24 14:22:22 -04:00
.pre-commit-config.yaml Changed python version in pre-commit-config back to 3.6 2019-06-13 14:46:57 -04:00
CONTRIBUTING.md Rijai reposetup (#1) 2019-04-05 19:01:56 -04:00
LICENSE Intial commit to put the receipe template in 2019-04-05 13:55:58 -04:00
MANIFEST.in Make utils pip installable using setup.py 2019-07-24 14:22:22 -04:00
NOTICE.txt Minor format change 2019-07-08 14:03:05 -04:00
README.md added badges and update yml 2019-07-25 17:49:21 +01:00
SETUP.md Fix typo and update instruction for editable pkg 2019-07-25 10:06:08 -04:00
__init__.py Make utils pip installable using setup.py 2019-07-24 14:22:22 -04:00
pyproject.toml Rijai reposetup (#1) 2019-04-05 19:01:56 -04:00
setup.py Make utils pip installable using setup.py 2019-07-24 14:22:22 -04:00

README.md

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.

Build Status

Build Type Branch Status
Linux CPU master Build Status
Linux GPU master Build Status