langtrain 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ import * as langvision from 'langvision';
2
+ export { langvision as Vision };
3
+ export { Langvision } from 'langvision';
4
+ import * as langtune from 'langtune';
5
+ export { langtune as Text };
6
+ export { Langtune } from 'langtune';
@@ -0,0 +1,6 @@
1
+ import * as langvision from 'langvision';
2
+ export { langvision as Vision };
3
+ export { Langvision } from 'langvision';
4
+ import * as langtune from 'langtune';
5
+ export { langtune as Text };
6
+ export { Langtune } from 'langtune';