Class FalseFriendsAsBitextLoader
java.lang.Object
org.languagetool.rules.patterns.bitext.FalseFriendsAsBitextLoader
Loads the false friend rules as bitext pattern rules. Note that the resulting
rules have suggestions that are not really customizable, in contradistinction
to the 'real' bitext pattern rules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFalseFriendsAsBitext
(String filename, Language motherTongue, Language language)
-
Constructor Details
-
FalseFriendsAsBitextLoader
public FalseFriendsAsBitextLoader()
-
-
Method Details
-
getFalseFriendsAsBitext
public List<BitextPatternRule> getFalseFriendsAsBitext(String filename, Language motherTongue, Language language) throws ParserConfigurationException, SAXException, IOException
-