jinsatkilife
Senior Member
- Joined
- May 4, 2019
- Messages
- 2,115
- Reaction score
- 2,103
I need my program to work as follows:
There's 3 sentences and within the 3 sentences, they have words/numbers.
The sentences have structured syntax, meaning they are just repeating words with different names/numbers etc
There can be some variation of the words. For example, instead of "for $300", it can be "for $300 to $500"
The program needs to plug out the numbers and store them in csv/excel friendly format to be transferred to an excel file for data manipulation. The transfer part can be manually done
So there are multiple of 3 sentences stacked together and the program need to be able to scale. i.e. scan through hundreds of 3 sentences, plug out the data, present in csv format for data manipulation in excel
What programming languages is best suited for this? how would you implemented this?
P.S.
I'm a newbie and the major consideration is limited time/speed and ease of implementation (won't have additional features added).
I don't do programming for a living but need them to analyse stuff quick
There's 3 sentences and within the 3 sentences, they have words/numbers.
The sentences have structured syntax, meaning they are just repeating words with different names/numbers etc
There can be some variation of the words. For example, instead of "for $300", it can be "for $300 to $500"
The program needs to plug out the numbers and store them in csv/excel friendly format to be transferred to an excel file for data manipulation. The transfer part can be manually done
So there are multiple of 3 sentences stacked together and the program need to be able to scale. i.e. scan through hundreds of 3 sentences, plug out the data, present in csv format for data manipulation in excel
What programming languages is best suited for this? how would you implemented this?
P.S.
I'm a newbie and the major consideration is limited time/speed and ease of implementation (won't have additional features added).
I don't do programming for a living but need them to analyse stuff quick