-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #43
base: master
Are you sure you want to change the base?
Update README.md #43
Conversation
Little update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @PhidLarkson Thanks for this. I have made some minor suggestions. Let me know if you have any questions.
@@ -1,8 +1,8 @@ | |||
# Kasa | |||
English to Twi translation library/system being put together by the Ghana NLP team. | |||
A python library/system to interact with the African language translation, STT (Speech to Text) and TTS (Text to Speech) models put together by the Ghana NLP team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will have to add more details here. For now the main idea is for the library to expose NLP tools for Low-resourced languages with a focus on African Languages. You can then include some minor details of features we have now, such as a module (khaya) for accessing the APIs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright I have taken this into consideration, can I give a good summary of how the NLP tools work and then prolly link up a blog series I am putting together to go into more details on it?
Check it out here
https://pkwolffe.hashnode.dev/series/build-with-ghananlp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that sounds like a plan. we can include that in a section "further reading". give it a try and lets review together
|
||
# Quickstart | ||
Install Kasa directly from online link: | ||
To use this, install Kasa directly from online link: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is on pypi, we should be able to install with pip as well as from source. these options should be included
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright so we should make reference to:
pip install Kasa
...rather than calling the github repository
README.md
Outdated
@@ -61,6 +61,8 @@ It is helpful to know the function of the following files when contributing: | |||
|
|||
*)`HISTORY.md` -- what functionality was added during each version/release, and what is planned to be added next/in the near future. | |||
|
|||
*)`contribution.md` -- Up to date set up and deveoper contribution guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type "developer"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted
correction on contribution.md topic in the key files
Little update