Skip to content

Commit

Permalink
fix typo and update description
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Tsuzuku <[email protected]>
  • Loading branch information
dtsuzuku-ibm committed Nov 13, 2024
1 parent 1a70530 commit ecb87b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transforms/language/doc_quality/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ for details on general project conventions, transform configuration,
testing and IDE set up.

## Description
This transform will calculate and annotate several metrics related to document, which are usuful to see the quality of document.
Text is the type of data this transform operates on.
This transform will calculate and annotate several metrics which are useful to assess the quality of the document.
The document quality transform operates on text documents only

### Input

| input column name | data type | descrition |
| input column name | data type | description |
|-|-|-|
| the one specified in _doc_content_column_ configuration | string | text whose quality will be calculated by this transform |

Expand Down

0 comments on commit ecb87b0

Please sign in to comment.