-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding transliteration code as a sub project to cogcomp-nlp #563
Conversation
… changing javadoc over
…rest. I'm working in CSPTransliteration right now
…t. Also commented out a lot of code, and am now fixing as needed. STILL BROKEN
…but needs some more debugging to be sure it is the same.
…is-transliteration
How about a slight modification to the readme? CogComp TransliterationTransliteration is the conversion of a given name in the source language (from source script) to a name in the target language (target script), such that the target language name is:
About this packageThis is a Java port of Jeff Pasternack's C# code from "Learning Better Transliterations." To run, look at examples in TestTransliteration Further readingYou can checkout more details on this work:
|
adding annotator test and configurator.
@danyaljj this failed, but I don't know why. I can't login to the TeamCity site. |
We have tested this locally and seems like the failure is due to NER issues. With that in mind, merging this. |
This is old code written by Jeff Pasternack in C#, ported by me into Java, and finally being migrated out of gitlab into github.