# Voicebot / NLP packages

**URL:** https://discourse.julialang.org/t/voicebot-nlp-packages/86841
**Category:** Specific Domains
**Tags:** nlp
**Created:** [September 6, 2022, 1:32pm UTC](https://discourse.julialang.org/t/voicebot-nlp-packages/86841 "2022-09-06T13:32:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![davide445](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davide445/32/33681_2.png) [@davide445](https://discourse.julialang.org/u/davide445)
#### Post date: [September 6, 2022, 1:32pm UTC](https://discourse.julialang.org/t/voicebot-nlp-packages/86841/1 "2022-09-06T13:32:32Z")

</div>

For a specific project where is needed a system to ask a series of questions and evaluate if the human tell the needed informations, was looking around to understand if in the Julia ecosystem there is anything relevant.

Searching around seems this one is not a loved subject, but still due my interest in Julia wanted to leave here my question.

---

<div class="post-metadata">

### Author: ![Palli](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/palli/32/3380_2.png) [@Palli](https://discourse.julialang.org/u/Palli)
#### Post date: [September 8, 2022, 8:11am UTC](https://discourse.julialang.org/t/voicebot-nlp-packages/86841/2 "2022-09-08T08:11:18Z")

</div>

There’s probably no voicebot in Julia, but I would love to be proven wrong, or see such a project emerge.

I did start a masters in NLP, at the time I used Julia, but calling Python’s NLTK, because the teacher used that and the only book.

Most work I see in NLP is still in Python, I see some NLP packages in Julia emerging, and all I’ve seen in NLP, meaning text as in:

> **[JuliaText](https://github.com/JuliaText)**
>
> JuliaLang Organisation for Natual Language Processing, (textual) Information Retrieval, and Computational Linguistics - JuliaText

There are also some packages for audio, even voice related, but not at bot level.
