Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 1 | % layout 'main', title => 'KorAP: Frequently Asked Questions'; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 2 | |
| 3 | <h2>Frequently Asked Questions</h2> |
| 4 | |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 5 | <p>This document puts together the most frequent questions and issues that we have encountered so far. Please feel welcome to ask further questions via <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'Question via Kalamar', begin %>e-mail<% end %>. |
| 6 | |
| 7 | <section> |
| 8 | <h3>Where is the source code?</h3> |
Nils Diewald | 18e25aa | 2015-05-08 00:12:08 +0000 | [diff] [blame] | 9 | <p>Parts of KorAP are already available on <%= doc_ext_link_to 'GitHub', 'https://github.com/KorAP' %>, and we will publish more components in the future.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 10 | </section> |
| 11 | |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 12 | <!-- |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 13 | <section> |
| 14 | <h3>Why can’t I create an account?</h3> |
| 15 | <blockquote> |
Nils Diewald | 61e6ff5 | 2015-05-07 17:26:50 +0000 | [diff] [blame] | 16 | <p>This question refers to the <%= doc_ext_link_to 'first frontend', 'http://korap.ids-mannheim.de/app' %>. The second frontend has no user management yet.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 17 | </blockquote> |
| 18 | <p>If you already have a COSMAS II account, you should be able to log in using those credentials. Other users may need to wait a bit longer. For the time being, access to KorAP will be restricted to connections from inside the IDS only.</p> |
| 19 | <p>And if you think something else is wrong with your login - <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'Something is wrong with my login', begin %>please let us know<% end %>.</p> |
| 20 | </section> |
| 21 | |
| 22 | <section> |
| 23 | <h3>Why is this written in English only?</h3> |
| 24 | <p>This is a temporary collection of info before we develop proper documentation.</p> |
| 25 | </section> |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 26 | --> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 27 | |
| 28 | <section> |
| 29 | <h3>Why do some queries take a long time to finish, or in the end yield no results?</h3> |
| 30 | <p>In the alpha phase, part of our tasks is to optimize the system. In the beginning, one may expect some actions to take an inordinate amount of time, but this is getting better and better. If you notice a persistent failure in some specific case, please be so kind as to <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'I found a bug in the query system', begin %>let us know<% end %>.</p> |
| 31 | </section |
| 32 | |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 33 | |
| 34 | <!-- |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 35 | <section> |
| 36 | <h3>How do I know which tagset to use for collocation analysis properties?</h3> |
| 37 | <blockquote> |
Nils Diewald | 61e6ff5 | 2015-05-07 17:26:50 +0000 | [diff] [blame] | 38 | <p>This question refers to the <%= doc_ext_link_to 'first frontend', 'http://korap.ids-mannheim.de/app' %>. The second frontend has no collocation analysis module yet.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 39 | </blockquote> |
| 40 | <p>In the current implementation, the Neo4J engine uses the TreeTagger foundry as default. |
| 41 | Thus, the respective tags come from the STTS tagset.</p> |
| 42 | </section> |
| 43 | |
| 44 | <section> |
| 45 | <h3>How do I use the collocation search view?</h3> |
| 46 | <blockquote> |
Nils Diewald | 61e6ff5 | 2015-05-07 17:26:50 +0000 | [diff] [blame] | 47 | <p>This question refers to the <%= doc_ext_link_to 'first frontend', 'http://korap.ids-mannheim.de/app' %>. The second frontend has no collocation analysis module yet.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 48 | </blockquote> |
| 49 | <p>The collocation search view uses collocation properties to find collocates in the context of the specified query. This property can be of either a POS or a lemma. The operator assigns this property either an inclusive and exclusive state (i.e. negation) or can specify that the selected property is a regular expression. You can assign multiple properties per queries.</p> |
Nils Diewald | 61e6ff5 | 2015-05-07 17:26:50 +0000 | [diff] [blame] | 50 | <p>For more information on this topic, see our <%= doc_ext_link_to 'tutorial video', 'http://youtu.be/hiKHw50Hq9k' %>.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 51 | </section> |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 52 | --> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 53 | |
| 54 | <section> |
| 55 | <h3>I want to report an issue, how do I do it?</h3> |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 56 | <p>Please refer to our public ticketing system <%= doc_ext_link_to 'for the frontend at GitHub', 'https://github.com/KorAP/Kalamar/issues' %>, to report on any issues. If you don't have a GitHub account, please send us an <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'I found an issue', begin %>e-mail<% end %>.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 57 | %# This option is the preferred one because it gathers some (and will in time gather more) important versioning data. |
| 58 | </section> |
| 59 | |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 60 | <!-- |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 61 | <section> |
| 62 | <h3>Are you aware of this/that issue?</h3> |
| 63 | <p>What follows is a list of selected issues that might affect the users. We are aware of them and will address them. (When? As soon as possible, given the development schedule and time constraints.)</p> |
| 64 | <ul> |
| 65 | <li><strong>Some matches are completely wrong - what’s going on?</strong><br> |
| 66 | Before the data can be searched, it has to be preprocessed and indexed. These processes can also suffer from errors, especially if the input data format is not perfectly regular, as a result of prior conversions. While fixes in the frontend and in the backend are uploaded quickly, fixes in the preprocessing pipeline (including tokenization, lemmatization etc.) only appear after reindexation - and that doesn’t happen very often. So these bugs will stay online for a while even if they are already fixed in the datasets. Known index bugs already fixed but with the fixes not visible immediately include: |
| 67 | <ul> |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 68 | <li>Sentence annotations for Treetagger</li> |
| 69 | <li>All annotations for Mate (including lemmata)</li> |
| 70 | <li>Some annotations on the first token of a text (includes first sentences and first paragraphs, in case they start at the beginning of a text)</li> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 71 | </ul> |
| 72 | </li> |
| 73 | </ul> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 74 | <p>We will be happy to get reports about all wrong matches not related to these bugs.</p> |
| 75 | </section> |
Akron | ddb710c | 2017-07-31 16:26:28 +0200 | [diff] [blame^] | 76 | --> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 77 | |