TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ideas to parse the email text in order to grab data from it?

2 点作者 ahmadhamza19超过 5 年前
I'm building a small app which basically reads my emails on gmail and collects data from my bank transaction emails of type purchases, withdrawals and credits. I'm doing it so to put all my transactions at one place. In order to pick data from those emails, i am just splitting the entire text by spaces and collecting data by hardcoding its index in the text. Now that it is working fine , if the template of those emails changes then again i have to change the indexes. I found out that NLP can help in this regard. But i want to know if there are any other ways to do it ?

1 comment

ternaryoperator超过 5 年前
I&#x27;m pretty sure Apache Tika [0] will do what you need (and lots more).<p>[0] <a href="https:&#x2F;&#x2F;tika.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tika.apache.org&#x2F;</a>
评论 #22100891 未加载