Natural Language Processing Best Practices & Examples
Перейти к файлу
miguelgfierro f57edfd983 moving to host to have some tests in parallel 2019-07-23 17:17:50 +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 Merge pull request #185 from microsoft/liqun-qa-bert 2019-07-22 19:58:11 -04:00
tests moving to host to have some tests in parallel 2019-07-23 17:17:50 +01:00
tools update deps 2019-07-19 16:30:41 +00:00
utils_nlp Merge pull request #182 from microsoft/hlu/updates_for_improving_entailment_performance 2019-07-22 14:28:43 -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 Merge branch 'staging' into miguel/integration_test_fix 2019-07-18 19:45:22 +00: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
NOTICE.txt Minor format change 2019-07-08 14:03:05 -04:00
README.md readme edits 2019-07-03 15:46:11 -04:00
SETUP.md Update conda in setup 2019-07-22 15:48:19 +01:00
pyproject.toml Rijai reposetup (#1) 2019-04-05 19:01:56 -04:00

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.