Class FalseFriendsAsBitextLoader
- java.lang.Object
-
- org.languagetool.rules.patterns.bitext.FalseFriendsAsBitextLoader
-
public class FalseFriendsAsBitextLoader extends Object
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.- Author:
- Marcin MiĆkowski
-
-
Constructor Summary
Constructors Constructor Description FalseFriendsAsBitextLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BitextPatternRule>
getFalseFriendsAsBitext(String filename, Language motherTongue, Language language)
-
-
-
Method Detail
-
getFalseFriendsAsBitext
public List<BitextPatternRule> getFalseFriendsAsBitext(String filename, Language motherTongue, Language language) throws ParserConfigurationException, SAXException, IOException
-
-