Alex Zbarcea created CTAKES-484:
-----------------------------------

             Summary: Unused or out-of-project references
                 Key: CTAKES-484
                 URL: https://issues.apache.org/jira/browse/CTAKES-484
             Project: cTAKES
          Issue Type: Bug
            Reporter: Alex Zbarcea
            Assignee: Alex Zbarcea


References to resources outside of project:
{code:java}
$ grep -nRI --include "*.java" "C:/temp" .
./ctakes-smoking-status/src/main/java/org/apache/ctakes/smokingstatus/MLutil/GenerateTrainingData.java:233:
             String dataFile = "C:/Temp/SentenceLevelSmokingStatus_PCS.txt";
./ctakes-smoking-status/src/main/java/org/apache/ctakes/smokingstatus/MLutil/GenerateTrainingData.java:234:
             String libsvmDataFile = "C:/Temp/libsvm_data.txt";
./ctakes-dictionary-lookup/scripts/java/org/apache/ctakes/dictionary/lookup/tools/CreateLuceneIndexForExampleDrugs.java:53:
             File indexDir = new 
File("C:/general_workspace/ctakes-dictionary-lookup/resources/lookup/drug_index");//C:/temp/lucene/"
 + "drug-index";
./ctakes-dictionary-lookup/scripts/java/org/apache/ctakes/dictionary/lookup/tools/CreateLuceneIndexForSnomedLikeSample.java:65:
         File indexDir = new File("C:/temp/lucene/" + "snomed-like_sample"); // 
lookup by first_word, results contain UMLS CUIs
./ctakes-dictionary-lookup/scripts/java/org/apache/ctakes/dictionary/lookup/tools/CreateLuceneIndexForSnomedLikeSample.java:66:
         File indexDir2 = new File("C:/temp/lucene/" + 
"snomed-like_codes_sample"); // for getting snomed codes for a CUI
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to