YuukanOO / tracy

A simple and easy to use trainer to generate Rasa/Snips NLU datasets
https://yuukanoo.github.io/tracy/
MIT License
93 stars 22 forks source link

Import / Export tracy dataset #4

Open dingtiansong opened 5 years ago

YuukanOO commented 5 years ago

Hi @dingtiansong!

There is no easy way to do it for now (it will change with the upcoming version related to #3 ) but since data are persisted using the localstorage, you can access it using the developers tools of your browser and copy paste the vuex data. For example, in Firefox:

image

dingtiansong commented 5 years ago

Hi @YuukanOO, I just find a way to solve the problem. we can download Vue extention tool (Chorme and Firefox both support ) on present PC and target PC , then transfer the states data from our present PC to another by using export and import methods. as below, Chorme & Firefox are the same, git git2

YuukanOO commented 5 years ago

Nice! That's somehow hacky but at least there's a workaround in the meantime.