Skip to content

Commit edc08c4

Browse files
Merge pull request #1 from SciSharp/master
Merge from master repo
2 parents 8909761 + e1b1faf commit edc08c4

File tree

5 files changed

+917
-8
lines changed

5 files changed

+917
-8
lines changed

src/TensorFlowNET.Keras/Preprocessings/Preprocessing.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ public partial class Preprocessing
1010
public Sequence sequence => new Sequence();
1111
public DatasetUtils dataset_utils => new DatasetUtils();
1212

13+
public TextApi text => _text;
14+
15+
private static TextApi _text = new TextApi();
16+
1317
public TextVectorization TextVectorization(Func<Tensor, Tensor> standardize = null,
1418
string split = "whitespace",
1519
int max_tokens = -1,

0 commit comments

Comments
 (0)