-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can OpenConvert convert plain text file to TEI? #1
Comments
Or can you get some example of text files, which will convert to TEI properly. |
You can do the conversion to TEI online here: http://openconvert.clarin.inl.nl/openconvert/tagger/ui#file (you need a CLARIN account, which you should be able to get here: https://user.clarin.eu/user/register) I didn't develop this code, so I'm not sure about the commandline tool, sorry. |
@jan-niestadt Thanks, so If I want to build my-self corpus, How can I combine multi TEI into one? I mean, in practice, I would like to add one sentence containing a key word in plain text format each time (which can be converted to TEI by the tools as you mentioned above), then upload the TEI to my Black Lab-server such that it can be queried by the user. It will be useful for scientific writing, since then I can query by key word. |
Hello all, sorry to catch up only today
|
Currently, I grub the data (submit text, and output tei) from the OpenConvert. Since the site may change, I want to have a local version of it, that means, I need a similar function of convert plain text to TEI format. I have noted that you have provided openconvert.client.jar, did it design for this? (In fact, I can't execute it on my server, did it need this openconvert git project?) |
I just clone it to a dir, and run the command
java -jar OpenConvert.jar -from text -to TEI test/test.txt test
where
test.txt
with a single sentence:Just a test
But it output errors:
Could not find conversion from text to TEI
Did I do something wrong?
The text was updated successfully, but these errors were encountered: