Open xinghanlab opened 2 years ago
@xinghanlab , it looks like you're using Odinson from Windows. Is that correct? Can you please provide a bit more information on your system and how you've configured things?
The first screen shot or transcript looks OK except that the typing is not echoed to the console. I think that some versions of sbt have problems with this. If you type ":help" and enter, even though you don't see the letters, do you get some help? You mention CMD. I usually use powershell. Could you show what your screen looks like before starting sbt so that it's easier to see the environment or give the value of ComSpec like
> set ComSpec
ComSpec=C:\WINDOWS\system32\cmd.exe
I think the lock file just remains because of abnormal program termination or non-termination. Perhaps it can be delete manually.
Hello, there. I am a beginner in NLP. I am also interested in Odinson but don't have much experience with sbt.
I would like to run the Odinson locally via sbt according to your documentation.
According to the Walkthrough Example. I have finished step1 and step2, and then I want to try Querying using the shell according to README.md. I got some message like:
In my opinion, I can type
:help
or somequeries
. But whatever I try to type anything, there is no code inside command line. So How should I do to issue my query in the shell.Besides, I have another question. When I re-start CMD and type
extra/runMain ai.lum.odinson.extra.Shell
again, I got some error message:So, do these mean I can't utilize the annotated text and index again?
I am looking forward to your kind reply.