Package de.jplag.rlang
Class RLanguage
java.lang.Object
de.jplag.rlang.RLanguage
- All Implemented Interfaces:
Language
This represents the R language as a language supported by JPlag.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.jplag.Language
customizeSubmissionOrder, expectsSubmissionOrder, getOptions, isPreformatted, parse, requiresCoreNormalization, supportsNormalization, tokensHaveSemantics, useViewFiles, viewFileSuffix
-
Constructor Details
-
RLanguage
public RLanguage()
-
-
Method Details
-
suffixes
-
getName
-
getIdentifier
- Specified by:
getIdentifierin interfaceLanguage
-
minimumTokenMatch
public int minimumTokenMatch()- Specified by:
minimumTokenMatchin interfaceLanguage
-
parse
- Specified by:
parsein interfaceLanguage- Throws:
ParsingException
-