Skip to content

An iOS app that takes a sentence and tokenizes it, resulting in new sentences. Made with UIKit and MVP.

Notifications You must be signed in to change notification settings

marcos1262/poly-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyToken

An iOS app that takes a sentence and tokenizes it considering the words "and" and "if", resulting in new sentences. It also has the option for the portuguese language (whenever there is the word "se" or "e"). Built from scratch within 6 hours.

📝 Example

  • Hi, my name is Marcos and I am here to start the project

Output:

  • Hi, my name is Marcos
  • And I am here to start the project

📱 Screenshots

👩🏾‍💻 Technologies

  • UIKit
  • MVP Architecture
  • Unit test - Quick, Nimble, Nimble-Snapshots
  • SPM - Swift Package Manager

About

An iOS app that takes a sentence and tokenizes it, resulting in new sentences. Made with UIKit and MVP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages