Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Parsr | 5,145 | 3 months ago | 59 | apache-2.0 | JavaScript | |||||
Transforms PDF, Documents and Images into Enriched Structured Data | ||||||||||
Argos Translate | 1,978 | 10 | 4 days ago | 20 | May 15, 2022 | 54 | mit | Python | ||
Open-source offline translation library written in Python | ||||||||||
Nlp Tools | 28 | 3 years ago | Python | |||||||
Useful python NLP tools (evaluation, GUI interface, tokenization) | ||||||||||
Real_time_datamining_software | 26 | 2 years ago | apache-2.0 | Python | ||||||
携程/榛果民宿实时评论挖掘软件,包含数据的实时采集/数据清洗/结构化保存/ UGC 数据主题提取/情感分析/后结构化可视化等技术的综合性演示 Demo。基于在线民宿 UGC 数据的意见挖掘项目,包含数据挖掘和 NLP 相关的处理,负责数据采集、主题抽取、情感分析等任务。主要克服用户打分和评论不一致,实时对携程和美团在线民宿的满意度进行评测以及对额外数据进行可视化的综合性工具,多维度的对在线 UGC 进行数据挖掘并可视化,demo 视频演示见链接。 | ||||||||||
Gsoc2019 Text Extraction | 10 | 4 years ago | 5 | JavaScript | ||||||
GSoC 2019: Development of a Tool for Extracting Quantitative Text Profiles | ||||||||||
Topexapp | 5 | 5 months ago | 22 | gpl-3.0 | JavaScript | |||||
TopExApp is a graphical user interface for the TopEx Python package. TopEx allows the exploration of topics present in a group of text documents by clustering sentences together that relay common ideas or themes. | ||||||||||
Phishe | 4 | 2 months ago | Python | |||||||
This project is a phishing classification ML system that can detect attacks through a hybrid URL and language models. It can also be connected to a MISP instance where it can take in new threats and classifying them automatically. | ||||||||||
Correctme | 3 | 4 years ago | mit | Python | ||||||
A context based autocorrection application | ||||||||||
Mitie Gui | 3 | 6 years ago | HTML | |||||||
A GUI for training MITIE NER models | ||||||||||
Reddify | 3 | 3 months ago | mit | Python | ||||||
Reddify Creates a Spotify playlist, based on the top posts of a specific music genre subreddit |
Français | Portuguese | Spanish | 中文
Parsr, is a minimal-footprint document (image, pdf, docx, eml) cleaning, parsing and extraction toolchain which generates readily available, organized and usable data in JSON, Markdown (MD), CSV/Pandas DF or TXT formats.
It provides analysts, data scientists and developers with clean structured and label-enriched information set for ready-to-use applications ranging from data entry and document analysts automation, archival, and many others.
Currently, Parsr can perform: document cleaning, hierarchy regeneration (words, lines, paragraphs), detection of headings, tables, lists, table of contents, page numbers, headers/footers, links, and others. Check out all the features.
-- The advanced installation guide is available here --
The quickest way to install and run the Parsr API is through the docker image:
docker pull axarev/parsr
If you also wish to install the GUI for sending documents and visualising results:
docker pull axarev/parsr-ui-localhost
Note: Parsr can also be installed bare-metal (not via Docker containers), the procedure for which is documented in the installation guide.
-- The advanced usage guide is available here --
To run the API, issue:
docker run -p 3001:3001 axarev/parsr
which will launch it on http://localhost:3001.
Consult the documentation on the usage of the API.
To access the python client to Parsr API, issue:
pip install parsr-client
To sample the Jupyter Notebook, using the python client, head over to the jupyter demo.
docker run -t -p 8080:80 axarev/parsr-ui-localhost:latest
Then, access it through http://localhost:8080.Refer to the Configuration documentation to interpret the configurable options in the GUI viewer.
The API based usage and the command line usage are documented in the advanced usage guide.
All documentation files can be found here.
Please refer to the contribution guidelines.
Third Party Libraries licenses for its dependencies:
Copyright 2020 AXA Group Operations S.A.
Licensed under the Apache 2.0 license (see the LICENSE file).