Uses of Class
com.articulate.sigma.dataProc.Hotel
Packages that use Hotel
Package
Description
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of Hotel in com.articulate.sigma
Method parameters in com.articulate.sigma with type arguments of type HotelModifier and TypeMethodDescriptionstatic voidDB.disambigReviews(List<Hotel> hotels) static voidDB.SUMOReviews(List<Hotel> reviews) process a side effect on reviews of setting the SUMO liststatic List<com.articulate.sigma.utils.AVPair> DB.topSUMOInReviews(List<Hotel> reviews) Excludes cases of where the mapping is to multiple SUMO termsDB.wordSensesInReviews(List<Hotel> reviews) -
Uses of Hotel in com.articulate.sigma.dataProc
Methods in com.articulate.sigma.dataProc that return HotelModifier and TypeMethodDescriptionstatic HotelHotel.convertJSON2Hotel(Hotel.JSONElement js) static HotelHotel.parseOneHotelPreviewFile(String fname) static HotelHotel.parseOneHotelReviewFile(String fname) static HotelHotel.parseOneJSONReviewFile(String fname) static HotelHotel.parseOneTHotelReviewFile(String fname) static HotelHotel.processOneOXMLHotel(Element h) static HotelHotel.processOneXMLHotel(Element e) Methods in com.articulate.sigma.dataProc that return types with arguments of type HotelModifier and TypeMethodDescriptionHotel.HotelDBImport(boolean w) Hotel.parseAllHotelReviewFiles(String fname) Read hotel review filesHotel.parseAllTHotelReviewFiles(String fname) Read hotel review filesHotel.readCSVHotels(String fname) Hotel.readJSONHotels(String dir, boolean writeIncremental) Hotel.readOXMLhotels(String fname) Hotel.readXMLHotels(String fname) Convert a particular XML markup into an array of hotelsMethods in com.articulate.sigma.dataProc with parameters of type HotelModifier and TypeMethodDescriptionHotel.generateSUMOColumns(Hotel h, List<String> SUMOheader) static voidHotel.matchHotels(Hotel feedHotel, Hotel reviewsHotel) static voidHotel.oneHotelAmenitySentiment(Hotel h) Compute concept sentiment and store as a side effect.static voidHotel.parseHTMLAddress(Hotel h, String addr) Set address fields in the hotel as a side effect.static voidHotel.writeHotelAsXML(Hotel h, PrintWriter pw) Method parameters in com.articulate.sigma.dataProc with type arguments of type HotelModifier and TypeMethodDescriptionHotel.generateSUMOHeader(List<Hotel> hotels) Collect all possible column names and assign them a number, then sort on that frequency.static voidHotel.hotelAmenitySentiment(List<Hotel> hotels) Compute concept sentiment and store as a side effect.Hotel.hotelReviewSUMOasSparseMatrix(ArrayList<Hotel> feed) Hotel.hotelReviewSUMOSentimentAsSparseMatrix(ArrayList<Hotel> feed, boolean write) static voidHotel.hotelSentiment(ArrayList<Hotel> hotels) static voidHotel.mergeHotels(ArrayList<Hotel> feed, ArrayList<Hotel> reviews) static voidHotel.printAllHotelAmenitySentiment(List<Hotel> hotels) static StringHotel.printAllHotels(List<Hotel> hotels) static voidHotel.setHotelWeights(List<Hotel> hotels) Read a list of lists of Strings which is the original input plus some extra columns for the weights of several "buckets", indicating fitness with respect to a particular criterion.