Add text processing units for doc

This commit is contained in:
Sambo Chea 2021-02-02 20:30:44 +07:00
parent d187c66dde
commit c66bc5f237

20
research/text/README.md Normal file
View File

@ -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, lets 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
```