ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 106 forks source link

dataset.from_files #795

Open tomsbergmanis opened 5 years ago

tomsbergmanis commented 5 years ago

Hi again, I tried to use: class=dataset.load_dataset_from_files and class=dataset.from_files but that also seems to be out of date as the previous issue I raised: capture

Is there any up to date documentation/turorial/example I could have a look at?

Thanks, Toms Bergmanis PhD Candidate at University of Edinburgh http://homepages.inf.ed.ac.uk/s1044253

jindrahelcl commented 5 years ago

Hi, sorry for the late response. (Almost) all the ini files in the tests directory are working properly (those listed in the tests/tests_run.sh script). If you are using the master version, function dataset.load is the one you're looking for. (https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/dataset.py#L207)