You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,12 @@ In the meanwhile, we are looking for contributions. An easy place to start is t
23
23
* Native Binary high-performance format
24
24
25
25
### Featurization Improvements
26
+
We already provide text/NLP and image processing functionnalities that will be expanded
26
27
* Text (*)
27
-
* Natural language text preprocessing such as tokenization, part-of-speech tagging, and sentence breaking
28
-
* Pre-trained text models that can be used for extracting of semantic or sentiment features from text
28
+
* Natural language text preprocessing such as improving tokenization features, adding part-of-speech tagging, and sentence boundary disambiguation
29
+
* Pre-trained text models (beyond current n-gram and pre-trained WordEmbedding text handling) that can further improve the extraction of semantic or sentiment features from text
29
30
* Image (*)
30
-
* Image preprocessing such as loading, resizing, and normalization if images
31
+
* Image preprocessing such as loading, resizing, and normalization of images
31
32
* Image featurization, including industry-standard pre-trained ImageNet neural models, such as ResNet and AlexNet
0 commit comments