Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拜托,我想在槌中运行 Simple Tagger 类。我与日食一起工作。我只需要知道 args 的顺序就可以输入。此链接解释了每个参数,但没有解释顺序(args[0]、args 1等)
另外,请问您知道这节课的上课时间吗?
没有顺序。您唯一需要注意的是为正确的参数提供正确的选项。举个例子:
--orders 2 --random-seed 1
将是一个由 4 个命令行参数组成的数组,订单或随机种子可以先出现,没关系,但随机种子肯定是 1,马尔可夫订单列表包含一个值:2。