ricardosm / NameExtractor

This was a group project for CS350 (Software Engineering ), the program is supposed to be able to extract personal from a string, to do this the program needs to use several dictionaries, gazeteers, shingling(looking at a word to the left and right from a given position in a sentence), of words, among other things to return where a name is found in a block of text and place a tag around the name. Example: somebody named <PER>NAME HERE </PER> went to... We used the Gradle build system, communicated virtualy through Google Hangouts 4 or 5 times a week. We wrote test cases before developing code. Using JUnit tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This was a group project for CS350 (Software Engineering ), the program is supposed to be able to extract personal from a string, to do this the program needs to use several dictionaries, gazeteers, shingling(looking at a word to the left and right from a given position in a sentence), of words, among other things to return where a name is found in a block of text and place a tag around the name. Example: somebody named <PER>NAME HERE </PER> went to... We used the Gradle build system, communicated virtualy through Google Hangouts 4 or 5 times a week. We wrote test cases before developing code. Using JUnit tests.

License:Other


Languages

Language:Java 99.8%Language:Shell 0.2%