giacbrd / ShallowLearn

An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
GNU Lesser General Public License v3.0
198 stars 30 forks source link

Structured documents #1

Open giacbrd opened 8 years ago

giacbrd commented 8 years ago

Documents can be structured, made of different sections (title, body, tags (tags positions are not significant, but they dependent on the document body)), learned independently

Implementation: