Bug #228
Updated by Serge Heiden almost 6 years ago
The export/import scenario is wrong and leads to misunderstanding.
h3. Solution
Add a new 'Import lexical table...' before 'Send to R' to the Corpus object contextual menu (and toolbar and main menu):
* the file format is R TSV, English language (for floating point representation conventions)
* create a lexical table:
** named from the file name
** descendant of the corpus
** with the columns and rows from the file content
** R table encoding conventions:
*** first line encodes columns names
*** each following line, begins with its name
<pre>
A B C
L1 11 12 13
L2 21 22 23
L3 31 32 33
</pre>
h3. Solution
Add a new 'Import lexical table...' before 'Send to R' to the Corpus object contextual menu (and toolbar and main menu):
* the file format is R TSV, English language (for floating point representation conventions)
* create a lexical table:
** named from the file name
** descendant of the corpus
** with the columns and rows from the file content
** R table encoding conventions:
*** first line encodes columns names
*** each following line, begins with its name
<pre>
A B C
L1 11 12 13
L2 21 22 23
L3 31 32 33
</pre>