Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoon committed Jul 26, 2024
1 parent ea4200a commit 0c4ea83
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 ThinkingMachinesDataScience
Copyright (c) 2024 Thinking Machines Data Science Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
29 changes: 21 additions & 8 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: pypi-package-project
title: PyPI Package Project
description: A PyPI package for handling various tasks and functionalities.
name: ratchada-utils
title: Ratchada Utils
description: A Python library for text processing and utilities related to the Ratchada Whisper model.
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: hinkingmachines/ratchada-utils
github.com/project-slug: thinkingmachines/ratchada-utils
tags:
- python
- nlp
- text-processing
- open-source

- pypi-package
spec:
owner: user:your-github-username # Replace with your GitHub username
type: internal
lifecycle: development # Switch to production once live
type: library
lifecycle: development
owner: thinkingmachines/set-team
system: speech-to-text-tools
dependsOn:
- resource:pypi-registry
providesApis:
- ratchada-utils-api
definition:
$text: |
Main functions:
- tokenize_text(text: str, pred: bool = False) -> List[str]
- simple_evaluation(preds: List[str], actuals: List[str]) -> pd.DataFrame
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def parse_requirements(filename):

setup(
name="ratchada_utils",
version="2.1.21",
version="2.1.22",
packages=find_packages(include=["ratchada_utils", "ratchada_utils.*"]),
package_data={
"ratchada_utils.processor": ["*.json", "*.py"],
Expand Down

0 comments on commit 0c4ea83

Please sign in to comment.