| | |
Algorithm/Lib for analysing references in scientific documents needed
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2008
Posts: 3
Reputation:
Solved Threads: 0
hi folks,
i need a library to analyse references of a scientific document. the lib should be able to identify references in the full text (for instance [1], [2], ... or Author A (1995), ... Author B & C (1968), ...) and it should be able to identify the elements in the reference list. For instance if the reference list looks like this:
...
Smith, J. 1982, A new method for reference analysing, Journal of Information Technology, vol. 23, no. 5, pp. 234-238.
...
the library/algorithm should return for instance an array/list/... like this
|surname| |initial| |year| |title| |journal| ....
Do libraries like this exist in C++, Java, C# or whatever? I would also pay money for it if necessary.
Best regards
Jochen
i need a library to analyse references of a scientific document. the lib should be able to identify references in the full text (for instance [1], [2], ... or Author A (1995), ... Author B & C (1968), ...) and it should be able to identify the elements in the reference list. For instance if the reference list looks like this:
...
Smith, J. 1982, A new method for reference analysing, Journal of Information Technology, vol. 23, no. 5, pp. 234-238.
...
the library/algorithm should return for instance an array/list/... like this
|surname| |initial| |year| |title| |journal| ....
Do libraries like this exist in C++, Java, C# or whatever? I would also pay money for it if necessary.
Best regards
Jochen
format is important else how will you know smith is name but not part of title itself, you need to specify the format first and then parse the documents to find out all the informations required.
•
•
Join Date: Apr 2008
Posts: 26
Reputation:
Solved Threads: 0
if these documents are going to have an expected format for the stuff and it wont change at all. then it shouldn't be too hard to write a program that can read it all. i dont see what the real problem is unless you're not a programmer and need someone to make this for you. but just realize that the format of the references cannot change at all. it needs to be in the exact order otherwise you'll get garbage results from the program (you mite get "1992" in the surname field for example lol)
•
•
Join Date: May 2008
Posts: 3
Reputation:
Solved Threads: 0
•
•
•
•
but just realize that the format of the references cannot change at all.
but i found what i was looking for
http://fas.sfu.ca/fas/CitationParser/
http://aye.comp.nus.edu.sg/parsCit
![]() |
Other Threads in the C++ Forum
- Previous Thread: Query
- Next Thread: Design pattern for encode/decode modules
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete deploy developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph homeworkhelp iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg simple sorting spoonfeeding string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






