Replies: 3 comments 1 reply
-
That seems closer to just doing text processing on the input than anything
else
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If the bank statements all follow the same format, you just need to write something that divides the text up in to the appropriate columns once and then apply it to all the statements. CoreNLP isn't really the right tool for that. It's meant to find POS tags, named entities, parse trees for the sentences, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am building something and I need to extract TX details from the bank statement below and store them in my DB.
Can I do it with stanfordnlp?
The bank statement below is just an example. But can be hundert of them.
For me the most interesting part is: amount, name date,
Beta Was this translation helpful? Give feedback.
All reactions