Natural Language Processing Best Practices & Examples
Перейти к файлу
Said Bleik 4dac5f1cff
Merge pull request #116 from microsoft/abhiram-mlflow
Integrating Mlflow.
2019-06-25 08:55:44 -07:00
.ci source activate 2019-06-11 13:56:57 -04:00
.github issue template 2019-05-14 12:21:40 +01:00
benchmarks Intial commit to put the receipe template in 2019-04-05 13:55:58 -04:00
docs Intial commit to put the receipe template in 2019-04-05 13:55:58 -04:00
scenarios Merge pull request #116 from microsoft/abhiram-mlflow 2019-06-25 08:55:44 -07:00
tests Merge pull request #116 from microsoft/abhiram-mlflow 2019-06-25 08:55:44 -07:00
tools Merge pull request #116 from microsoft/abhiram-mlflow 2019-06-25 08:55:44 -07:00
utils_nlp Merge branch 'hlu/ner_utils_updates' of https://github.com/Microsoft/NLP into hlu/ner_utils_updates 2019-06-24 19:21:33 +00:00
.amlignore Added AML Ignore 2019-06-17 16:57:08 -04:00
.flake8 Merging staging branch to master (#3) 2019-04-05 20:18:15 -04:00
.gitignore gitignore and conda file 2019-06-04 14:51:35 +01:00
.pre-commit-config.yaml Changed python version in pre-commit-config back to 3.6 2019-06-13 14:46:57 -04:00
AUTHORS.md Intial commit to put the receipe template in 2019-04-05 13:55:58 -04:00
CONTRIBUTING.md Merging staging branch to master (#3) 2019-04-05 20:18:15 -04:00
LICENSE Intial commit to put the receipe template in 2019-04-05 13:55:58 -04:00
README.md missing changes 2019-06-24 10:56:23 -04:00
SETUP.md documentation additions 2019-06-14 16:29:32 -04:00
pyproject.toml Merging staging branch to master (#3) 2019-04-05 20:18:15 -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.

Planning

All feature planning is done via projects, milestones, and issues in this repository.

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.