From b9185bebd6784f5402c1632d1749887c89fdd232 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 15 Jun 2020 09:55:41 +0200 Subject: [PATCH] Create natural_language_processing (#2116) * Create natural_language_processing Closes #2115 * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> --- DIRECTORY.md | 1 + natural_language_processing | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 natural_language_processing diff --git a/DIRECTORY.md b/DIRECTORY.md index c90043aa7..5f9046cc7 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -264,6 +264,7 @@ * [Test Knapsack](https://github.com/TheAlgorithms/Python/blob/master/greedy_method/test_knapsack.py) ## Hashes + * [Adler32](https://github.com/TheAlgorithms/Python/blob/master/hashes/adler32.py) * [Chaos Machine](https://github.com/TheAlgorithms/Python/blob/master/hashes/chaos_machine.py) * [Enigma Machine](https://github.com/TheAlgorithms/Python/blob/master/hashes/enigma_machine.py) * [Hamming Code](https://github.com/TheAlgorithms/Python/blob/master/hashes/hamming_code.py) diff --git a/natural_language_processing b/natural_language_processing new file mode 100644 index 000000000..b864d9e08 --- /dev/null +++ b/natural_language_processing @@ -0,0 +1,3 @@ +# Natural Language Processing + +https://en.wikipedia.org/wiki/Natural_language_processing