SimpleTB wrongly creates CSVReader

Issue #167 resolved
Former user created an issue

Original [issue 167](https://code.google.com/p/okapi/issues/detail?id=167) created by roman.bo... on 2011-02-28T23:14:04.000Z:

What steps will reproduce the problem? 1. Using of CSV term base

What is the expected output? What do you see instead? Term base is not parsed properly.

What version of the product are you using? On what operating system? 0.10, Windows XP

Please provide any additional information below. The bug is in net.sf.okapi.lib.terminology.simpletb.SimpleTB.importCSV(File) operation where CSVReader is instantiated with src and target location both set to srcLoc (new CSVReader(srcLoc, srcLoc))

Comments (2)

  1. Log in to comment