wit-ai/pywit

Add more api functions

Open

#2 geöffnet am 29. Nov. 2014

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (406 Forks)batch import
help wanted

Repository-Metriken

Stars
 (1.425 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello,

I was using pywit (https://github.com/lextoumbourou/PyWit) in my project and as you made an official python package, I was going to use it. But I miss some features to switch :

There was some useful functions like get_intents(). Is it possible to implement these please ?

Also, I think dependencies shouldn't be here in this library. Using the audio part is one of the feature of your API, but seems a bit useless to install dev dependencies to compile (as it isn't pure-python) the package by default. It should be used in a subpackage or something like that "wit.api.X, wit.text.X, wit.audio.X".

This way it will be more pythonic and more easy to distribute the package. (but it's my personal point of view)

Contributor Guide