diff --git a/research/text/README.md b/research/text/README.md new file mode 100644 index 0000000..f88ae61 --- /dev/null +++ b/research/text/README.md @@ -0,0 +1,20 @@ +## Text Processing Units (Using Python/Java) + +### Objectives +- Crapping text with specific words or sentences +- Delegate and splitting the text +- Manage the words by each of meaning or word declarative + +### Example Statement, +- #### Statement I +```text +We have a new job about back end developer and machine learning offers, are you interesting with it? +If you have any questions, let’s contact to us by hot-line 076 999 5149. +``` + +- #### Declarative of statement I, +Text rendered: +```text +- position / job title / occupation = back end developer and machine learning +- contact number / hot-line = 076 999 5149 +``` \ No newline at end of file