Skip to content

Commit aa16608

Browse files
helinwangfacaiy
authored andcommitted
Update README and codeowner for parse time op (#552)
1 parent df256b9 commit aa16608

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/tensorflow_addons/custom_ops/image/ @windqaq @facaiy
1919
/tensorflow_addons/custom_ops/seq2seq/ @qlzh727
20-
/tensorflow_addons/custom_ops/text/ @seanpmorgan @facaiy
20+
/tensorflow_addons/custom_ops/text/ @seanpmorgan @facaiy @helinwang
2121

2222
# Submodule Owners
2323
# These may not automatically trigger a review because submodule owners do not
@@ -32,3 +32,4 @@
3232
/tensorflow_addons/layers/sparsemax*.py @AndreasMadsen
3333
/tensorflow_addons/losses/contrastive*.py @WindQAQ
3434
/tensorflow_addons/losses/sparsemax*.py @AndreasMadsen
35+
/tensorflow_addons/text/parse_time*.py @helinwang

tensorflow_addons/text/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
|:---------- |:----------- |:------------- |
66
| skip_gram_ops | | |
77
| crf | Dheeraj R. Reddy | dheeraj98reddy@gmail.com |
8+
| parse_time_op | Helin Wang | helin@google.com |
89

910
## Components
1011
| Submodule | Text Processing Function | Reference |
1112
|:---------- |:----------- |:----------- |
1213
| skip_gram_ops | skip_gram_sample | https://arxiv.org/abs/1301.3781 |
1314
| skip_gram_ops | skip_gram_sample_with_text_vocab | https://arxiv.org/abs/1301.3781 |
15+
| parse_time_op | parse_time ||
1416

1517
## Contribution Guidelines
1618
#### Standard API

0 commit comments

Comments
 (0)