Python Forum
How can i generate hierarchy directory
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i generate hierarchy directory
#1
Sorry i know the simple directory but i want to generate directory structure for project hierarchy like project name data result figure model script ect.
since i have a many projects figures and i want to create like list of tables or Tables of content for such work directory to combine all in one projects.
if __name__ == '__main__':
    articles = load_articles()
    train_doc2vec(articles)
    most_sim_docs(articles)
    cluster(articles)
Reply
#2
Looks like a ton of bugs in the libraries you are using. Where did you get them? File a support request with the author. If you got them from GitHub, there are mechanisms in place for filing bug reports.
Anldra12 likes this post
Reply
#3
(Jun-05-2021, 08:01 AM)supuflounder Wrote: Looks like a ton of bugs in the libraries you are using. Where did you get them? File a support request with the author. If you got them from GitHub, there are mechanisms in place for filing bug reports.

yes you are right but i want multiple tasks as i updated my post right now
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Parse XML - how to handle deep levels/hierarchy dwill 8 9,462 Apr-17-2018, 04:17 PM
Last Post: dwill

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020