codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Fix CamelCase in some class names #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fix CamelCase in some class names:

MSTParser -> MstParser
TEIReader -> TeiReader
...

Original issue reported on code.google.com by richard.eckart on 11 Aug 2013 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by pedrobss...@gmail.com on 14 Aug 2013 at 12:19

GoogleCodeExporter commented 9 years ago
One more: UKPDependencyParser (mstparser module)

Original comment by richard.eckart on 15 Aug 2013 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by pedrobss...@gmail.com on 19 Aug 2013 at 7:20

GoogleCodeExporter commented 9 years ago
What about the types in de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos? 
I.e., should ADJ_Type be refactored to Adj_Type?

Original comment by pedrobss...@gmail.com on 19 Aug 2013 at 7:30

GoogleCodeExporter commented 9 years ago
No, don't change any of the types please! They are special ;) 

Original comment by richard.eckart on 19 Aug 2013 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by pedrobss...@gmail.com on 20 Aug 2013 at 4:57