https://github.com/ftomassetti/semreview
Text classification taking advantage of the Semantic Web
https://github.com/ftomassetti/semreview
Last synced: 8 months ago
JSON representation
Text classification taking advantage of the Semantic Web
- Host: GitHub
- URL: https://github.com/ftomassetti/semreview
- Owner: ftomassetti
- License: gpl-3.0
- Created: 2014-12-01T17:53:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T22:52:59.000Z (almost 11 years ago)
- Last Synced: 2024-12-27T07:45:04.906Z (9 months ago)
- Language: Java
- Size: 6.38 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
semreview
=========[](https://travis-ci.org/ftomassetti/semreview)
Text classification taking advantage of the Semantic Web. This is named Semreview because it was initially conceived to support Systematic Literature Reviews, using Semantic enrichment to improve text classification.
How to build
============```
mvn install
```How to use it
=============_To be written_
Internal architecture
=====================
The system is mainly a pipeline:1) DataSetProvider:
the first stage provide the documents
2) PaperEnricher:
the second stage enrich the documents3) Classifier:
the third stage compare enricheded documents to the modelAuthors
=======The project was initially developed by:
* [Federico Tomassetti](https://github.com/ftomassetti)
* [Giuseppe Rizzo](https://github.com/giusepperizzo)
* Antonio Vetro'
* Luca Ardito
* Marco Torchiano.History
=======The project was initially available on [Sourceforge](http://sourceforge.net/projects/semreview/) and it has been moved to GitHub on late 2014.