GateNLP / gateplugin-LearningFramework

A plugin for the GATE language technology framework for training and using machine learning models. Currently supports Mallet (MaxEnt, NaiveBayes, CRF and others), LibSVM, Scikit-Learn, Weka, and DNNs through Pytorch and Keras.
https://gatenlp.github.io/gateplugin-LearningFramework/
GNU Lesser General Public License v2.1
26 stars 6 forks source link

Try and make all reads able to read from URLs instead of just files. #52

Closed johann-petrak closed 7 years ago

johann-petrak commented 7 years ago

There are several places where we assume that something is accessible as a file when reading. Try to make this into arbitrary URLs.

johann-petrak commented 7 years ago

Created branch file2url1

johann-petrak commented 7 years ago

Turns out this is not possible or difficult for many instances: